File python-cups.changes of Package python-cups
-------------------------------------------------------------------
Tue Oct 4 07:45:18 UTC 2011 - vuntz@opensuse.org
- Update to version 1.9.59:
+ Password callbacks can now return None to indicate they want to
abort the current operation.
-------------------------------------------------------------------
Sat Jul 30 09:57:14 CEST 2011 - vuntz@opensuse.org
- Update to version 1.9.58:
+ Add cups.Connection.adminExportSamba.
+ Build fixes.
-------------------------------------------------------------------
Thu Jun 9 16:37:58 CEST 2011 - vuntz@opensuse.org
- Update to version 1.9.57:
+ Fixed rpm provides script for newer versions of rpm.
-------------------------------------------------------------------
Fri Jun 3 14:33:32 CEST 2011 - vuntz@opensuse.org
- Update to version 1.9.56:
+ Fix build against CUPS < 1.4.
-------------------------------------------------------------------
Fri May 27 15:22:12 CEST 2011 - vuntz@opensuse.org
- Update to version 1.9.55:
+ Add:
- cups.IPP_QUALITY_DRAFT, cups.IPP_QUALITY_NORMAL,
cups.IPP_QUALITY_HIGH
- cups.IPP_PORTRAIT, cups.IPP_LANDSCAPE,
cups.IPP_REVERSE_PORTRAIT, cups.IPP_REVERSE_LANDSCAPE
- cups.IPP_RES_UNITS_CM, cups.IPP_RES_UNITS_INCH
+ Support for IPP_TAG_RESOLUTION as triplet (xres, yres, units).
- Changes from version 1.9.54:
+ Add rpm 4.9 hooks that can tag printer driver RPM packages with
the MFG and MDL values for devices they support.
- Changes from version 1.9.53:
+ Fix a thread-local storage issue (rh#662805).
-------------------------------------------------------------------
Wed Nov 10 14:02:13 CET 2010 - vuntz@opensuse.org
- Update to version 1.9.52:
+ cups.Connection.getPPDs2(): New method, identical to getPPDs()
but returning all attribute values as lists.
-------------------------------------------------------------------
Fri Sep 3 20:02:22 CEST 2010 - vuntz@opensuse.org
- Fix build with python 2.7, by fixing a filename in the file list.
-------------------------------------------------------------------
Fri Aug 6 17:38:14 CEST 2010 - vuntz@opensuse.org
- Update to version 1.9.51:
+ Fixed stack overflow (rh#584991).
+ Use strcpy instead of sprintf when no format required.
- Changes from version 1.9.50:
+ cups.Connection.getPPD3()
+ cups.Connection.getJobs() now takes optional
requested_attributes argument.
+ cups.Connection.getPrinterAttributes(): member-names is now
always a list.
+ cups.HTTP_NOT_MODIFIED constant.
+ cups.PPD_ORDER_ANY constant.
+ cups.PPD_ORDER_DOCUMENT constant.
+ cups.PPD_ORDER_EXIT constant.
+ cups.PPD_ORDER_JCL constant.
+ cups.PPD_ORDER_PAGE constant.
+ cups.PPD_ORDER_PROLOG constant.
+ cups.PPD.emitString() method.
+ cups.PPD.emit() method.
+ cups.PPD.emitAfterOrder() method.
+ cups.PPD.emitFd() method.
+ cups.PPD.emitJCL() method.
+ cups.PPD.emitJCLEnd() method.
-------------------------------------------------------------------
Mon Mar 22 14:35:09 CET 2010 - vuntz@opensuse.org
- Update to version 1.9.49:
+ Fix rh#567386.
-------------------------------------------------------------------
Sat Feb 13 15:31:16 CET 2010 - vuntz@opensuse.org
- Update to version 1.9.48:
+ cups.cancelJob()'s optional second argument is now a keyword.
- Changes from version 1.9.47:
+ cups.restartJob() now takes optional job_hold_until argument.
+ cups.cancelJob() now takes optional purge_job argument.
+ cups.setPasswordCB2() method.
+ cups.Connection.moveJob() method.
+ cups.IPPAttribute and cups.IPPRequest types.
+ IPP state constants.
+ cups.Connection.getDevices() now takes optional timeout
argument.
- Changes from version 1.9.46:
+ cups.Connection.getDevices() now takes optional limit,
exclude_schemes and include_schemes arguments.
+ cups.Connection.getPPDs() now takes optional limit,
exclude_schemes, include_schemes, ppd_device_id, ppd_make,
ppd_make_and_model, ppd_model_number, ppd_product,
ppd_psversion, ppd_type and ppd_natural_language arguments.
+ cups.ppdSetConformance() method.
+ cups.PPD_CONFORM_RELAXED constant.
+ cups.PPD_CONFORM_STRICT constant.
+ cups.modelSort() now accepts Unicode strings.
- Changes from version 1.9.45:
+ cups.PPD.localizeIPPReason()
+ cups.PPD.localizeMarkerName()
- Changes from version 1.9.44:
+ Fix threading crashes.
- Changes from version 1.9.43:
+ Avoid crashing when CUPS-Get-Devices call asks for password.
+ Set printer-uri attribute in Connection.getJobs, not job-uri.
+ Fixed threading support.
-------------------------------------------------------------------
Mon Sep 15 21:39:50 CEST 2008 - dmueller@suse.de
- fix requires (python-base is unversioned and does not exist)
-------------------------------------------------------------------
Wed Sep 10 11:59:27 CEST 2008 - kssingvo@suse.de
- Update to version 1.9.42:
* New function for extracting requested attributes from list
* Support limit and first-job-id attributes
* New parameter requested_attributes
* Documentation fix for getJobAttributes
-------------------------------------------------------------------
Wed Aug 20 14:19:48 CEST 2008 - kssingvo@suse.de
- Update to version 1.9.41:
* Allow destination to be a file descriptor or a Python file
object, and call cupsPutFd() in those cases
* Fixed requested_attributes parameter
-------------------------------------------------------------------
Mon Jul 14 09:51:00 CEST 2008 - dmueller@suse.de
- Initial package (1.9.40)