pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-autobahn



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jul 23 17:25:17 UTC 2017

Modified Files:
        pkgsrc/www/py-autobahn: Makefile PLIST distinfo

Log Message:
17.7.1
new: lots of improvements of components API, including asyncio support


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-autobahn/Makefile \
    pkgsrc/www/py-autobahn/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-autobahn/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-autobahn/Makefile
diff -u pkgsrc/www/py-autobahn/Makefile:1.4 pkgsrc/www/py-autobahn/Makefile:1.5
--- pkgsrc/www/py-autobahn/Makefile:1.4 Sun Jun 25 08:26:26 2017
+++ pkgsrc/www/py-autobahn/Makefile     Sun Jul 23 17:25:17 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/06/25 08:26:26 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/07/23 17:25:17 adam Exp $
 
-DISTNAME=      autobahn-17.6.2
+DISTNAME=      autobahn-17.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}
Index: pkgsrc/www/py-autobahn/distinfo
diff -u pkgsrc/www/py-autobahn/distinfo:1.4 pkgsrc/www/py-autobahn/distinfo:1.5
--- pkgsrc/www/py-autobahn/distinfo:1.4 Sun Jun 25 08:26:26 2017
+++ pkgsrc/www/py-autobahn/distinfo     Sun Jul 23 17:25:17 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/06/25 08:26:26 adam Exp $
+$NetBSD: distinfo,v 1.5 2017/07/23 17:25:17 adam Exp $
 
-SHA1 (autobahn-17.6.2.tar.gz) = 547a60701deda654c9352261192449511ea55d28
-RMD160 (autobahn-17.6.2.tar.gz) = 2e820e31e70ec52fd215a063db45fc918b93e04b
-SHA512 (autobahn-17.6.2.tar.gz) = 00154e8156134813afb13aeb20abd5ea6efb51b18a027d869832d2bc0ca6a86e2b53a31810e0f464ff50af0d6a7d0dfc2e7303f00368018735aed53450eddf34
-Size (autobahn-17.6.2.tar.gz) = 206651 bytes
+SHA1 (autobahn-17.7.1.tar.gz) = a81d66a829e31992855ea8eb074b174e9336568b
+RMD160 (autobahn-17.7.1.tar.gz) = 14235906854780d952fcfe3a2ee1790dd5cbacfc
+SHA512 (autobahn-17.7.1.tar.gz) = 592c4e21a7986fc9ac992fdfd24055654c5db7a3b8963fb5814bc32bdfbcdd7e3271bc84ed35faaf50755022a115a5f026de825ba5c35dacad4cfa2cf776d50f
+Size (autobahn-17.7.1.tar.gz) = 211238 bytes

Index: pkgsrc/www/py-autobahn/PLIST
diff -u pkgsrc/www/py-autobahn/PLIST:1.2 pkgsrc/www/py-autobahn/PLIST:1.3
--- pkgsrc/www/py-autobahn/PLIST:1.2    Sat Apr  8 21:44:55 2017
+++ pkgsrc/www/py-autobahn/PLIST        Sun Jul 23 17:25:17 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/04/08 21:44:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/07/23 17:25:17 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -14,6 +14,9 @@ ${PYSITELIB}/autobahn/_version.pyo
 ${PYSITELIB}/autobahn/asyncio/__init__.py
 ${PYSITELIB}/autobahn/asyncio/__init__.pyc
 ${PYSITELIB}/autobahn/asyncio/__init__.pyo
+${PYSITELIB}/autobahn/asyncio/component.py
+${PYSITELIB}/autobahn/asyncio/component.pyc
+${PYSITELIB}/autobahn/asyncio/component.pyo
 ${PYSITELIB}/autobahn/asyncio/rawsocket.py
 ${PYSITELIB}/autobahn/asyncio/rawsocket.pyc
 ${PYSITELIB}/autobahn/asyncio/rawsocket.pyo



Home | Main Index | Thread Index | Old Index