Hello community,

here is the log from the commit of package python-pycairo for openSUSE:Factory 
checked in at 2020-12-05 20:35:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycairo (Old)
 and      /work/SRC/openSUSE:Factory/.python-pycairo.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pycairo"

Sat Dec  5 20:35:07 2020 rev:4 rq:852941 version:1.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycairo/python-pycairo.changes    
2020-04-19 21:41:02.651066466 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycairo.new.5913/python-pycairo.changes  
2020-12-05 20:35:08.910584916 +0100
@@ -1,0 +2,23 @@
+Thu Dec  3 10:46:14 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Update to 1.20.0
+  * Require Python 3.6+ #pr-201
+  * Require cairo 1.15.10+ #pr-204
+  * docs: support Sphinx 3.0 #pr-207
+  * meson: add ‘tests’ option to skip tests #pr-188
+  * Windows: build wheels #pr-197
+  * Add support for Python 3.9 and 3.10 #pr-198 #pr-202
+  * examples: add a Jupyter Notebook example #pr-181
+  * Raise an error early when being passed a file object not opened
+    in binary mode #pr-205
+  * Add a pyproject.toml file #pr-206
+- move header file in sitearch to devel package (rpmlint error)
+  header is packaged twice: gh#pygobject/pycairo#98
+
+-------------------------------------------------------------------
+Wed Dec  2 22:46:52 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Move the pkgconfig file to the common package
+  gh#openSUSE/python-rpm-macros#66
+
+-------------------------------------------------------------------

Old:
----
  pycairo-1.19.1.tar.gz

New:
----
  pycairo-1.20.0.tar.gz

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

Other differences:
------------------
++++++ python-pycairo.spec ++++++
--- /var/tmp/diff_new_pack.srDxWE/_old  2020-12-05 20:35:09.478585492 +0100
+++ /var/tmp/diff_new_pack.srDxWE/_new  2020-12-05 20:35:09.482585496 +0100
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define         oldpython python
 Name:           python-pycairo
-Version:        1.19.1
+Version:        1.20.0
 Release:        0
 Summary:        Python Bindings for Cairo
 License:        LGPL-2.1-or-later OR MPL-1.1
@@ -29,7 +29,7 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  cairo-devel >= 1.13.1
+BuildRequires:  cairo-devel >= 1.15.10
 BuildRequires:  python-rpm-macros
 Provides:       python-cairo = %{version}
 Obsoletes:      python-cairo < %{version}
@@ -50,7 +50,7 @@
 Pycairo is a Python module providing bindings for the cairo graphics library.
 
 This package provides the development files needed to build
-packages that depen on Pycairo.
+packages that depend on Pycairo.
 
 %package     -n python-pycairo-common-devel
 Summary:        Headers for the Cairo Python bindings
@@ -65,7 +65,7 @@
 Pycairo is a Python module providing bindings for the cairo graphics library.
 
 This package provides the headers and development files needed to build
-packages that depen on Pycairo.
+packages that depend on Pycairo.
 
 %prep
 %setup -q -n pycairo-%{version}
@@ -77,22 +77,23 @@
 %python_install
 
 %check
+# this is not the deprecated setuptools test call but a custom setup compiling 
stuff and running pytest
 %python_exec setup.py test
 
 %files %{python_files}
 %doc NEWS docs
 %license COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1
 %{python_sitearch}/cairo/
+%exclude %{python_sitearch}/cairo/include
 %{python_sitearch}/pycairo-*.egg-info
 
 %files %{python_files devel}
 %license COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1
-%ifpython3
-%{_libdir}/pkgconfig/py3cairo.pc
-%endif
+%{python_sitearch}/cairo/include
 
 %files -n python-pycairo-common-devel
 %license COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1
 %{_includedir}/pycairo/
+%{_libdir}/pkgconfig/py3cairo.pc
 
 %changelog

++++++ pycairo-1.19.1.tar.gz -> pycairo-1.20.0.tar.gz ++++++
++++ 3801 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to