textual RPM: update to 0.30.0, remove now-separated devtools
This commit is contained in:
parent
0588281804
commit
5b12c8b7cd
2 changed files with 14 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
Name: python-textual
|
||||
Version: 0.27.0
|
||||
Version: 0.30.0
|
||||
Release: 1%{?dist}
|
||||
Summary: TUI (Text User Interface) framework for Python
|
||||
License: MIT
|
||||
|
@ -41,7 +41,7 @@ Summary: Docs and examples for python3-textual
|
|||
%autosetup -n textual-%{version}
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r -x dev
|
||||
%pyproject_buildrequires -r -x dev -w
|
||||
|
||||
|
||||
%build
|
||||
|
@ -52,21 +52,27 @@ 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
|
||||
|
||||
|
|
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