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:           Sat Jul 22 09:41:05 UTC 2017

Modified Files:
        pkgsrc/devel/py-requests: distinfo
Added Files:
        pkgsrc/devel/py-requests/patches: patch-requests.egg-info_requires.txt

Log Message:
Loosen requires (needed for mail/notmuch).


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-requests/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/py-requests/patches/patch-requests.egg-info_requires.txt

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/distinfo
diff -u pkgsrc/devel/py-requests/distinfo:1.25 pkgsrc/devel/py-requests/distinfo:1.26
--- pkgsrc/devel/py-requests/distinfo:1.25      Thu Jun 15 05:59:47 2017
+++ pkgsrc/devel/py-requests/distinfo   Sat Jul 22 09:41:05 2017
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.25 2017/06/15 05:59:47 adam Exp $
+$NetBSD: distinfo,v 1.26 2017/07/22 09:41:05 adam Exp $
 
 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.egg-info_requires.txt) = 8413bcf70ae79356aab88fe8046612146afed931
 SHA1 (patch-requests_____init____.py) = 733037737da7f012030e89091d1b3ca28c3d7657
 SHA1 (patch-setup.py) = 767a3713ba3f836b9294fca15046854823f3fd02

Added files:

Index: pkgsrc/devel/py-requests/patches/patch-requests.egg-info_requires.txt
diff -u /dev/null pkgsrc/devel/py-requests/patches/patch-requests.egg-info_requires.txt:1.1
--- /dev/null   Sat Jul 22 09:41:05 2017
+++ pkgsrc/devel/py-requests/patches/patch-requests.egg-info_requires.txt       Sat Jul 22 09:41:05 2017
@@ -0,0 +1,16 @@
+$NetBSD: patch-requests.egg-info_requires.txt,v 1.1 2017/07/22 09:41:05 adam Exp $
+
+Loosen requires.
+
+--- requests.egg-info/requires.txt.orig        2017-07-22 09:38:59.000000000 +0000
++++ requests.egg-info/requires.txt
+@@ -1,6 +1,6 @@
+-chardet>=3.0.2,<3.1.0
+-idna>=2.5,<2.6
+-urllib3>=1.21.1,<1.22
++chardet>=3.0.2
++idna>=2.5
++urllib3>=1.21.1
+ certifi>=2017.4.17
+ 
+ [security]



Home | Main Index | Thread Index | Old Index