Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-psautohint for
openSUSE:Factory checked in at 2022-03-07 17:47:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psautohint (Old)
and /work/SRC/openSUSE:Factory/.python-psautohint.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psautohint"
Mon Mar 7 17:47:21 2022 rev:5 rq:959856 version:2.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psautohint/python-psautohint.changes
2021-04-21 20:59:44.382233502 +0200
+++
/work/SRC/openSUSE:Factory/.python-psautohint.new.1958/python-psautohint.changes
2022-03-07 17:47:25.259111528 +0100
@@ -1,0 +2,10 @@
+Mon Mar 7 10:35:45 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 2.4.0
+ * Dropped Python 3.6 support - Python 3.7 is now the minimum
+ requirement
+ * Added Python 3.10 support
+- Release
+ * Updated for fontTools rounding changes (thanks, @madig!) (#301)
+
+-------------------------------------------------------------------
Old:
----
psautohint-2.3.0.zip
New:
----
psautohint-2.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-psautohint.spec ++++++
--- /var/tmp/diff_new_pack.W2hiAK/_old 2022-03-07 17:47:27.115110992 +0100
+++ /var/tmp/diff_new_pack.W2hiAK/_new 2022-03-07 17:47:27.123110989 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-psautohint
#
-# 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
@@ -16,30 +16,29 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module()python3-%{**}}
%define skip_python2 1
-%define skip_python36 1
Name: python-psautohint
-Version: 2.3.0
+Version: 2.4.0
Release: 0
Summary: Python wrapper for Adobe's PostScript autohinter
License: Apache-2.0
URL: https://github.com/adobe-type-tools/psautohint
-Source:
https://files.pythonhosted.org/packages/source/p/psautohint/psautohint-%{version}.zip
-BuildRequires: %{python_module devel}
+Source:
https://files.pythonhosted.org/packages/source/p/psautohint/psautohint-%{version}.tar.gz
+BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module fs}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: unzip
-Requires: python-FontTools >= 4.5.0
+Requires: python-FontTools >= 4.22.0
Requires: python-fs
Requires(post): update-alternatives
Requires(postun):update-alternatives
# SECTION test requirements
-BuildRequires: %{python_module FontTools >= 4.5.0}
-BuildRequires: %{python_module pytest >= 3.0}
+BuildRequires: %{python_module FontTools >= 4.22.0}
+BuildRequires: %{python_module pytest-xdist}
+BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@@ -74,6 +73,7 @@
%license COPYING LICENSE
%python_alternative %{_bindir}/psautohint
%python_alternative %{_bindir}/psstemhist
-%{python_sitearch}/*
+%{python_sitearch}/psautohint
+%{python_sitearch}/psautohint-%{version}*-info
%changelog