Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-defcon for openSUSE:Factory 
checked in at 2021-12-17 23:54:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-defcon (Old)
 and      /work/SRC/openSUSE:Factory/.python-defcon.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-defcon"

Fri Dec 17 23:54:30 2021 rev:6 rq:941186 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-defcon/python-defcon.changes      
2021-04-12 17:10:30.902574976 +0200
+++ /work/SRC/openSUSE:Factory/.python-defcon.new.2520/python-defcon.changes    
2021-12-17 23:54:53.491548526 +0100
@@ -1,0 +2,9 @@
+Thu Dec 16 10:22:57 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.9.0
+  * Makes glyph.image object ???sticky???, just like lib objects (#352)
+  * Adds a .tempLib to font, layer, and glyph that is available for
+    the life of the object and is never saved with the ufo. (#367)
+- Skip python36: FontTools now dropped it.
+
+-------------------------------------------------------------------

Old:
----
  defcon-0.8.1.zip

New:
----
  defcon-0.9.0.zip

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

Other differences:
------------------
++++++ python-defcon.spec ++++++
--- /var/tmp/diff_new_pack.bG4QIm/_old  2021-12-17 23:54:54.055548993 +0100
+++ /var/tmp/diff_new_pack.bG4QIm/_new  2021-12-17 23:54:54.063549000 +0100
@@ -16,32 +16,40 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
+%define skip_python36 1
 Name:           python-defcon
-Version:        0.8.1
+Version:        0.9.0
 Release:        0
-Summary:        A set of flexible objects for representing UFO data
+Summary:        A set of UFO based objects for use in font editing applications
 License:        MIT
-URL:            http://code.typesupply.com
+URL:            https://github.com/robotools/defcon
 Source:         
https://files.pythonhosted.org/packages/source/d/defcon/defcon-%{version}.zip
-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.10.2
+# SECTION fonttools[ufo,unicode]
+Requires:       python-fs >= 2.2
+%if 0%{?python_version_nodots} < 39
+Requires:       python-unicodedata2 >= 13.0.0
+%endif
+# /SECTION
 Suggests:       python-fontPens >= 0.1.0
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module FontTools >= 4.10.2}
+BuildRequires:  %{python_module fs >= 2.2}
 BuildRequires:  %{python_module pytest >= 3.0.3}
+BuildRequires:  %{python_module unicodedata2 >= 13.0.0 if %python-base < 3.9}
 # /SECTION
 %python_subpackages
 
 %description
-A set of flexible objects for representing UFO data.
+A set of UFO based objects optimized for use in font editing applications.
 
 %prep
 %setup -q -n defcon-%{version}
@@ -60,6 +68,7 @@
 %files %{python_files}
 %doc README.rst
 %license License.txt
-%{python_sitelib}/*
+%{python_sitelib}/defcon
+%{python_sitelib}/defcon-%{version}*-info
 
 %changelog

Reply via email to