Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zhon for openSUSE:Factory checked in at 2023-10-05 20:04:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zhon (Old) and /work/SRC/openSUSE:Factory/.python-zhon.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zhon" Thu Oct 5 20:04:55 2023 rev:5 rq:1115781 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zhon/python-zhon.changes 2023-04-21 18:48:11.300312882 +0200 +++ /work/SRC/openSUSE:Factory/.python-zhon.new.28202/python-zhon.changes 2023-10-05 20:06:05.133069376 +0200 @@ -1,0 +2,14 @@ +Thu Oct 5 09:22:58 UTC 2023 - Dirk Müller <[email protected]> + +- update to 2.0.2: + * Fix broken documentation link at at pypi + * Restructure documentation into multiple pages + * Reverse sort changelog + * Removes Python 2.7 support + * Bumps minimum support Python to Python 3.7 + * Switches to hatch for project management + * Fixes an invalid backslash escape sequence (#34) + * Automatically imports subpackages when importing zhon (#31) + * Updates documentation about combining diacritic marks (#29) + +------------------------------------------------------------------- Old: ---- zhon-1.1.5.tar.gz New: ---- zhon-2.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zhon.spec ++++++ --- /var/tmp/diff_new_pack.1B75vC/_old 2023-10-05 20:06:06.277110707 +0200 +++ /var/tmp/diff_new_pack.1B75vC/_new 2023-10-05 20:06:06.277110707 +0200 @@ -16,18 +16,19 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-zhon -Version: 1.1.5 +Version: 2.0.2 Release: 0 Summary: Constants used in Chinese text processing License: MIT Group: Development/Languages/Python URL: https://github.com/tsroten/zhon Source: https://github.com/tsroten/zhon/archive/v%{version}.tar.gz#/zhon-%{version}.tar.gz +BuildRequires: %{python_module hatch_vcs} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -40,14 +41,13 @@ %setup -q -n zhon-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -printf "[pytest]\npython_files = test-*.py\n" > pytest.ini %pytest %files %{python_files} ++++++ zhon-1.1.5.tar.gz -> zhon-2.0.2.tar.gz ++++++ ++++ 4235 lines of diff (skipped)
