pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py-six py-six: update to 1.11.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9eeb0c74ce0
branches:  trunk
changeset: 368787:d9eeb0c74ce0
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 18 07:01:53 2017 +0000

description:
py-six: update to 1.11.0

1.11.0:

- Pull request 178: `with_metaclass` now properly proxies `__prepare__` to the
  underlying metaclass.

- Pull request 191: Allow `with_metaclass` to work with metaclasses implemented
  in C.

- Pull request 203: Add parse_http_list and parse_keqv_list to moved
  urllib.request.

- Pull request 172 and issue 171: Add unquote_to_bytes to moved urllib.parse.

- Pull request 167: Add `six.moves.getoutput`.

- Pull request 80: Add `six.moves.urllib_parse.splitvalue`.

- Pull request 75: Add `six.moves.email_mime_image`.

- Pull request 72: Avoid creating reference cycles through tracebacks in
  `reraise`.

diffstat:

 lang/py-six/Makefile |   4 ++--
 lang/py-six/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r bd77137bb2a4 -r d9eeb0c74ce0 lang/py-six/Makefile
--- a/lang/py-six/Makefile      Mon Sep 18 06:47:34 2017 +0000
+++ b/lang/py-six/Makefile      Mon Sep 18 07:01:53 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/09/04 18:08:24 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/09/18 07:01:53 adam Exp $
 
-DISTNAME=      six-1.10.0
+DISTNAME=      six-1.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/six/}
diff -r bd77137bb2a4 -r d9eeb0c74ce0 lang/py-six/distinfo
--- a/lang/py-six/distinfo      Mon Sep 18 06:47:34 2017 +0000
+++ b/lang/py-six/distinfo      Mon Sep 18 07:01:53 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/04 17:41:19 agc Exp $
+$NetBSD: distinfo,v 1.10 2017/09/18 07:01:53 adam Exp $
 
-SHA1 (six-1.10.0.tar.gz) = 30d480d2e352e8e4c2aae042cf1bf33368ff0920
-RMD160 (six-1.10.0.tar.gz) = 9c5e84a8d2640fc98b33f62896a4f9a3f64167ee
-SHA512 (six-1.10.0.tar.gz) = 9a53b7bc8f7e8b358c930eaecf91cc5639176a699830153f586780c3e6d637f1bd31349a69c383574f99da19cb3a36524e7733a318f3572b27aefb69c6409c2e
-Size (six-1.10.0.tar.gz) = 29630 bytes
+SHA1 (six-1.11.0.tar.gz) = 3647372a0e104e7b53bd477762392024e1083ac0
+RMD160 (six-1.11.0.tar.gz) = db622293776cc4fa176220af760dc368f9d866fb
+SHA512 (six-1.11.0.tar.gz) = 33f246a2e987141e17e5edad9d3537cf3aba0cbdd0bc2a907ea52ce0d674b1474f29c3dd5cc26605fd960396054b189ca5f501708333cad234c223131483fe24
+Size (six-1.11.0.tar.gz) = 29860 bytes



Home | Main Index | Thread Index | Old Index