<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-requests.git/setup.py, branch v2.11.0</title>
<subtitle>github.com: kennethreitz/requests.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/'/>
<entry>
<title>Merge pull request #2953 from Lukasa/socks_proxy_support</title>
<updated>2016-04-29T22:03:04+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-04-29T22:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=39d693548892057adad703fda630f925e61ee557'/>
<id>39d693548892057adad703fda630f925e61ee557</id>
<content type='text'>
SOCKS Proxy Support</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SOCKS Proxy Support</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed test execution.</title>
<updated>2016-02-03T20:19:20+00:00</updated>
<author>
<name>Dmitry Dygalo</name>
<email>dadygalo@gmail.com</email>
</author>
<published>2016-02-03T20:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=1c5c6eeb7a82d3825b538b077fb42803c37359ab'/>
<id>1c5c6eeb7a82d3825b538b077fb42803c37359ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup setup.py from #2991</title>
<updated>2016-02-03T08:37:52+00:00</updated>
<author>
<name>Kenneth Reitz</name>
<email>me@kennethreitz.org</email>
</author>
<published>2016-02-03T08:37:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=90688c68ad5a1bad8ac93c6e2b26395da1fdff51'/>
<id>90688c68ad5a1bad8ac93c6e2b26395da1fdff51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial work</title>
<updated>2016-02-02T12:24:05+00:00</updated>
<author>
<name>Dmitry Dygalo</name>
<email>dadygalo@gmail.com</email>
</author>
<published>2016-02-02T11:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=6c2942b19865106a3ac65b3bfc1fc93aae2d346c'/>
<id>6c2942b19865106a3ac65b3bfc1fc93aae2d346c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop falling back to distutils in setup.py</title>
<updated>2016-01-20T13:51:42+00:00</updated>
<author>
<name>Ian Cordasco</name>
<email>graffatcolmingov@gmail.com</email>
</author>
<published>2016-01-20T13:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=5f2fef5bb57c2f2bc627ccb50f472f513e64dbab'/>
<id>5f2fef5bb57c2f2bc627ccb50f472f513e64dbab</id>
<content type='text'>
distutils has been deprecated for years now and pip is refusing to install
projects using it. As such, *some* users are reporting problems installing
requests. Let's avoid this entirely by not falling back to distutils at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
distutils has been deprecated for years now and pip is refusing to install
projects using it. As such, *some* users are reporting problems installing
requests. Let's avoid this entirely by not falling back to distutils at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>Socks extra</title>
<updated>2015-12-31T09:19:45+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2015-12-31T09:19:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=a3acd30bcc284f02e5740b7ce9b4aa415af00bf5'/>
<id>a3acd30bcc284f02e5740b7ce9b4aa415af00bf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify minimum pyOpenSSL version</title>
<updated>2015-11-19T19:05:03+00:00</updated>
<author>
<name>Philip Lorenz</name>
<email>philip@bithub.de</email>
</author>
<published>2015-11-19T19:05:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=6597b5383485c8ffd06f5593c338d4793b7b8e82'/>
<id>6597b5383485c8ffd06f5593c338d4793b7b8e82</id>
<content type='text'>
urllib3 requires "set_tlsext_host_name" which was only added in
pyOpenSSL 0.13. As some distributions (e.g. Ubuntu 12.04) still ship an
older version enforce the correct minimum version during installation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
urllib3 requires "set_tlsext_host_name" which was only added in
pyOpenSSL 0.13. As some distributions (e.g. Ubuntu 12.04) still ship an
older version enforce the correct minimum version during installation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update trove classifiers.</title>
<updated>2015-11-05T10:38:25+00:00</updated>
<author>
<name>Cory Benfield</name>
<email>lukasaoz@gmail.com</email>
</author>
<published>2015-10-16T21:01:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=4dffe5efaa73c1ae4a082442e201f413b5e5bea7'/>
<id>4dffe5efaa73c1ae4a082442e201f413b5e5bea7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>matching the version only at the begining of lines</title>
<updated>2015-03-26T14:53:19+00:00</updated>
<author>
<name>deronnax</name>
<email>deronnax@gmail.com</email>
</author>
<published>2015-03-26T14:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=1145fe64a54d5d1f813b96bf2923aff954267554'/>
<id>1145fe64a54d5d1f813b96bf2923aff954267554</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>shorter and faster version extraction from __init__.py</title>
<updated>2015-03-25T17:21:34+00:00</updated>
<author>
<name>deronnax</name>
<email>deronnax@gmail.com</email>
</author>
<published>2015-03-25T17:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-requests.git/commit/?id=ce234d53a5b8d829eca4f27857e6ea2625575fe8'/>
<id>ce234d53a5b8d829eca4f27857e6ea2625575fe8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
