pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-txrequests py-txrequests: updated to 0.9.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18011ac1c2c2
branches:  trunk
changeset: 374696:18011ac1c2c2
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 28 08:56:54 2018 +0000

description:
py-txrequests: updated to 0.9.6

0.9.6: Fix issue with twisted._threads._ithreads.AlreadyQuit

diffstat:

 devel/py-txrequests/DESCR    |   2 +-
 devel/py-txrequests/Makefile |  11 +++++------
 devel/py-txrequests/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 12 deletions(-)

diffs (51 lines):

diff -r 5233a4335a54 -r 18011ac1c2c2 devel/py-txrequests/DESCR
--- a/devel/py-txrequests/DESCR Sun Jan 28 08:54:20 2018 +0000
+++ b/devel/py-txrequests/DESCR Sun Jan 28 08:56:54 2018 +0000
@@ -1,2 +1,2 @@
 py-twrequests is a Small add-on for the python requests http library. It
-uses twistedâ??s ThreadPool, so that requestsâ?? API returns deferred.
+uses twisted's ThreadPool, so that requests' API returns deferred.
diff -r 5233a4335a54 -r 18011ac1c2c2 devel/py-txrequests/Makefile
--- a/devel/py-txrequests/Makefile      Sun Jan 28 08:54:20 2018 +0000
+++ b/devel/py-txrequests/Makefile      Sun Jan 28 08:56:54 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/09/29 14:31:50 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/28 08:56:54 adam Exp $
 
-DISTNAME=      txrequests-0.9.5
+DISTNAME=      txrequests-0.9.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel www
+CATEGORIES=    devel www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/txrequests/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,11 +10,10 @@
 COMMENT=       Asynchronous Python HTTP Requests for Humans
 LICENSE=       apache-2.0
 
-USE_LANGUAGES=         # none
-
 DEPENDS+=      ${PYPKGPREFIX}-requests>=1.2.0:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-twisted>=9.0.0:../../net/py-twisted
 
-.include "../../lang/python/application.mk"
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5233a4335a54 -r 18011ac1c2c2 devel/py-txrequests/distinfo
--- a/devel/py-txrequests/distinfo      Sun Jan 28 08:54:20 2018 +0000
+++ b/devel/py-txrequests/distinfo      Sun Jan 28 08:56:54 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/09/29 21:53:17 joerg Exp $
+$NetBSD: distinfo,v 1.3 2018/01/28 08:56:54 adam Exp $
 
-SHA1 (txrequests-0.9.5.tar.gz) = cdcb38df0afe2cb0a77ad449b9e1409ab6887a34
-RMD160 (txrequests-0.9.5.tar.gz) = 03c89b5505db545599a064f3cbf40c11e19c172e
-SHA512 (txrequests-0.9.5.tar.gz) = e9f527eb2fed0038d7e68b5bd74d0a0e58a1d7cc3e181068423dce871ff10b2d5f1ae92e44248e75b4ad8d44b32366ee9eb6cf8fdd114a562baa6b35fab6eb7b
-Size (txrequests-0.9.5.tar.gz) = 5265 bytes
+SHA1 (txrequests-0.9.6.tar.gz) = c502f00fa2e1a3794737a9c2438cd168fa44673e
+RMD160 (txrequests-0.9.6.tar.gz) = 1f22e5af917532e12ee0b394efedabc6b67f2ad3
+SHA512 (txrequests-0.9.6.tar.gz) = 3892e121417b8346a2a2db02f8f4143b8f87c060cb4d48dbd07fa77559cfb0caf5742b257377ec0a746f2b995eba36f419a1a5b19d83a0c343cd39057dd34fb1
+Size (txrequests-0.9.6.tar.gz) = 5306 bytes



Home | Main Index | Thread Index | Old Index