diff --git a/python-rich/python-rich.spec b/python-rich/python-rich.spec index 2edbae7..9c0d392 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.3.3 +Version: 13.5.2 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 new file mode 100644 index 0000000..59b7183 Binary files /dev/null and b/python-rich/rich-13.5.2.tar.gz differ diff --git a/python-rich/sources b/python-rich/sources index eff9863..7ac102c 100644 --- a/python-rich/sources +++ b/python-rich/sources @@ -1 +1 @@ -SHA512 (rich-13.3.3.tar.gz) = 049b5145685509f722d744e5b7e2703bf14e5449da02f24e92ac856552bddeef96777760ead4e1e0f6599cc1b13cc424dc558a20c426dcbd7d4230322226832c +SHA512 (rich-13.5.2.tar.gz) = 60dfc66836f277763695611f6a3890da21afbb84bd85f38952efdac78680a8e3faca2e8c0aa937d618f876df1f36d3e67986979aa4fa9b6cb7dfb214f348b8aa diff --git a/python-textual/python-textual.spec b/python-textual/python-textual.spec index 4257d04..abfa4ba 100644 --- a/python-textual/python-textual.spec +++ b/python-textual/python-textual.spec @@ -1,5 +1,5 @@ Name: python-textual -Version: 0.20.1 +Version: 0.30.0 Release: 1%{?dist} Summary: TUI (Text User Interface) framework for Python License: MIT @@ -39,11 +39,9 @@ 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 +%pyproject_buildrequires -r -x dev -w %build @@ -54,21 +52,49 @@ sed -i \ %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 75710bb..b9bfcbe 100644 --- a/python-textual/sources +++ b/python-textual/sources @@ -1 +1 @@ -SHA512 (textual-0.20.1.tar.gz) = 94c6fa1f87a1eb4e0556fb40442fca05292fd222eef2c6575a04ebad5706b5f23db457da791e8e601d30cd69225e276465bdb6003eaa0295b6453a6c1fb1ef5f +SHA512 (textual-0.25.0.tar.gz) = 8f3d6908aec4d4375aef5f9fd1935e908de613020cc9debb1fb67805aaa326a95417979ba35e8dbf49762e0f867c3a22e7efd4d95b294eee83f7bf104b9372b5 diff --git a/python-textual/textual-0.20.1.tar.gz b/python-textual/textual-0.25.0.tar.gz similarity index 72% rename from python-textual/textual-0.20.1.tar.gz rename to python-textual/textual-0.25.0.tar.gz index 84ee09c..e748a4b 100644 Binary files a/python-textual/textual-0.20.1.tar.gz and b/python-textual/textual-0.25.0.tar.gz differ diff --git a/python-textual/textual-0.26.0.tar.gz b/python-textual/textual-0.26.0.tar.gz new file mode 100644 index 0000000..4233e1c Binary files /dev/null and b/python-textual/textual-0.26.0.tar.gz differ diff --git a/python-textual/textual-0.27.0.tar.gz b/python-textual/textual-0.27.0.tar.gz new file mode 100644 index 0000000..751dea1 Binary files /dev/null and b/python-textual/textual-0.27.0.tar.gz differ 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