diff --git a/1.22.0.tar.gz b/blessed-1.25.0.tar.gz similarity index 48% rename from 1.22.0.tar.gz rename to blessed-1.25.0.tar.gz index a1cd7fbc62c9e7319b30893dd893215027e105a5..08b9fb3af6b782c762a5f2feeb8534c197fadf03 100644 Binary files a/1.22.0.tar.gz and b/blessed-1.25.0.tar.gz differ diff --git a/python-blessed.spec b/python-blessed.spec index dda05c2ac095ec6b45c3725fe7049aadfe2860cb..7460d285a2fa796e3e85da8d8bf021f4adcb2bb2 100644 --- a/python-blessed.spec +++ b/python-blessed.spec @@ -1,27 +1,24 @@ %global _empty_manifest_terminate_build 0 Name: python-blessed -Version: 1.22.0 +Version: 1.25.0 Release: 1 Summary: Easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen Positioning capabilities. License: MIT URL: https://github.com/jquast/blessed -Source0: https://github.com/jquast/blessed/archive/refs/tags/%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/33/cd/eed8b82f1fabcb817d84b24d0780b86600b5c3df7ec4f890bcbb2371b0ad/blessed-1.25.0.tar.gz BuildArch: noarch -Requires: python3-wcwidth -Requires: python3-six -Requires: python3-jinxed -Requires: python3-ordereddict +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-flit-core +Requires: python3-wcwidth >= 0.1.4 + %description Blessed is an easy, practical library for making python terminal apps %package -n python3-blessed Summary: Easy, practical library for making terminal apps, by providing an elegant, well-documented interface to Colors, Keyboard input, and screen Positioning capabilities. -Provides: python-blessed -BuildRequires: python3-devel -BuildRequires: zlib >= 1.2.11 -BuildRequires: python3-setuptools %description -n python3-blessed Blessed is an easy, practical library for making python terminal apps @@ -35,10 +32,10 @@ Blessed is an easy, practical library for making python terminal apps %autosetup -n blessed-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -65,13 +62,17 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-blessed -f filelist.lst -%dir %{python3_sitelib}/* +%files -n python3-blessed +%license LICENSE +%{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Tue Dec 02 2025 liudongshi - 1.25.0-1 +- Update package to version 1.25.0 + * Mon Nov 17 2025 dongqi - 1.22.0-1 - Update package to version 1.22.0 Fixes for failing tests