diff --git a/python-textual/python-textual.spec b/python-textual/python-textual.spec index 2182d1a..a253859 100644 --- a/python-textual/python-textual.spec +++ b/python-textual/python-textual.spec @@ -1,5 +1,5 @@ Name: python-textual -Version: 0.22.3 +Version: 0.25.0 Release: 1%{?dist} Summary: TUI (Text User Interface) framework for Python License: MIT @@ -39,8 +39,6 @@ Summary: Docs and examples for python3-textual %prep %autosetup -n textual-%{version} -sed -i \ - -e 's/importlib-metadata = "^4.11.3"/importlib-metadata = ">4.11.3"/g' pyproject.toml %generate_buildrequires %pyproject_buildrequires -r -x dev @@ -69,6 +67,12 @@ sed -i \ %changelog +* Thu May 18 2023 Josh Lay - 0.25.0-1 +- Update to 0.25.0: 'Focusing on fixes' + +* Mon May 08 2023 Josh Lay - 0.24.1-1 +- Update to 0.24.1 + * Mon May 01 2023 Josh Lay - 0.22.3-1 - Update to 0.22.3 for COPR diff --git a/python-textual/textual-0.25.0.tar.gz b/python-textual/textual-0.25.0.tar.gz new file mode 100644 index 0000000..e748a4b Binary files /dev/null and b/python-textual/textual-0.25.0.tar.gz differ