python3-requests-2.18.4:ver.bump

This commit is contained in:
Rmys
2018-05-22 18:00:45 +03:00
parent a8c2c8ec9a
commit 76bc6375c1
2 changed files with 28 additions and 1 deletions
@@ -0,0 +1,14 @@
diff --git a/requests/certs.py b/requests/certs.py
index d1a378d7..4e0bffd4 100644
--- a/requests/certs.py
+++ b/requests/certs.py
@@ -12,7 +12,8 @@ If you are packaging Requests, e.g., for a Linux distribution or a managed
environment, you can change the definition of where() to return a separately
packaged CA bundle.
"""
-from certifi import where
+def where():
+ return "/etc/ssl/certs/ca-certificates.crt"
if __name__ == '__main__':
print(where())
@@ -11,17 +11,23 @@
<Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
<Description>Pythons standard urllib2 module provides most of the HTTP capabilities you need</Description>
<License>MIT</License>
<Archive sha1sum="827f7c8abb5a57d980d9870908724613b8b120c1" type="targz">https://pypi.python.org/packages/16/09/37b69de7c924d318e51ece1c4ceb679bf93be9d05973bb30c35babd596e2/requests-2.13.0.tar.gz</Archive>
<Archive sha1sum="f5e1dbba5a12ff2df063333fd2bf071e24659b63" type="targz">https://files.pythonhosted.org/packages/b0/e1/eab4fc3752e3d240468a8c0b284607899d2fbfb236a56b7377a329aa8d09/requests-2.18.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<Patches>
<Patch>certs.patch</Patch>
</Patches>
</Source>
<Package>
<Name>python3-requests</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-idna</Dependency>
<Dependency>python3-urllib3</Dependency>
<Dependency>python3-chardet</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib</Path>
@@ -30,6 +36,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-05-21</Date>
<Version>2.18.4</Version>
<Comment>Version Bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-03-19</Date>
<Version>2.13.0</Version>