Fri Apr 24 09:25:04 2020 UTC ()
py-requests-file: updated to 1.5.0

1.5.0:
Add set_content_length flag to disable on demand setting Content-Length


(adam)
diff -r1.3 -r1.4 pkgsrc/devel/py-requests-file/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/py-requests-file/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-requests-file/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-requests-file/Makefile 2018/01/04 21:09:29 1.3
+++ pkgsrc/devel/py-requests-file/Makefile 2020/04/24 09:25:04 1.4
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.3 2018/01/04 21:09:29 adam Exp $ 1# $NetBSD: Makefile,v 1.4 2020/04/24 09:25:04 adam Exp $
2 2
3DISTNAME= requests-file-1.4.3 3DISTNAME= requests-file-1.5.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-file/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-file/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/dashea/requests-file/ 9HOMEPAGE= https://github.com/dashea/requests-file
10COMMENT= Transport adapter for file:// URLs with the requests python lib 10COMMENT= Transport adapter for file:// URLs with the requests python lib
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-requests>=1.0.0:../../devel/py-requests 13DEPENDS+= ${PYPKGPREFIX}-requests>=1.0.0:../../devel/py-requests
14DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17
18.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-requests-file/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-requests-file/distinfo 2018/01/04 21:09:29 1.3
+++ pkgsrc/devel/py-requests-file/distinfo 2020/04/24 09:25:04 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2018/01/04 21:09:29 adam Exp $ 1$NetBSD: distinfo,v 1.4 2020/04/24 09:25:04 adam Exp $
2 2
3SHA1 (requests-file-1.4.3.tar.gz) = a7780432db476177909c6e1244933bcf98501600 3SHA1 (requests-file-1.5.0.tar.gz) = d46c5351392bc2c5cc5f533820082fc6152690f8
4RMD160 (requests-file-1.4.3.tar.gz) = a76dab06ca84303205a5c719cc0f865dd1eb3aec 4RMD160 (requests-file-1.5.0.tar.gz) = d724f48d39a250545ffb4fbcec5ba56ae4fa4f70
5SHA512 (requests-file-1.4.3.tar.gz) = b92294a11c9cc13beb5df598b636d999e0fcd46d05b775bbb69667f066d24ccf55b5af2135aec8d69c0096ca64e13bab3c3da64bee00f0c12edd05f43430d80c 5SHA512 (requests-file-1.5.0.tar.gz) = 5a73d597bfac53ec249a7994d4d23dfc74822b60f8b26af57f1cf29ad02c64ce9cafd25513c105ea5be60b197d5da24cfb2840daa5683108c8002356bb110085
6Size (requests-file-1.4.3.tar.gz) = 5252 bytes 6Size (requests-file-1.5.0.tar.gz) = 5650 bytes