pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-requests 2.18.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cf541504dcb
branches:  trunk
changeset: 363755:6cf541504dcb
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jun 15 05:59:47 2017 +0000

description:
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

diffstat:

 devel/py-requests/Makefile |   6 +++---
 devel/py-requests/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 6731d9330aff -r 6cf541504dcb devel/py-requests/Makefile
--- a/devel/py-requests/Makefile        Thu Jun 15 04:12:32 2017 +0000
+++ b/devel/py-requests/Makefile        Thu Jun 15 05:59:47 2017 +0000
@@ -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
 
diff -r 6731d9330aff -r 6cf541504dcb devel/py-requests/distinfo
--- a/devel/py-requests/distinfo        Thu Jun 15 04:12:32 2017 +0000
+++ b/devel/py-requests/distinfo        Thu Jun 15 05:59:47 2017 +0000
@@ -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