textual: bump to 0.25.0
This commit is contained in:
parent
4ec7388353
commit
16330eb731
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
Name: python-textual
|
||||
Version: 0.22.3
|
||||
Version: 0.25.0
|
||||
Release: 1%{?dist}
|
||||
Summary: TUI (Text User Interface) framework for Python
|
||||
License: MIT
|
||||
|
@ -39,8 +39,6 @@ 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
|
||||
|
@ -69,6 +67,12 @@ sed -i \
|
|||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
|
BIN
python-textual/textual-0.25.0.tar.gz
Normal file
BIN
python-textual/textual-0.25.0.tar.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue