Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyfiglet for openSUSE:Factory checked in at 2024-01-08 23:44:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyfiglet (Old) and /work/SRC/openSUSE:Factory/.python-pyfiglet.new.21961 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyfiglet" Mon Jan 8 23:44:39 2024 rev:5 rq:1137446 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyfiglet/python-pyfiglet.changes 2020-05-26 17:18:16.759840525 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyfiglet.new.21961/python-pyfiglet.changes 2024-01-08 23:44:52.785477474 +0100 @@ -1,0 +2,31 @@ +Sun Jan 7 20:58:55 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 1.0.2: + * Close file handle in preloadFont + * Add python3.9 to testing + * subprocess32 no longer needed + * Add python_requires >= 3.9 +- update to 1.0.0: + * Update setup.py for python 3.6 and 3.7 + * Add 'make publish' which also publishes wheel (0.8.post1) + * Add support for zipped fonts + * Fix simple typo: compatability -> compatibility + * make color parameter caps + * add options for handling surrounding whitespace + * Fix for #89 - clarify font licensing + * Update __init__.py + * Add loading German Umlaute + * Added fonts + * Support caca2tlf converted fonts better + * add blocky font + * Fix setup + * Revert "Fix setup" + * Update test.yml python versions + * Port to importlib.resources + * seek to the start of the file after checking for a zip header + * Fix for various font issues + * Fix most reming font issues + * Fix #95 - Default fonts if user just runs setup.py + * Setup auto publish + +------------------------------------------------------------------- Old: ---- pyfiglet-0.8.post1.tar.gz New: ---- pyfiglet-1.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyfiglet.spec ++++++ --- /var/tmp/diff_new_pack.wjw0cJ/_old 2024-01-08 23:44:53.689510343 +0100 +++ /var/tmp/diff_new_pack.wjw0cJ/_new 2024-01-08 23:44:53.693510488 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pyfiglet # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,23 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-pyfiglet -Version: 0.8.post1 +Version: 1.0.2 Release: 0 Summary: Pure Python FIGlet implementation License: MIT Group: Development/Languages/Python URL: https://github.com/pwaller/pyfiglet Source: https://files.pythonhosted.org/packages/source/p/pyfiglet/pyfiglet-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: figlet BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages @@ -44,10 +46,10 @@ mv pyfiglet/test.py . %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install install -d -m 0755 %{buildroot}%{_mandir}/man1 install -m 0644 doc/pyfiglet.1 %{buildroot}%{_mandir}/man1/ @@ -72,9 +74,10 @@ %python_uninstall_alternative pyfiglet pyfiglet.1 %files %{python_files} -%doc README doc/figfont.txt +%doc README.md doc/figfont.txt %license LICENSE %python_alternative %{_bindir}/pyfiglet %python_alternative %{_mandir}/man1/pyfiglet.1%{ext_man} -%{python_sitelib}/* +%{python_sitelib}/pyfiglet +%{python_sitelib}/pyfiglet-%{version}.dist-info ++++++ pyfiglet-0.8.post1.tar.gz -> pyfiglet-1.0.2.tar.gz ++++++ ++++ 106190 lines of diff (skipped)