Compare commits
No commits in common. "0bdf5737533fac982f06c8ef21d2583e00252757" and "1454444e4473d3e51edec329a0af7cb3c279472d" have entirely different histories.
0bdf573753
...
1454444e44
9 changed files with 13 additions and 39 deletions
|
@ -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
|
||||
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
SHA512 (rich-13.5.2.tar.gz) = 60dfc66836f277763695611f6a3890da21afbb84bd85f38952efdac78680a8e3faca2e8c0aa937d618f876df1f36d3e67986979aa4fa9b6cb7dfb214f348b8aa
|
||||
SHA512 (rich-13.3.3.tar.gz) = 049b5145685509f722d744e5b7e2703bf14e5449da02f24e92ac856552bddeef96777760ead4e1e0f6599cc1b13cc424dc558a20c426dcbd7d4230322226832c
|
||||
|
|
|
@ -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 <me+fedora@jlay.io> - 0.30.0-1
|
||||
- Update to 0.30.0: The Notification Release
|
||||
|
||||
* Mon Jul 03 2023 Josh Lay <me+fedora@jlay.io> - 0.29.0-1
|
||||
- Update to 0.29.0: Refactored dev tools
|
||||
|
||||
* Tue Jun 20 2023 Josh Lay <me+fedora@jlay.io> - 0.28.1-1
|
||||
- Update to 0.28.1: Markdown fixes
|
||||
|
||||
* Mon Jun 19 2023 Josh Lay <me+fedora@jlay.io> - 0.28.0-1
|
||||
- Update to 0.28.0: Who remembers Tab Clear ?
|
||||
|
||||
* Thu Jun 01 2023 Josh Lay <me+fedora@jlay.io> - 0.27.0-1
|
||||
- Update to 0.27.0: The sparkly release
|
||||
|
||||
* Sun May 28 2023 Josh Lay <me+fedora@jlay.io> - 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 <me+fedora@jlay.io> - 0.25.0-1
|
||||
- Update to 0.25.0: 'Focusing on fixes'
|
||||
|
||||
* Mon May 08 2023 Josh Lay <me+fedora@jlay.io> - 0.24.1-1
|
||||
- Update to 0.24.1
|
||||
|
||||
* Mon May 01 2023 Josh Lay <me+fedora@jlay.io> - 0.22.3-1
|
||||
- Update to 0.22.3 for COPR
|
||||
|
||||
* Sun Apr 30 2023 Josh Lay <me+fedora@jlay.io> - 0.21.0-1
|
||||
- Update to 0.21.0 for COPR
|
||||
|
||||
* Wed Feb 15 2023 Jonathan Wright <jonathan@almalinux.org> - 0.10.0-1
|
||||
- Update to 0.10.0 rhbz#2162484
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
SHA512 (textual-0.25.0.tar.gz) = 8f3d6908aec4d4375aef5f9fd1935e908de613020cc9debb1fb67805aaa326a95417979ba35e8dbf49762e0f867c3a22e7efd4d95b294eee83f7bf104b9372b5
|
||||
SHA512 (textual-0.20.1.tar.gz) = 94c6fa1f87a1eb4e0556fb40442fca05292fd222eef2c6575a04ebad5706b5f23db457da791e8e601d30cd69225e276465bdb6003eaa0295b6453a6c1fb1ef5f
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue