diff --git a/python-textual/python-textual.spec b/python-textual/python-textual.spec index 977a923..abfa4ba 100644 --- a/python-textual/python-textual.spec +++ b/python-textual/python-textual.spec @@ -1,5 +1,5 @@ Name: python-textual -Version: 0.27.0 +Version: 0.30.0 Release: 1%{?dist} Summary: TUI (Text User Interface) framework for Python License: MIT @@ -41,7 +41,7 @@ Summary: Docs and examples for python3-textual %autosetup -n textual-%{version} %generate_buildrequires -%pyproject_buildrequires -r -x dev +%pyproject_buildrequires -r -x dev -w %build @@ -52,21 +52,27 @@ Summary: Docs and examples for python3-textual %pyproject_install %pyproject_save_files textual - -%check -%pytest - - %files -n python3-textual -f %{pyproject_files} %license LICENSE %files -n python3-textual-doc %license LICENSE %doc README.md docs/ examples/ -%{_bindir}/textual %changelog +* Fri Jul 21 2023 Josh Lay - 0.30.0-1 +- Update to 0.30.0: The Notification Release + +* Mon Jul 03 2023 Josh Lay - 0.29.0-1 +- Update to 0.29.0: Refactored dev tools + +* Tue Jun 20 2023 Josh Lay - 0.28.1-1 +- Update to 0.28.1: Markdown fixes + +* Mon Jun 19 2023 Josh Lay - 0.28.0-1 +- Update to 0.28.0: Who remembers Tab Clear ? + * Thu Jun 01 2023 Josh Lay - 0.27.0-1 - Update to 0.27.0: The sparkly release diff --git a/python-textual/textual-0.30.0.tar.gz b/python-textual/textual-0.30.0.tar.gz new file mode 100644 index 0000000..a215d4a Binary files /dev/null and b/python-textual/textual-0.30.0.tar.gz differ