pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-astroid py-astroid: updated to 2.3.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eee1a25469dc
branches:  trunk
changeset: 417296:eee1a25469dc
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 07 10:56:42 2019 +0000

description:
py-astroid: updated to 2.3.3

What's New in astroid 2.3.3?
* Relaxed `six` dependency.

diffstat:

 devel/py-astroid/Makefile                                 |   5 ++---
 devel/py-astroid/distinfo                                 |  11 +++++------
 devel/py-astroid/patches/patch-astroid_____pkginfo____.py |  15 ---------------
 3 files changed, 7 insertions(+), 24 deletions(-)

diffs (49 lines):

diff -r f87fbdddf617 -r eee1a25469dc devel/py-astroid/Makefile
--- a/devel/py-astroid/Makefile Thu Nov 07 10:22:29 2019 +0000
+++ b/devel/py-astroid/Makefile Thu Nov 07 10:56:42 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2019/11/06 12:46:40 adam Exp $
+# $NetBSD: Makefile,v 1.34 2019/11/07 10:56:42 adam Exp $
 
-DISTNAME=      astroid-2.3.2
+DISTNAME=      astroid-2.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astroid/}
 
diff -r f87fbdddf617 -r eee1a25469dc devel/py-astroid/distinfo
--- a/devel/py-astroid/distinfo Thu Nov 07 10:22:29 2019 +0000
+++ b/devel/py-astroid/distinfo Thu Nov 07 10:56:42 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.24 2019/11/06 12:46:40 adam Exp $
+$NetBSD: distinfo,v 1.25 2019/11/07 10:56:42 adam Exp $
 
-SHA1 (astroid-2.3.2.tar.gz) = e338585b39abd91c635cca3762b3800ff31c45fd
-RMD160 (astroid-2.3.2.tar.gz) = e1c7608f747ed4ccc05804b257dd31cefaf47160
-SHA512 (astroid-2.3.2.tar.gz) = e97881971c3302ab12bf98f36d39764ee0412df277e63900d76e4d8f741c3fad70b67cb404121236591d03d7605c83ed65d0cde257c9970fa560c549eb4cd604
-Size (astroid-2.3.2.tar.gz) = 297318 bytes
-SHA1 (patch-astroid_____pkginfo____.py) = d3fc12ba0026559e98e8a6bf3fd98362483b05b7
+SHA1 (astroid-2.3.3.tar.gz) = d53a00c984beb22679a7f10bc02310a1ce24a9f9
+RMD160 (astroid-2.3.3.tar.gz) = 180dfda90675ead4026b7cd2f47f2ba2ecb7aee9
+SHA512 (astroid-2.3.3.tar.gz) = 72011f3eb312ea7ce7dd55f7615972f6bfc152d8f16f9052b405f44fe17e594d5da22e0502b4c3034881b9783be9e808509d4ded3d679182ddf6d34eb90748f1
+Size (astroid-2.3.3.tar.gz) = 297350 bytes
diff -r f87fbdddf617 -r eee1a25469dc devel/py-astroid/patches/patch-astroid_____pkginfo____.py
--- a/devel/py-astroid/patches/patch-astroid_____pkginfo____.py Thu Nov 07 10:22:29 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-astroid_____pkginfo____.py,v 1.1 2019/11/06 12:46:40 adam Exp $
-
-Allow newer six.
-
---- astroid/__pkginfo__.py.orig        2019-11-06 12:41:35.000000000 +0000
-+++ astroid/__pkginfo__.py
-@@ -23,7 +23,7 @@ numversion = tuple(int(elem) for elem in
- extras_require = {}
- install_requires = [
-     "lazy_object_proxy==1.4.*",
--    "six==1.12",
-+    "six>=1.12",
-     "wrapt==1.11.*",
-     'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
- ]



Home | Main Index | Thread Index | Old Index