Compare commits
10 commits
1454444e44
...
0bdf573753
Author | SHA1 | Date | |
---|---|---|---|
0bdf573753 | |||
5b12c8b7cd | |||
0588281804 | |||
46d98165a0 | |||
6fc0cc2a5b | |||
|
ca9f50a419 | ||
16330eb731 | |||
4ec7388353 | |||
500d197569 | |||
a1d09433db |
9 changed files with 39 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
||||||
%global pypi_name rich
|
%global pypi_name rich
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 13.3.3
|
Version: 13.5.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
Summary: Render rich text and beautiful formatting in the terminal
|
Summary: Render rich text and beautiful formatting in the terminal
|
||||||
|
|
||||||
|
|
BIN
python-rich/rich-13.5.2.tar.gz
Normal file
BIN
python-rich/rich-13.5.2.tar.gz
Normal file
Binary file not shown.
|
@ -1 +1 @@
|
||||||
SHA512 (rich-13.3.3.tar.gz) = 049b5145685509f722d744e5b7e2703bf14e5449da02f24e92ac856552bddeef96777760ead4e1e0f6599cc1b13cc424dc558a20c426dcbd7d4230322226832c
|
SHA512 (rich-13.5.2.tar.gz) = 60dfc66836f277763695611f6a3890da21afbb84bd85f38952efdac78680a8e3faca2e8c0aa937d618f876df1f36d3e67986979aa4fa9b6cb7dfb214f348b8aa
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: python-textual
|
Name: python-textual
|
||||||
Version: 0.20.1
|
Version: 0.30.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: TUI (Text User Interface) framework for Python
|
Summary: TUI (Text User Interface) framework for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -39,11 +39,9 @@ Summary: Docs and examples for python3-textual
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n textual-%{version}
|
%autosetup -n textual-%{version}
|
||||||
sed -i \
|
|
||||||
-e 's/importlib-metadata = "^4.11.3"/importlib-metadata = ">4.11.3"/g' pyproject.toml
|
|
||||||
|
|
||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
%pyproject_buildrequires -r -x dev
|
%pyproject_buildrequires -r -x dev -w
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -54,21 +52,49 @@ sed -i \
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
%pyproject_save_files textual
|
%pyproject_save_files textual
|
||||||
|
|
||||||
|
|
||||||
%check
|
|
||||||
%pytest
|
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-textual -f %{pyproject_files}
|
%files -n python3-textual -f %{pyproject_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%files -n python3-textual-doc
|
%files -n python3-textual-doc
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md docs/ examples/
|
%doc README.md docs/ examples/
|
||||||
%{_bindir}/textual
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 15 2023 Jonathan Wright <jonathan@almalinux.org> - 0.10.0-1
|
||||||
- Update to 0.10.0 rhbz#2162484
|
- Update to 0.10.0 rhbz#2162484
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
SHA512 (textual-0.20.1.tar.gz) = 94c6fa1f87a1eb4e0556fb40442fca05292fd222eef2c6575a04ebad5706b5f23db457da791e8e601d30cd69225e276465bdb6003eaa0295b6453a6c1fb1ef5f
|
SHA512 (textual-0.25.0.tar.gz) = 8f3d6908aec4d4375aef5f9fd1935e908de613020cc9debb1fb67805aaa326a95417979ba35e8dbf49762e0f867c3a22e7efd4d95b294eee83f7bf104b9372b5
|
||||||
|
|
Binary file not shown.
BIN
python-textual/textual-0.26.0.tar.gz
Normal file
BIN
python-textual/textual-0.26.0.tar.gz
Normal file
Binary file not shown.
BIN
python-textual/textual-0.27.0.tar.gz
Normal file
BIN
python-textual/textual-0.27.0.tar.gz
Normal file
Binary file not shown.
BIN
python-textual/textual-0.30.0.tar.gz
Normal file
BIN
python-textual/textual-0.30.0.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue