Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fontParts for 
openSUSE:Factory checked in at 2021-04-12 17:10:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fontParts (Old)
 and      /work/SRC/openSUSE:Factory/.python-fontParts.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fontParts"

Mon Apr 12 17:10:29 2021 rev:3 rq:880876 version:0.9.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fontParts/python-fontParts.changes        
2021-02-15 23:20:41.779789755 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fontParts.new.2401/python-fontParts.changes  
    2021-04-12 17:10:32.550576800 +0200
@@ -1,0 +2,33 @@
+Tue Mar 23 19:29:59 UTC 2021 - Benjamin Greiner <[email protected]>
+
+- Update to 0.9.10
+  * Update to Defcon 0.8.0
+- Release 0.9.9
+  * Fixed import of version.
+- Release 0.9.8
+  * Add support for quadratic curves with no on-curve points in
+    Contour and Segment.
+- Release 0.9.7
+  * Change to github actions for CI and release.
+  * fontShell returns None when referenced file name doesn't exist
+    for an Image
+- Release 0.9.6
+  * fontShell has changed() implemented now
+- Release 0.9.5
+  * Fix for contours not getting updated in fontShell
+  * Fix for error message in normalizeKerningKey
+- Release 0.9.4
+  * Fixed release build
+- Release 0.9.3
+  *  All rounding uses otRound. #536, fixes #533.
+  *  Allow contour.segment to be empty (#480).
+  *  Image file names now get a png file extension (#482).
+  *  Fixed error in setting contour index (#488).
+  *  Fixed error in PointPositionMixin (#486, fixed by #491)
+  *  Added option to turn off normalizer tests
+  *  Test fixes and updates. #512.
+  *  various: Documentation updates and corrections
+- reinstate python36 build (python36-FontTools is available)
+- skip python2 for Leap
+
+-------------------------------------------------------------------

Old:
----
  fontParts-0.9.2.zip

New:
----
  fontParts-0.9.10.zip

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

Other differences:
------------------
++++++ python-fontParts.spec ++++++
--- /var/tmp/diff_new_pack.FLyITK/_old  2021-04-12 17:10:33.082577389 +0200
+++ /var/tmp/diff_new_pack.FLyITK/_new  2021-04-12 17:10:33.086577393 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-fontParts
+# spec file for package python-fontParts-test
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -24,20 +24,27 @@
 %define psuffix %{nil}
 %bcond_with test
 %endif
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%global skip_python36 1
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
 Name:           python-fontParts%{psuffix}
-Version:        0.9.2
+Version:        0.9.10
 Release:        0
 Summary:        API for interacting with the parts of fonts
 License:        MIT
 URL:            https://github.com/robotools/fontParts
 Source:         
https://files.pythonhosted.org/packages/source/f/fontParts/fontParts-%{version}.zip
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
+# install_requires = [FontTools[ufo,lxml,unicode]
 Requires:       python-FontTools >= 3.32.0
+Requires:       python-fs >= 2.2.0
+Requires:       python-lxml >= 4.0
+%if %python_version_nodots < 39
+Requires:       python-unicodedata2
+%endif
 Requires:       python-booleanOperations
 Requires:       python-defcon >= 0.6.0
 Requires:       python-fontMath >= 0.4.8
@@ -49,6 +56,9 @@
 BuildRequires:  %{python_module defcon >= 0.6.0}
 BuildRequires:  %{python_module fontMath >= 0.4.8}
 BuildRequires:  %{python_module fontPens >= 0.2.4}
+BuildRequires:  %{python_module fs >= 2.2.0}
+BuildRequires:  %{python_module lxml >= 4.0}
+BuildRequires:  %{python_module unicodedata2 if %python-base < 3.9}
 # /SECTION
 %endif
 %python_subpackages

Reply via email to