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 2022-02-17 00:31:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fontParts (Old)
and /work/SRC/openSUSE:Factory/.python-fontParts.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fontParts"
Thu Feb 17 00:31:09 2022 rev:5 rq:955425 version:0.10.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fontParts/python-fontParts.changes
2021-12-18 20:31:02.834269240 +0100
+++
/work/SRC/openSUSE:Factory/.python-fontParts.new.1956/python-fontParts.changes
2022-02-17 00:32:29.229413065 +0100
@@ -1,0 +2,15 @@
+Wed Feb 16 09:50:28 UTC 2022 - [email protected]
+
+- version update to 0.10.2
+ 0.10.1 (released 2021-12-28)
+ ---------------------------
+ - Update to use Collections.abc.Hashable by @benkiel in #622
+ - Start testing Python 3.10 by @benkiel in #619
+
+ 0.10.0 (released 2021-12-28)
+ ---------------------------
+ - 2021-12-28: Drops support for Python 3.6
+ - 2021-12-14: Adds tempLib, #615 (thanks @typemytype!)
+ - Improved docs with #605 and #607. Thanks @driehuis and @arrowtype!
+
+-------------------------------------------------------------------
Old:
----
fontParts-0.9.11.zip
New:
----
fontParts-0.10.2.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fontParts.spec ++++++
--- /var/tmp/diff_new_pack.Dud3ds/_old 2022-02-17 00:32:29.881412953 +0100
+++ /var/tmp/diff_new_pack.Dud3ds/_new 2022-02-17 00:32:29.889412952 +0100
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-fontParts%{psuffix}
-Version: 0.9.11
+Version: 0.10.2
Release: 0
Summary: API for interacting with the parts of fonts
License: MIT
@@ -40,22 +40,22 @@
BuildRequires: python-rpm-macros
BuildRequires: unzip
# install_requires = [FontTools[ufo,lxml,unicode]
-Requires: python-FontTools >= 3.32.0
+Requires: python-FontTools >= 4.28.5
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
+Requires: python-booleanOperations >= 0.9.0
+Requires: python-defcon >= 0.10.0
+Requires: python-fontMath >= 0.9.1
BuildArch: noarch
%if %{with test}
# SECTION test requirements
-BuildRequires: %{python_module FontTools >= 3.32.0}
-BuildRequires: %{python_module booleanOperations}
-BuildRequires: %{python_module defcon >= 0.6.0}
-BuildRequires: %{python_module fontMath >= 0.4.8}
+BuildRequires: %{python_module FontTools >= 4.28.5}
+BuildRequires: %{python_module booleanOperations >= 0.9.0}
+BuildRequires: %{python_module defcon >= 0.10.0}
+BuildRequires: %{python_module fontMath >= 0.9.1}
BuildRequires: %{python_module fontPens >= 0.2.4}
BuildRequires: %{python_module fs >= 2.2.0}
BuildRequires: %{python_module lxml >= 4.0}