pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-requests
Module Name: pkgsrc
Committed By: adam
Date: Thu Jun 15 05:59:47 UTC 2017
Modified Files:
pkgsrc/devel/py-requests: Makefile distinfo
Log Message:
2.18.1:
Bugfixes
* Fix an error in the packaging whereby the *.whl contained incorrect data that regressed the fix in v2.17.3.
2.18.0:
Improvements
* Response is now a context manager, so can be used directly in a with statement without first having to be wrapped by contextlib.closing().
Bugfixes
* Resolve installation failure if multiprocessing is not available
* Resolve tests crash if multiprocessing is not able to determine the number of CPU cores
* Resolve error swallowing in utils set_environ generator
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-requests/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-requests/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-requests/Makefile
diff -u pkgsrc/devel/py-requests/Makefile:1.32 pkgsrc/devel/py-requests/Makefile:1.33
--- pkgsrc/devel/py-requests/Makefile:1.32 Wed May 31 06:30:25 2017
+++ pkgsrc/devel/py-requests/Makefile Thu Jun 15 05:59:47 2017
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.32 2017/05/31 06:30:25 adam Exp $
+# $NetBSD: Makefile,v 1.33 2017/06/15 05:59:47 adam Exp $
-DISTNAME= requests-2.17.3
+DISTNAME= requests-2.18.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests/}
MAINTAINER= imil%NetBSD.org@localhost
-HOMEPAGE= http://docs.python-requests.org/en/latest/
+HOMEPAGE= http://www.python-requests.org/
COMMENT= HTTP library, written in Python, for human beings
LICENSE= apache-2.0
Index: pkgsrc/devel/py-requests/distinfo
diff -u pkgsrc/devel/py-requests/distinfo:1.24 pkgsrc/devel/py-requests/distinfo:1.25
--- pkgsrc/devel/py-requests/distinfo:1.24 Wed May 31 06:30:25 2017
+++ pkgsrc/devel/py-requests/distinfo Thu Jun 15 05:59:47 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2017/05/31 06:30:25 adam Exp $
+$NetBSD: distinfo,v 1.25 2017/06/15 05:59:47 adam Exp $
-SHA1 (requests-2.17.3.tar.gz) = 8c7cf5140c9cd138be20ce0848972c2df876c559
-RMD160 (requests-2.17.3.tar.gz) = 4f3d879f6d74e315e219034588a355dc3775a066
-SHA512 (requests-2.17.3.tar.gz) = e1dc999aa397a6784ce657038ab9b2e8f92d8531bcf717794a2291ec6e82ec7ae6a5c26823874bb246dfcc3aeb6e83c4137bc2132facfd56aba55c4e261933cf
-Size (requests-2.17.3.tar.gz) = 123148 bytes
+SHA1 (requests-2.18.1.tar.gz) = 8927e5bf2feb7fa43844e4972e48f9a384f7029d
+RMD160 (requests-2.18.1.tar.gz) = fc6cfa5b4918efabee6c95dd5326d46f01942012
+SHA512 (requests-2.18.1.tar.gz) = d7482ddce36ce633bee830bc8d9f9a207e1c20595378f7c60dcef01cab016a16704965f3b52e3faac63dd50fbe7c61d575742e71f51a2b8d41c1922df2dbaa06
+Size (requests-2.18.1.tar.gz) = 124229 bytes
SHA1 (patch-requests_____init____.py) = 733037737da7f012030e89091d1b3ca28c3d7657
SHA1 (patch-setup.py) = 767a3713ba3f836b9294fca15046854823f3fd02
Home |
Main Index |
Thread Index |
Old Index