pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/py-cups Update to 1.9.66:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25d404038190
branches:  trunk
changeset: 629264:25d404038190
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 19 09:33:53 2014 +0000

description:
Update to 1.9.66:

2013-11-27  Tim Waugh  <twaugh%redhat.com@localhost>

        * setup.py: Version 1.9.66.

2013-11-04  Jiri Popelka  <jpopelka%redhat.com@localhost>

        * Python3 compatibility

2013-11-27  Tim Waugh  <twaugh%redhat.com@localhost>

        * setup.py: Version 1.9.65.

2013-07-31  Jiri Popelka  <jpopelka%redhat.com@localhost>

        * cupsconnection.c (PyObject_from_attr_value): Fix getting of booleans.

2013-04-12  Tim Waugh  <twaugh%redhat.com@localhost>

        * cupsconnection.c (UTF8_from_PyObj): Propagate UTF-8 decoding
        errors.

2013-04-10  Tim Waugh  <twaugh%redhat.com@localhost>

        * 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@localhost>

        * cupsconnection.c: Fixed documentation typo for
        Connection.getPPDs2.

2013-03-20  Tim Waugh  <twaugh%redhat.com@localhost>

        * setup.py: Version 1.9.63.

2013-03-20  Tim Waugh  <twaugh%redhat.com@localhost>

        * 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@localhost>

        * setup.py: Version 1.9.62.

2012-03-28  Tim Waugh  <twaugh%redhat.com@localhost>

        * cupsmodule.c: Define all constants regardless of which
        version of CUPS is built against.

2012-03-22  Tim Waugh  <twaugh%redhat.com@localhost>

        * cupsppd.c (PPD_dealloc): Add missing NULL check for
        debugging message (Ubuntu #951001).  Patch from Till Kamppeter.

diffstat:

 print/py-cups/Makefile |  9 +++------
 print/py-cups/PLIST    |  3 ++-
 print/py-cups/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 11 deletions(-)

diffs (52 lines):

diff -r e6b203e2a479 -r 25d404038190 print/py-cups/Makefile
--- a/print/py-cups/Makefile    Sun Jan 19 09:31:42 2014 +0000
+++ b/print/py-cups/Makefile    Sun Jan 19 09:33:53 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2013/02/16 11:19:59 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2014/01/19 09:33:53 wiz Exp $
 
 DISTNAME=      pycups-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-cups-${VERSION}
-VERSION=       1.9.61
-PKGREVISION=   3
+VERSION=       1.9.66
 CATEGORIES=    print python
 MASTER_SITES=  http://cyberelk.net/tim/data/pycups/
 EXTRACT_SUFX=  .tar.bz2
@@ -15,14 +14,12 @@
 
 CFLAGS+=       -DVERSION=\"${VERSION}\"
 
-PYDISTUTILSPKG=        yes
-
 SUBST_CLASSES+=                paths
 SUBST_MESSAGE.paths=   Fix cups paths.
 SUBST_FILES.paths=     cupsconnection.c
 SUBST_SED.paths=       -e 's:"/usr/share/cups":"${BUILDLINK_PREFIX.cups}/share/cups/", "/usr/share/cups":'
 SUBST_STAGE.paths=     post-patch
 
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../print/cups/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e6b203e2a479 -r 25d404038190 print/py-cups/PLIST
--- a/print/py-cups/PLIST       Sun Jan 19 09:31:42 2014 +0000
+++ b/print/py-cups/PLIST       Sun Jan 19 09:33:53 2014 +0000
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/10 20:13:29 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/01/19 09:33:53 wiz Exp $
 ${PYSITELIB}/cups.so
+${PYSITELIB}/${EGG_FILE}
diff -r e6b203e2a479 -r 25d404038190 print/py-cups/distinfo
--- a/print/py-cups/distinfo    Sun Jan 19 09:31:42 2014 +0000
+++ b/print/py-cups/distinfo    Sun Jan 19 09:33:53 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/05/28 09:02:55 wiz Exp $
+$NetBSD: distinfo,v 1.5 2014/01/19 09:33:53 wiz Exp $
 
-SHA1 (pycups-1.9.61.tar.bz2) = e1b87ac5c87412a6548a6b6fb62bdb3e678393eb
-RMD160 (pycups-1.9.61.tar.bz2) = 413275b55a650837463f1c8e9acf0d23e1b384c7
-Size (pycups-1.9.61.tar.bz2) = 52018 bytes
+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



Home | Main Index | Thread Index | Old Index