Changelog for
cups-rpm-helper-2.0.4-lp156.31.5.x86_64.rpm :
* Sat Apr 20 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 03 2024 Dirk Müller - require setuptools
* Mon Aug 14 2023 Dirk Müller - build as wheel
* Wed Feb 16 2022 Dirk Müller - spec-cleaner
* Tue Feb 23 2021 Dirk Müller - 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 2020 Benjamin Greiner - Let the python-rpm-macros take care of the correct python3 provides for all python3 flavors gh#openSUSE/python-rpm-macros#66
* Mon Jul 06 2020 Ludwig Nussel - ignore build requirement of cups-rpm-helper to avoid cycle with cups-devel (boo#1172407))
* Wed Aug 28 2019 Martin Wilck - Package /usr/lib/rpm/postscriptdriver.prov again, in the new \"cups-rpm-helper\" subpackage (bsc#735865). The file hasn\'t been packaged any more after the switch from python-cups to python-pycups (sr#502741).
* removed revert-postscriptdriver.prov-py3.patch (we use python3 now)
* Tue May 14 2019 svasudevanAATTsuse.com- Update to version 1.9.74
* no changelog provided
* Mon Jun 19 2017 toddrme2178AATTgmail.com- Provide python-cups/python3-cups
* Fri Jun 09 2017 toddrme2178AATTgmail.com- Provide old packages.- Minor singlespec cleanups.
* Mon Jun 05 2017 aloisioAATTgmx.com- Update to 1.9.73
* Fixed build for CUPS 1.6.3 by making several constants conditional on CUPS >= 1.7.- Converted to single-spec- Renamed package to python-pycups to follow naming guidelines
* Sun Mar 08 2015 benoit.moninAATTgmx.fr- add patch revert-postscriptdriver.prov-py3.patch: revert back to python2 for postscriptdriver.prov script
* Thu Feb 26 2015 benoit.moninAATTgmx.fr- update to version 1.9.72:
* Removed private CANCEL_DOCUMENT, GET_DOCUMENT_ATTRIBUTES, GET_DOCUMENTS, DELETE_DOCUMENT, SET_DOCUMENT_ATTRIBUTES IPP operation constants
* Fixed build for CUPS 1.4 by making several constants conditional on CUPS >= 1.5- additional changes from version 1.9.71:
* Fixes for cups.IPP_JOB_CANCELED, cups.IPP_ERROR_JOB_CANCELED, cups.IPP_STATUS_ERROR_CUPS_AUTHENTICATION_CANCELED, cups.IPP_AUTHENTICATION_CANCELED, cups.IPP_STATUS_ERROR_CUPS_UPGRADE_REQUIRED, and cups.IPP_UPGRADE_REQUIRED- additional changes from version 1.9.70:
* cups.ippErrorString(). Fixed build with CUPS 1.5. New-style (CUPS 1.6) naming for HTTP status (cups.HTTP_STATUS_
*), IPP orientation (cups.IPP_ORIENT_
*), IPP status (cups.IPP_STATUS_
*), and IPP I/O (cups.IPP_STATE_
*) constants- additional changes from version 1.9.69:
* cups.IPPRequest.operation, cups.IPPRequest.state, cups.IPPRequest.statuscode, cups.ippOpString(), cups.IPP_OP_
*, cups.IPPRequest.addSeparator(), cups.IPPRequest.add(), cups.IPPRequest.writeIO()- additional changes from version 1.9.68:
* Now builds against CUPS 2.0
* The rpm provider script is now Python3- additional changes from version 1.9.67:
* Bindings for streaming API: cups.CUPS_FORMAT_
* constants, cups.createJob(), cups.startDocument(), cups.writeRequestData(), cups.finishDocument()- remove Changelog from doc: deleted by upstream