From 3865b36eddfb2cc12a6381e95ae08034d626caad83fe361f9e942e848e1c669b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Apr 2024 21:21:19 +0000 Subject: [PATCH] - 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 --- pycups-2.0.1.tar.gz | 3 --- pycups-2.0.4.tar.gz | 3 +++ python-pycups.changes | 16 ++++++++++++++++ python-pycups.spec | 5 ++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 pycups-2.0.1.tar.gz create mode 100644 pycups-2.0.4.tar.gz diff --git a/pycups-2.0.1.tar.gz b/pycups-2.0.1.tar.gz deleted file mode 100644 index b4dc7f4..0000000 --- a/pycups-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57434ce5f62548eb12949ca8217f066f4eeb21a5d6ab8b13471dce350e380c90 -size 62968 diff --git a/pycups-2.0.4.tar.gz b/pycups-2.0.4.tar.gz new file mode 100644 index 0000000..46347a8 --- /dev/null +++ b/pycups-2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843e385c1dbf694996ca84ef02a7f30c28376035588f5fbeacd6bae005cf7c8d +size 65105 diff --git a/python-pycups.changes b/python-pycups.changes index 820109b..794072d 100644 --- a/python-pycups.changes +++ b/python-pycups.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Apr 20 21:20:26 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pycups.spec b/python-pycups.spec index 10d6d63..3e2f3ad 100644 --- a/python-pycups.spec +++ b/python-pycups.spec @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%global skip_python2 1 +%{?sle15_python_module_pythons} Name: python-pycups -Version: 2.0.1 +Version: 2.0.4 Release: 0 Summary: Python Bindings for CUPS License: GPL-2.0-or-later