diff --git a/python-rich/python-rich.spec b/python-rich/python-rich.spec index 9c0d392..2edbae7 100644 --- a/python-rich/python-rich.spec +++ b/python-rich/python-rich.spec @@ -1,7 +1,7 @@ %global pypi_name rich Name: python-%{pypi_name} -Version: 13.5.2 +Version: 13.3.3 Release: %autorelease Summary: Render rich text and beautiful formatting in the terminal diff --git a/python-rich/rich-13.5.2.tar.gz b/python-rich/rich-13.5.2.tar.gz deleted file mode 100644 index 59b7183..0000000 Binary files a/python-rich/rich-13.5.2.tar.gz and /dev/null differ diff --git a/python-rich/sources b/python-rich/sources index 7ac102c..eff9863 100644 --- a/python-rich/sources +++ b/python-rich/sources @@ -1 +1 @@ -SHA512 (rich-13.5.2.tar.gz) = 60dfc66836f277763695611f6a3890da21afbb84bd85f38952efdac78680a8e3faca2e8c0aa937d618f876df1f36d3e67986979aa4fa9b6cb7dfb214f348b8aa +SHA512 (rich-13.3.3.tar.gz) = 049b5145685509f722d744e5b7e2703bf14e5449da02f24e92ac856552bddeef96777760ead4e1e0f6599cc1b13cc424dc558a20c426dcbd7d4230322226832c diff --git a/python-textual/python-textual.spec b/python-textual/python-textual.spec index abfa4ba..4257d04 100644 --- a/python-textual/python-textual.spec +++ b/python-textual/python-textual.spec @@ -1,5 +1,5 @@ Name: python-textual -Version: 0.30.0 +Version: 0.20.1 Release: 1%{?dist} Summary: TUI (Text User Interface) framework for Python License: MIT @@ -39,9 +39,11 @@ 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 -w +%pyproject_buildrequires -r -x dev %build @@ -52,49 +54,21 @@ 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 - -* Sun May 28 2023 Josh Lay - 0.26.0-1 -- Update to 0.26.0: The Trogon release -- New behaviour related to focus. - - If a newly focused widget is not in view, then it will scroll to center. - - This more closely matches how browsers behave. -- Added Widget.can_view - -* 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 - -* Sun Apr 30 2023 Josh Lay - 0.21.0-1 -- Update to 0.21.0 for COPR - * Wed Feb 15 2023 Jonathan Wright - 0.10.0-1 - Update to 0.10.0 rhbz#2162484 diff --git a/python-textual/sources b/python-textual/sources index b9bfcbe..75710bb 100644 --- a/python-textual/sources +++ b/python-textual/sources @@ -1 +1 @@ -SHA512 (textual-0.25.0.tar.gz) = 8f3d6908aec4d4375aef5f9fd1935e908de613020cc9debb1fb67805aaa326a95417979ba35e8dbf49762e0f867c3a22e7efd4d95b294eee83f7bf104b9372b5 +SHA512 (textual-0.20.1.tar.gz) = 94c6fa1f87a1eb4e0556fb40442fca05292fd222eef2c6575a04ebad5706b5f23db457da791e8e601d30cd69225e276465bdb6003eaa0295b6453a6c1fb1ef5f diff --git a/python-textual/textual-0.25.0.tar.gz b/python-textual/textual-0.20.1.tar.gz similarity index 72% rename from python-textual/textual-0.25.0.tar.gz rename to python-textual/textual-0.20.1.tar.gz index e748a4b..84ee09c 100644 Binary files a/python-textual/textual-0.25.0.tar.gz and b/python-textual/textual-0.20.1.tar.gz differ diff --git a/python-textual/textual-0.26.0.tar.gz b/python-textual/textual-0.26.0.tar.gz deleted file mode 100644 index 4233e1c..0000000 Binary files a/python-textual/textual-0.26.0.tar.gz and /dev/null differ diff --git a/python-textual/textual-0.27.0.tar.gz b/python-textual/textual-0.27.0.tar.gz deleted file mode 100644 index 751dea1..0000000 Binary files a/python-textual/textual-0.27.0.tar.gz and /dev/null differ diff --git a/python-textual/textual-0.30.0.tar.gz b/python-textual/textual-0.30.0.tar.gz deleted file mode 100644 index a215d4a..0000000 Binary files a/python-textual/textual-0.30.0.tar.gz and /dev/null differ