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 2021-05-03 22:08:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-precis-i18n (Old) and /work/SRC/openSUSE:Factory/.python-precis-i18n.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-precis-i18n" Mon May 3 22:08:04 2021 rev:4 rq:889839 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-precis-i18n/python-precis-i18n.changes 2020-03-14 09:55:11.555103627 +0100 +++ /work/SRC/openSUSE:Factory/.python-precis-i18n.new.2988/python-precis-i18n.changes 2021-05-03 22:08:16.468464419 +0200 @@ -1,0 +2,20 @@ +Sun May 2 14:26:42 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to 1.0.3 + * MANIFEST.in excludes test_derived_props_files.py; test data + files are not packaged. + * CI script now builds source package and runs tests from it. + * Use Github Actions for continuous integration. + * Update copyright year (2021). +- Release 1.0.2 + * get_profile now supports alternative unicodedata2 module + (Issue #8). + * get_profile maps ':' to '_' before looking up profile name + (Issue #10). + * Test Unicode 12.1 for Python 3.8. + * Test Unicode 12.0 (Using optional unicodedata2 module) + * Test Unicode 13.0 for Python 3.9 (Issue #9). +Update copyright year (2020). +- Drop support_unicode_12.1_for_python_3.8.patch + +------------------------------------------------------------------- Old: ---- support_unicode_12.1_for_python_3.8.patch v1.0.1.tar.gz New: ---- precis_i18n-1.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-precis-i18n.spec ++++++ --- /var/tmp/diff_new_pack.yWbHbo/_old 2021-05-03 22:08:16.984462217 +0200 +++ /var/tmp/diff_new_pack.yWbHbo/_new 2021-05-03 22:08:16.984462217 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-precis-i18n # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,18 +20,17 @@ %define skip_python2 1 %define _name precis_i18n Name: python-precis-i18n -Version: 1.0.1 +Version: 1.0.3 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 -# imported from upstream 7b6987e20 to add python 3.8 support -Patch1: support_unicode_12.1_for_python_3.8.patch +Source: https://github.com/byllyfish/precis_i18n/archive/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Suggests: python-unicodedata2 BuildArch: noarch %python_subpackages @@ -59,7 +58,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib}/ %check -%python_exec setup.py test +%pyunittest -v %files %{python_files} %license LICENSE.txt