Merge pull request 'textual-0.25.0' (#1) from textual-0.25.0 into master

Reviewed-on: https://git.jlay.dev/jlay/python-utils/pulls/1
This commit is contained in:
jlay 2023-05-18 22:13:16 -05:00
commit ca9f50a419
4 changed files with 7 additions and 3 deletions

View file

@ -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

Binary file not shown.

Binary file not shown.