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-12-18 20:30:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fontParts (Old)
and /work/SRC/openSUSE:Factory/.python-fontParts.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fontParts"
Sat Dec 18 20:30:12 2021 rev:4 rq:941310 version:0.9.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fontParts/python-fontParts.changes
2021-04-12 17:10:32.550576800 +0200
+++
/work/SRC/openSUSE:Factory/.python-fontParts.new.2520/python-fontParts.changes
2021-12-18 20:31:02.834269240 +0100
@@ -1,0 +2,7 @@
+Thu Dec 16 11:01:52 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to 0.9.11
+ * Fixes inserting a segment with an open contour, #601
+- Skip python36: FontTools dropped support
+
+-------------------------------------------------------------------
Old:
----
fontParts-0.9.10.zip
New:
----
fontParts-0.9.11.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fontParts.spec ++++++
--- /var/tmp/diff_new_pack.Eyns8E/_old 2021-12-18 20:31:03.554269640 +0100
+++ /var/tmp/diff_new_pack.Eyns8E/_new 2021-12-18 20:31:03.558269642 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package python-fontParts-test
+# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@@ -26,8 +26,9 @@
%endif
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
+%define skip_python36 1
Name: python-fontParts%{psuffix}
-Version: 0.9.10
+Version: 0.9.11
Release: 0
Summary: API for interacting with the parts of fonts
License: MIT
@@ -84,6 +85,7 @@
# fontParts tests requires fontPens and fontPens' tests require fontParts
%check
export LANG=C.UTF-8
+export PYTHONDONTWRITEBYTECODE=1
%python_expand PYTHONPATH=./Lib $python Lib/fontParts/fontshell/test.py
%endif
@@ -91,7 +93,8 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/fontParts
+%{python_sitelib}/fontParts-%{version}*-info
%endif
%changelog