textual RPM: update to 0.30.0, remove now-separated devtools

This commit is contained in:
Josh Lay 2023-07-21 20:04:11 -05:00
parent 0588281804
commit 5b12c8b7cd
Signed by: jlay
GPG key ID: B265E45CACAD108A
2 changed files with 14 additions and 8 deletions

View file

@ -1,5 +1,5 @@
Name: python-textual Name: python-textual
Version: 0.27.0 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
@ -41,7 +41,7 @@ Summary: Docs and examples for python3-textual
%autosetup -n textual-%{version} %autosetup -n textual-%{version}
%generate_buildrequires %generate_buildrequires
%pyproject_buildrequires -r -x dev %pyproject_buildrequires -r -x dev -w
%build %build
@ -52,21 +52,27 @@ Summary: Docs and examples for python3-textual
%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 * Thu Jun 01 2023 Josh Lay <me+fedora@jlay.io> - 0.27.0-1
- Update to 0.27.0: The sparkly release - Update to 0.27.0: The sparkly release

Binary file not shown.