diff options
author | markd <markd@pkgsrc.org> | 2015-02-24 08:25:06 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-02-24 08:25:06 +0000 |
commit | 0187c443bf42c889c1e759d037bc0688177633c5 (patch) | |
tree | 5e52e966f504ef81735e09f7e389d9248e6b3442 /print | |
parent | 0dcc92988839cc2404024ba0fc89d6f6e0cd6494 (diff) | |
download | pkgsrc-0187c443bf42c889c1e759d037bc0688177633c5.tar.gz |
Update to 1.9.71
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().
Diffstat (limited to 'print')
-rw-r--r-- | print/py-cups/Makefile | 5 | ||||
-rw-r--r-- | print/py-cups/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index 8f39a6bb1e8..b69a418cc2b 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2014/06/18 09:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2015/02/24 08:25:06 markd Exp $ DISTNAME= pycups-${VERSION} PKGNAME= ${PYPKGPREFIX}-cups-${VERSION} -VERSION= 1.9.66 -PKGREVISION= 2 +VERSION= 1.9.71 CATEGORIES= print python MASTER_SITES= http://cyberelk.net/tim/data/pycups/ EXTRACT_SUFX= .tar.bz2 diff --git a/print/py-cups/distinfo b/print/py-cups/distinfo index b0c42fa8960..3f693d06e2f 100644 --- a/print/py-cups/distinfo +++ b/print/py-cups/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2014/01/19 09:33:53 wiz Exp $ +$NetBSD: distinfo,v 1.6 2015/02/24 08:25:06 markd Exp $ -SHA1 (pycups-1.9.66.tar.bz2) = a7569a1d3644da7283599e230db1e689d52b08e3 -RMD160 (pycups-1.9.66.tar.bz2) = fec06557e0179e7d894d2a419ea65e8732e5deba -Size (pycups-1.9.66.tar.bz2) = 55436 bytes +SHA1 (pycups-1.9.71.tar.bz2) = 7a37e44697cd3ba9398ddcc68556ba9bd033a1c9 +RMD160 (pycups-1.9.71.tar.bz2) = c729865ae39d69320641c3b34078415f59eaea20 +Size (pycups-1.9.71.tar.bz2) = 52666 bytes |