Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-precis-i18n for openSUSE:Factory checked in at 2023-12-28 23:02:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-precis-i18n (Old) and /work/SRC/openSUSE:Factory/.python-precis-i18n.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-precis-i18n" Thu Dec 28 23:02:28 2023 rev:7 rq:1135333 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-precis-i18n/python-precis-i18n.changes 2023-01-05 15:01:03.369084569 +0100 +++ /work/SRC/openSUSE:Factory/.python-precis-i18n.new.28375/python-precis-i18n.changes 2023-12-28 23:04:14.996552929 +0100 @@ -1,0 +2,21 @@ +Wed Dec 27 15:12:17 UTC 2023 - Ben Greiner <[email protected]> + +- Update specfile for PEP517 and python packaging best practices + +------------------------------------------------------------------- +Wed Dec 27 14:54:32 UTC 2023 - Dirk Müller <[email protected]> + +- update to 1.1.0: + * Fixed an issue in the Nickname profile implementation that + trimmed extra leading/trailing white space beyond the `Zs` + category prescribed in RFC 8266. Python treats certain + Unicode control characters as white space. If these appeared + as leading/trailing spaces in a Nickname string, they + were stripped. With this release, the Nickname profile will + raise a UnicodeEncodeError `DISALLOWED/controls` if any control + characters are encountered. (Issue #29) + * Update internal tables for Unicode 15.1. + * Change format of README and CHANGELOG files to Markdown. + * Drop support for Python 3.3 and 3.4. + +------------------------------------------------------------------- Old: ---- precis_i18n-1.0.5.tar.gz New: ---- precis_i18n-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-precis-i18n.spec ++++++ --- /var/tmp/diff_new_pack.0FmHNP/_old 2023-12-28 23:04:15.640576467 +0100 +++ /var/tmp/diff_new_pack.0FmHNP/_new 2023-12-28 23:04:15.640576467 +0100 @@ -16,22 +16,23 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 %define _name precis_i18n Name: python-precis-i18n -Version: 1.0.5 +Version: 1.1.0 Release: 0 Summary: Internationalised Usernames and Passwords License: MIT Group: Development/Languages/Python URL: https://github.com/byllyfish/precis_i18n Source: https://github.com/byllyfish/precis_i18n/archive/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Suggests: python-unicodedata2 BuildArch: noarch +Provides: python-%{_name} = %{version}-%{release} %python_subpackages %description @@ -51,10 +52,10 @@ %autosetup -n %{_name}-%{version} -p1 %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib}/ %check @@ -62,7 +63,7 @@ %files %{python_files} %license LICENSE.txt -%doc CHANGELOG.rst README.rst +%doc CHANGELOG.md README.md %{python_sitelib}/%{_name}/ -%{python_sitelib}/%{_name}-* +%{python_sitelib}/%{_name}-%{version}.dist-info ++++++ precis_i18n-1.0.5.tar.gz -> precis_i18n-1.1.0.tar.gz ++++++ ++++ 8165 lines of diff (skipped)
