diff options
author | wiz <wiz@pkgsrc.org> | 2010-01-20 10:35:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-01-20 10:35:22 +0000 |
commit | dfb53f2347deaeddae122d62179468d40e9e0142 (patch) | |
tree | ab007f43320c716c8e19af29e5789aa9c0a02710 /print/py-cups | |
parent | d95fb09cdd5589aa33f77347d85c9d74c88bde87 (diff) | |
download | pkgsrc-dfb53f2347deaeddae122d62179468d40e9e0142.tar.gz |
Update to 1.9.47:
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.
Diffstat (limited to 'print/py-cups')
-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 2a70be801b1..1d3e6e8d97e 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2010/01/18 09:59:24 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/01/20 10:35:22 wiz Exp $ DISTNAME= pycups-${VERSION} PKGNAME= ${PYPKGPREFIX}-cups-${VERSION} -VERSION= 1.9.46 -PKGREVISION= 3 +VERSION= 1.9.47 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 baf30d7bb17..4bcd805839f 100644 --- a/print/py-cups/distinfo +++ b/print/py-cups/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/08/09 21:42:54 wiz Exp $ +$NetBSD: distinfo,v 1.3 2010/01/20 10:35:22 wiz Exp $ -SHA1 (pycups-1.9.46.tar.bz2) = 3d58a0f7b4a1b6a2880baf9ef5e14eae461d0982 -RMD160 (pycups-1.9.46.tar.bz2) = 591d96786d31f3b452aa7484dd933715904bc32b -Size (pycups-1.9.46.tar.bz2) = 41626 bytes +SHA1 (pycups-1.9.47.tar.bz2) = 50663840cf64c6b7c6661a4b6b593f83f642dcca +RMD160 (pycups-1.9.47.tar.bz2) = 1960eed95e34e95d51169774f7d65575e8cc569d +Size (pycups-1.9.47.tar.bz2) = 45175 bytes SHA1 (patch-aa) = 22ba76d03b7d7e4638f2a81f042b5fcfa48f7ac5 |