pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-autobahn py-autobahn: updated to 20.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1ea02e4fdbf
branches:  trunk
changeset: 409957:c1ea02e4fdbf
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 23 14:33:18 2020 +0000

description:
py-autobahn: updated to 20.1.2

20.1.2
fix: add python_requires>=3.5 to prevent installation on python 2

20.1.1
IMPORTANT: beginning release v20.1.1, Autobahn|Python only supports Python 3.5 or later.
fix: first part of cleaning up code, dropping Python 2 support

diffstat:

 www/py-autobahn/Makefile               |   8 ++++----
 www/py-autobahn/PLIST                  |   5 ++++-
 www/py-autobahn/distinfo               |  12 ++++++------
 www/py-autobahn/patches/patch-setup.py |  14 +++++++-------
 4 files changed, 21 insertions(+), 18 deletions(-)

diffs (86 lines):

diff -r 9c0b448cd2fb -r c1ea02e4fdbf www/py-autobahn/Makefile
--- a/www/py-autobahn/Makefile  Thu Jan 23 14:20:34 2020 +0000
+++ b/www/py-autobahn/Makefile  Thu Jan 23 14:33:18 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/10/31 10:10:37 adam Exp $
+# $NetBSD: Makefile,v 1.31 2020/01/23 14:33:18 adam Exp $
 
-DISTNAME=      autobahn-19.10.1
+DISTNAME=      autobahn-20.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}
@@ -18,9 +18,9 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test
 TEST_ENV+=     USE_ASYNCIO=1
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # not all parts are supported
+USE_LANGUAGES= # none
 
-USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9c0b448cd2fb -r c1ea02e4fdbf www/py-autobahn/PLIST
--- a/www/py-autobahn/PLIST     Thu Jan 23 14:20:34 2020 +0000
+++ b/www/py-autobahn/PLIST     Thu Jan 23 14:33:18 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2019/09/26 10:30:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2020/01/23 14:33:18 adam Exp $
 bin/wamp
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -471,6 +471,9 @@
 ${PYSITELIB}/autobahn/xbr/_interfaces.py
 ${PYSITELIB}/autobahn/xbr/_interfaces.pyc
 ${PYSITELIB}/autobahn/xbr/_interfaces.pyo
+${PYSITELIB}/autobahn/xbr/_mnemonic.py
+${PYSITELIB}/autobahn/xbr/_mnemonic.pyc
+${PYSITELIB}/autobahn/xbr/_mnemonic.pyo
 ${PYSITELIB}/autobahn/xbr/_seller.py
 ${PYSITELIB}/autobahn/xbr/_seller.pyc
 ${PYSITELIB}/autobahn/xbr/_seller.pyo
diff -r 9c0b448cd2fb -r c1ea02e4fdbf www/py-autobahn/distinfo
--- a/www/py-autobahn/distinfo  Thu Jan 23 14:20:34 2020 +0000
+++ b/www/py-autobahn/distinfo  Thu Jan 23 14:33:18 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2019/10/31 10:10:37 adam Exp $
+$NetBSD: distinfo,v 1.28 2020/01/23 14:33:18 adam Exp $
 
-SHA1 (autobahn-19.10.1.tar.gz) = cabaaaec601ba40de98c952c3eaa3b4f7ee24b39
-RMD160 (autobahn-19.10.1.tar.gz) = 941da3ec4a53727461441ab7fb5cc8a92d8c0848
-SHA512 (autobahn-19.10.1.tar.gz) = 81f90aab690ef066a2f19b7bba2e1ede097fb87862d39d47575ae33045b2c4b33748bf1be7e4dadf7868b0854fedc249faace3a372ceb6888f7a4a267b7e7c25
-Size (autobahn-19.10.1.tar.gz) = 605365 bytes
-SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde
+SHA1 (autobahn-20.1.2.tar.gz) = 3d58a95c117e7bd98bd63178ad83b1b08b08c048
+RMD160 (autobahn-20.1.2.tar.gz) = 4e9627ba1696f6ba1e1536a5d40cd82683064a64
+SHA512 (autobahn-20.1.2.tar.gz) = 5a2c2ba937abaf196b4370ce6a873f091ce4d08d438a65d96809c2c9146afc0d174b44e9c245fbe0332f523ef86fae620d7a5d9f2603e714b2b05d3ef980e662
+Size (autobahn-20.1.2.tar.gz) = 612566 bytes
+SHA1 (patch-setup.py) = 53632fc991e747e79a51031952d11ed3456fe0b2
diff -r 9c0b448cd2fb -r c1ea02e4fdbf www/py-autobahn/patches/patch-setup.py
--- a/www/py-autobahn/patches/patch-setup.py    Thu Jan 23 14:20:34 2020 +0000
+++ b/www/py-autobahn/patches/patch-setup.py    Thu Jan 23 14:33:18 2020 +0000
@@ -1,15 +1,15 @@
-$NetBSD: patch-setup.py,v 1.1 2019/05/30 09:10:13 adam Exp $
+$NetBSD: patch-setup.py,v 1.2 2020/01/23 14:33:18 adam Exp $
 
 Relax test requirements.
 
---- setup.py.orig      2018-08-19 10:45:51.000000000 +0000
+--- setup.py.orig      2020-01-14 15:21:43.000000000 +0000
 +++ setup.py
-@@ -167,7 +167,7 @@ if PY3:
+@@ -155,7 +155,7 @@ extras_require_dev = [
  
- # for testing by users with "python setup.py test" (not Tox, which we use)
- test_requirements = [
+     # pytest 3.3.0 has dropped support for Python 3.3
+     # https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23
 -    "pytest>=2.8.6,<3.3.0",             # MIT license
 +    "pytest>=2.8.6",                    # MIT license
-     "mock>=1.3.0",                      # BSD license
- ]
  
+     "twine>=1.6.5",                     # Apache 2.0
+     'sphinx>=1.2.3',                    # BSD



Home | Main Index | Thread Index | Old Index