summaryrefslogtreecommitdiff
path: root/print/py-cups
AgeCommit message (Collapse)AuthorFilesLines
2015-02-24Update to 1.9.71markd2-7/+6
New in 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. New in 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. New in 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(). New in 1.9.68: * Now builds against CUPS 2.0. * The rpm provider script is now Python3. New in 1.9.67: * Bindings for streaming API: cups.CUPS_FORMAT_* constants, cups.createJob(), cups.startDocument(), cups.writeRequestData(), cups.finishDocument().
2014-06-18Bump PKGREVISION for cups -> cups15 change.wiz1-2/+2
2014-06-18Switch all cups packages to use cups15.wiz2-4/+4
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-1/+2
2014-01-19Update to 1.9.66:wiz3-11/+9
2013-11-27 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.66. 2013-11-04 Jiri Popelka <jpopelka@redhat.com> * Python3 compatibility 2013-11-27 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.65. 2013-07-31 Jiri Popelka <jpopelka@redhat.com> * cupsconnection.c (PyObject_from_attr_value): Fix getting of booleans. 2013-04-12 Tim Waugh <twaugh@redhat.com> * cupsconnection.c (UTF8_from_PyObj): Propagate UTF-8 decoding errors. 2013-04-10 Tim Waugh <twaugh@redhat.com> * cupsconnection.c: Don't just append printer name to base URI to get printer URI. Need to actually encode the name. 2013-04-03 Tim Waugh <twaugh@redhat.com> * cupsconnection.c: Fixed documentation typo for Connection.getPPDs2. 2013-03-20 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.63. 2013-03-20 Tim Waugh <twaugh@redhat.com> * cupsconnection.c (set_ipp_error): IPPError tuple now contains a string describing the specific error encountered, if available. 2012-08-01 Tim Waugh <twaugh@redhat.com> * setup.py: Version 1.9.62. 2012-03-28 Tim Waugh <twaugh@redhat.com> * cupsmodule.c: Define all constants regardless of which version of CUPS is built against. 2012-03-22 Tim Waugh <twaugh@redhat.com> * cupsppd.c (PPD_dealloc): Add missing NULL check for debugging message (Ubuntu #951001). Patch from Till Kamppeter.
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-3/+4
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-2/+1
2012-05-28Update to 1.9.61, set LICENSE. Requested by Francois Tigeot in PR 46489.wiz3-21/+7
New in 1.9.60: * New constants from 1.5: - IPP_AUTHENTICATION_CANCELED - IPP_PKI_ERROR - HTTP_NOT_IMPLEMENTED - HTTP_BAD_GATEWAY - HTTP_SERVICE_UNAVAILABLE - HTTP_GATEWAY_TIMEOUT - HTTP_NOT_SUPPORTED - HTTP_AUTHORIZATION_CANCELED - HTTP_PKI_ERROR New in 1.9.59: * Password callbacks can now return None to indicate they want to abort the current operation. New in 1.9.58: * cups.Connection.adminExportSamba New in 1.9.57: * Fixed rpm provides script for newer versions of rpm. New in 1.9.56: * Builds against older versions of CUPS again. New in 1.9.55: * 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). New in 1.9.52: * cups.Connection.getPPDs2(): New method, identical to getPPDs() but returning all attribute values as lists. New in 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. New in 1.9.48: * cups.Connection.cancelJob()'s optional second argument is now a keyword.
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-2/+1
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-3/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-02-15Needs Python 2.5+ for ssize_t alike.joerg1-2/+2
2010-01-20Update to 1.9.47:wiz2-7/+6
New in 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.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz2-4/+4
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-08-27Fix fallout from recursive jpeg shlib bump.wiz1-2/+2
The man page says that you should check the diff before committing, especially for the case that went wrong here (PYPKGPREFIX -> py25). Hi sno!
2009-08-26bump revision because of graphics/jpeg updatesno2-2/+4
2009-08-09Update to 1.9.46:wiz2-6/+6
New in 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. New in 1.9.45: * cups.PPD.localizeIPPReason() * cups.PPD.localizeMarkerName()
2009-07-23Add 26 to PYTHON_VERSIONS_ACCEPTEDabs1-2/+2
2009-04-07include "pyversion" as all these python extensions dodrochner1-1/+3
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-09Needs Python 2.4+joerg1-1/+3
2009-01-10Reimport py-pycups as py-cups.markd6-0/+70