- update to 2.0.4:
* remove the install_requires from setup.py * removed shebang from example/cupstree.py * ignore driverless utilities for postscriptdriver tags creation (Fedora bug #1873385) * remove epydoc from Makefile (#27) * fix invalid delete of pointer (#11) * Makefile uses wrong Python (#32) * define PY_SSIZE_T_CLEAN in cupsipp.h - fixes traceback during IPPRequest.writeIO with Python 3.10 * fix the test.py when there is no printer installed (#46) * Use PyObject_Call() instead of deprecated PyEval OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycups?expand=0&rev=22
This commit is contained in:
parent
f046e2bf4d
commit
3865b36edd
BIN
pycups-2.0.1.tar.gz
(Stored with Git LFS)
BIN
pycups-2.0.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pycups-2.0.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
pycups-2.0.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 21:20:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.4:
|
||||||
|
* remove the install_requires from setup.py
|
||||||
|
* removed shebang from example/cupstree.py
|
||||||
|
* ignore driverless utilities for postscriptdriver tags
|
||||||
|
creation (Fedora bug #1873385)
|
||||||
|
* remove epydoc from Makefile (#27)
|
||||||
|
* fix invalid delete of pointer (#11)
|
||||||
|
* Makefile uses wrong Python (#32)
|
||||||
|
* define PY_SSIZE_T_CLEAN in cupsipp.h - fixes traceback during
|
||||||
|
IPPRequest.writeIO with Python 3.10
|
||||||
|
* fix the test.py when there is no printer installed (#46)
|
||||||
|
* Use PyObject_Call() instead of deprecated PyEval
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 3 10:10:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Jan 3 10:10:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,10 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
%global skip_python2 1
|
|
||||||
Name: python-pycups
|
Name: python-pycups
|
||||||
Version: 2.0.1
|
Version: 2.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Bindings for CUPS
|
Summary: Python Bindings for CUPS
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user