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-02-25 18:27:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ufoLib2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-ufoLib2.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ufoLib2"

Thu Feb 25 18:27:01 2021 rev:4 rq:874529 version:0.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ufoLib2/python-ufoLib2.changes    
2021-02-15 23:20:36.103781277 +0100
+++ /work/SRC/openSUSE:Factory/.python-ufoLib2.new.2378/python-ufoLib2.changes  
2021-02-25 18:27:02.790165248 +0100
@@ -1,0 +2,16 @@
+Mon Feb 22 15:44:45 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- update to v0.11.1
+ * Component.move: apply delta to offset directly rather than 
+   translating, which fixes moving of flipped components.
+ * Typing: add GlyphSet protocol. More elegant than referring to 
+   Layer and Glyph explicitly, which nicely avoids circular 
+   imports.
+ * Some small typing fixes to circumvent microsoft/pyright#1297.
+ * Add APIs Font.object_lib(obj) and Glyph.object_lib(obj) to 
+   explicitly handle the new public.objectLibs mechanism of 
+   attaching libs to anchors, guidelines, contours, components and 
+   points.
+- Reinstate python36 build. FontTools does not need scipy anymore.
+
+-------------------------------------------------------------------

Old:
----
  ufoLib2-0.8.0.zip

New:
----
  ufoLib2-0.11.1.zip

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

Other differences:
------------------
++++++ python-ufoLib2.spec ++++++
--- /var/tmp/diff_new_pack.yQ1Cen/_old  2021-02-25 18:27:03.550165742 +0100
+++ /var/tmp/diff_new_pack.yQ1Cen/_new  2021-02-25 18:27:03.554165744 +0100
@@ -17,9 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%global skip_python36 1
 Name:           python-ufoLib2
-Version:        0.8.0
+Version:        0.11.1
 Release:        0
 Summary:        UFO font processing library
 License:        Apache-2.0
@@ -31,16 +30,25 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:       python-FontTools >= 4.13.0
-Requires:       python-attrs >= 19.3.0
-Suggests:       python-lxml
-Suggests:       python-typing_extensions
-BuildArch:      noarch
-# SECTION test requirements
+# SECTION install_requires
 BuildRequires:  %{python_module FontTools >= 4.0.0}
 BuildRequires:  %{python_module attrs >= 19.2.0}
+# via fonttools[ufo]
+BuildRequires:  %{python_module fs >= 2.2.0}
+BuildRequires:  %{python_module typing_extensions if %python-base < 3.8}
+Requires:       python-FontTools >= 4.0.0
+Requires:       python-attrs >= 19.2.0
+Requires:       python-fs >= 2.2.0
+%if 0%{?python_version_nodots} < 38
+Requires:       python-typing_extensions
+%endif
+# /SECTION
+# SECTION test requirements
+BuildRequires:  %{python_module lxml}
 BuildRequires:  %{python_module pytest}
 # /SECTION
+Suggests:       python-lxml
+BuildArch:      noarch
 %python_subpackages
 
 %description

Reply via email to