Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ufoLib2 for openSUSE:Factory 
checked in at 2021-12-17 23:54:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ufoLib2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-ufoLib2.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ufoLib2"

Fri Dec 17 23:54:32 2021 rev:5 rq:941192 version:0.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ufoLib2/python-ufoLib2.changes    
2021-02-25 18:27:02.790165248 +0100
+++ /work/SRC/openSUSE:Factory/.python-ufoLib2.new.2520/python-ufoLib2.changes  
2021-12-17 23:54:56.351550894 +0100
@@ -1,0 +2,19 @@
+Thu Dec 16 11:13:17 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to v0.12.1
+  * Require Python 3.7+ by @madig in #178
+  * Removed legacy Font(path), use Font.open(path) instead by
+    @anthrotype in #176
+- Release 0.11.4
+  * Fix Font's explicit data and images kwarg converters.
+- Release 0.11.3
+  * Ensure data and image stores are unlazified for direct
+    comparisons (#165).
+- Release 0.11.2
+  * Internal change: Don't compare private Font attributes,
+    cleaning up pytest assert displays (#160).
+  * Internal change: Do not require wheel for all setuptools
+    operations (#158).
+- No setup.py: Build system now uses PEP517
+
+-------------------------------------------------------------------

Old:
----
  ufoLib2-0.11.1.zip

New:
----
  ufoLib2-0.12.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ufoLib2.spec ++++++
--- /var/tmp/diff_new_pack.qkPgb1/_old  2021-12-17 23:54:56.859551314 +0100
+++ /var/tmp/diff_new_pack.qkPgb1/_new  2021-12-17 23:54:56.863551318 +0100
@@ -16,14 +16,18 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
+%define skip_python36 1
 Name:           python-ufoLib2
-Version:        0.11.1
+Version:        0.12.1
 Release:        0
 Summary:        UFO font processing library
 License:        Apache-2.0
 URL:            https://github.com/fonttools/ufoLib2
-Source:         
https://files.pythonhosted.org/packages/source/u/ufoLib2/ufoLib2-%{version}.zip
+Source:         
https://files.pythonhosted.org/packages/source/u/ufoLib2/ufoLib2-%{version}.tar.gz
+BuildRequires:  %{python_module base >= 3.7}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
@@ -32,7 +36,7 @@
 BuildRequires:  unzip
 # SECTION install_requires
 BuildRequires:  %{python_module FontTools >= 4.0.0}
-BuildRequires:  %{python_module attrs >= 19.2.0}
+BuildRequires:  %{python_module attrs >= 20.1.0}
 # via fonttools[ufo]
 BuildRequires:  %{python_module fs >= 2.2.0}
 BuildRequires:  %{python_module typing_extensions if %python-base < 3.8}
@@ -58,10 +62,10 @@
 %setup -q -n ufoLib2-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -70,6 +74,7 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/ufoLib2
+%{python_sitelib}/ufoLib2-%{version}*-info
 
 %changelog

Reply via email to