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: updated to 1.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4886a3949156
branches:  trunk
changeset: 421452:4886a3949156
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 16 08:22:41 2020 +0000

description:
py-six: updated to 1.14.0

1.14.0

- Issue 288, pull request 289: Add `six.assertNotRegex`.

- Issue 317: `six.moves._dummy_thread` now points to the `_thread` module on
  Python 3.9+. Python 3.7 and later requires threading and deprecated the
  `_dummy_thread` module.

- Issue 308, pull request 314: Remove support for Python 2.6 and Python 3.2.

- Issue 250, issue 165, pull request 251: `six.wraps` now ignores missing
  attributes. This follows the Python 3.2+ standard library behavior.

diffstat:

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

diffs (27 lines):

diff -r 67e6d94d5712 -r 4886a3949156 lang/py-six/Makefile
--- a/lang/py-six/Makefile      Thu Jan 16 08:20:01 2020 +0000
+++ b/lang/py-six/Makefile      Thu Jan 16 08:22:41 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/11/06 09:28:21 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/01/16 08:22:41 adam Exp $
 
-DISTNAME=      six-1.13.0
+DISTNAME=      six-1.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/six/}
diff -r 67e6d94d5712 -r 4886a3949156 lang/py-six/distinfo
--- a/lang/py-six/distinfo      Thu Jan 16 08:20:01 2020 +0000
+++ b/lang/py-six/distinfo      Thu Jan 16 08:22:41 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/11/06 09:28:21 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/01/16 08:22:41 adam Exp $
 
-SHA1 (six-1.13.0.tar.gz) = e6c12160e3da5e164dac9846a1f171fca24e1a8c
-RMD160 (six-1.13.0.tar.gz) = 61dd0979ff3a3c7c818fca2db92b3f4de68a3eb2
-SHA512 (six-1.13.0.tar.gz) = 55eb8e23e529cb0d2ab9e7c85868e695f36c8235e914b1548eb4b9fd561e4237266bf1839457f15a9513d57a343cbf8ab809d6187499300791fd9356854fcb00
-Size (six-1.13.0.tar.gz) = 33726 bytes
+SHA1 (six-1.14.0.tar.gz) = 05568b5c867b19e52f5ae1b4989ef21516c58911
+RMD160 (six-1.14.0.tar.gz) = 8ca284d5893a99685f0b218c4e47f4e74f5bb080
+SHA512 (six-1.14.0.tar.gz) = 4dea0f4e7961e8b582d665501c65852dc3b73516a0b6f78b0888c8670f1450df58bd3eea418777f41080b842ab6c3d8633be1034bcf920192e5590d5316e2c9e
+Size (six-1.14.0.tar.gz) = 33857 bytes



Home | Main Index | Thread Index | Old Index