- update to 2.0.1:
* pypi required .tar.gz * cups.require couldn't handle version bigger than 1 * dropped macros for older CUPS < 2.0.0 * dropped Python 2 support and its related macros * update license headers * thread did not hold GIL when called Py_XDECREF() from destroy_TLS(), causing SIGSEGV(Fedora bug #1816107) * fixed several compiler warnings * fix silent error on Connection.printFiles() (patch by Wilbert Berendsen) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycups?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 11:54:47 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.0.1:
|
||||
* pypi required .tar.gz
|
||||
* cups.require couldn't handle version bigger than 1
|
||||
* dropped macros for older CUPS < 2.0.0
|
||||
* dropped Python 2 support and its related macros
|
||||
* update license headers
|
||||
* thread did not hold GIL when called Py_XDECREF() from destroy_TLS(), causing SIGSEGV(Fedora bug #1816107)
|
||||
* fixed several compiler warnings
|
||||
* fix silent error on Connection.printFiles() (patch by Wilbert Berendsen)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 21 10:49:51 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user