Package Release Info

python-pycups-1.9.74-3.3.2

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

cups-rpm-helper
python-pycups-debuginfo
python-pycups-debugsource
python2-pycups
python2-pycups-debuginfo

Change Logs

* Wed Aug 28 2019 mwilck@suse.com
- 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 svasudevan@suse.com
- Update to version 1.9.74
  * no changelog provided
Version: 1.9.73-1.37
* Mon Jun 19 2017 toddrme2178@gmail.com
- Provide python-cups/python3-cups
* Fri Jun 09 2017 toddrme2178@gmail.com
- Provide old packages.
- Minor singlespec cleanups.
* Mon Jun 05 2017 aloisio@gmx.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.monin@gmx.fr
- add patch revert-postscriptdriver.prov-py3.patch:
  revert back to python2 for postscriptdriver.prov script
* Thu Feb 26 2015 benoit.monin@gmx.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
* Sat Jan 25 2014 os-dev@jacraig.com
- Update to 1.9.66:
  * Python3 compatibility
- Changes from 1.9.65:
  * cupsconnection.c (PyObject_from_attr_value): Fix getting of booleans.
  * cupsconnection.c (UTF8_from_PyObj): Propagate UTF-8 decoding errors.
  * cupsconnection.c: Don't just append printer name to base URI to get
    printer URI. Need to actually encode the name.
  * cupsconnection.c: Fixed documentation typo for Connection.getPPDs2.
* Sat Sep 14 2013 os-dev@jacraig.com
- Update to 1.9.63:
  * cups.IPPError tuple now contains the specific error string, if one is
    available.
- Changes from 1.9.62:
  * Define all constants regardless of which version of CUPS is built against.
- Added %doc to build section with several doc files from the source.
* Mon Sep 03 2012 jengelh@inai.de
- Remove redundant %clean section
- Make package compile on RH6-like systems by using standard
  python macros
* Wed Mar 28 2012 vuntz@opensuse.org
- Update to version 1.9.61:
  + Several bug fixes, including reference count fixes and better
    handling of failures from Py* functions.
* Tue Nov 15 2011 vuntz@opensuse.org
- Update to version 1.9.60:
  + Add new constants defined in cups 1.5.