pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-txrequests



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 28 08:56:54 UTC 2018

Modified Files:
        pkgsrc/devel/py-txrequests: DESCR Makefile distinfo

Log Message:
py-txrequests: updated to 0.9.6

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-txrequests/DESCR \
    pkgsrc/devel/py-txrequests/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-txrequests/distinfo

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

Modified files:

Index: pkgsrc/devel/py-txrequests/DESCR
diff -u pkgsrc/devel/py-txrequests/DESCR:1.1 pkgsrc/devel/py-txrequests/DESCR:1.2
--- pkgsrc/devel/py-txrequests/DESCR:1.1        Fri Sep 29 14:31:50 2017
+++ pkgsrc/devel/py-txrequests/DESCR    Sun Jan 28 08:56:54 2018
@@ -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.
Index: pkgsrc/devel/py-txrequests/Makefile
diff -u pkgsrc/devel/py-txrequests/Makefile:1.1 pkgsrc/devel/py-txrequests/Makefile:1.2
--- pkgsrc/devel/py-txrequests/Makefile:1.1     Fri Sep 29 14:31:50 2017
+++ pkgsrc/devel/py-txrequests/Makefile Sun Jan 28 08:56:54 2018
@@ -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 @@ HOMEPAGE=   https://github.com/tardyp/txre
 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"

Index: pkgsrc/devel/py-txrequests/distinfo
diff -u pkgsrc/devel/py-txrequests/distinfo:1.2 pkgsrc/devel/py-txrequests/distinfo:1.3
--- pkgsrc/devel/py-txrequests/distinfo:1.2     Fri Sep 29 21:53:17 2017
+++ pkgsrc/devel/py-txrequests/distinfo Sun Jan 28 08:56:54 2018
@@ -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