Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ufonormalizer for openSUSE:Factory checked in at 2021-04-26 16:39:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ufonormalizer (Old) and /work/SRC/openSUSE:Factory/.python-ufonormalizer.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ufonormalizer" Mon Apr 26 16:39:46 2021 rev:2 rq:888435 version:0.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ufonormalizer/python-ufonormalizer.changes 2020-05-29 21:36:10.670435689 +0200 +++ /work/SRC/openSUSE:Factory/.python-ufonormalizer.new.12324/python-ufonormalizer.changes 2021-04-26 16:40:44.566185776 +0200 @@ -1,0 +2,13 @@ +Sun Apr 25 20:06:03 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.5.3 + * Fixes reporting of version number +- Releases between 0.4.1 and 0.5.3: + * Cleans up extra, un-need artifacts. + * Converted ufoNormalizer to package instead of a module + * Drops Python 2.x and 3.5. + * Fixes plistlib issues with Python 3.9 + * Fix whitespace handling in glyph notes (#71), thanks + @colinmford! + +------------------------------------------------------------------- Old: ---- ufonormalizer-0.4.1.zip New: ---- ufonormalizer-0.5.3.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ufonormalizer.spec ++++++ --- /var/tmp/diff_new_pack.ddOLST/_old 2021-04-26 16:40:44.958186419 +0200 +++ /var/tmp/diff_new_pack.ddOLST/_new 2021-04-26 16:40:44.962186426 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ufonormalizer # -# 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 @@ -16,21 +16,24 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} +%define skip_python2 1 Name: python-ufonormalizer -Version: 0.4.1 +Version: 0.5.3 Release: 0 Summary: Script to normalize the XML and other data inside of a UFO License: BSD-3-Clause URL: https://github.com/unified-font-object/ufoNormalizer Source: https://files.pythonhosted.org/packages/source/u/ufonormalizer/ufonormalizer-%{version}.zip +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module toml} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages @@ -39,7 +42,7 @@ %prep %setup -q -n ufonormalizer-%{version} -sed -i -e '1{\,^#! %{_bindir}/env python,d}' src/ufonormalizer.py +sed -i -e '1{\,^#! %{_bindir}/env python,d}' src/ufonormalizer/__init__.py %build %python_build @@ -50,7 +53,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest -v %post %python_install_alternative ufonormalizer @@ -62,6 +65,7 @@ %doc README.md %license LICENSE.txt %python_alternative %{_bindir}/ufonormalizer -%{python_sitelib}/* +%{python_sitelib}/ufonormalizer +%{python_sitelib}/ufonormalizer-%{version}*-info %changelog