<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/redis-py.git/setup.py, branch error_defaults</title>
<subtitle>github.com: andymccurdy/redis-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/'/>
<entry>
<title>Prefer https:// for URLs when available</title>
<updated>2018-11-02T01:06:20+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-23T04:29:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=d8b1fa623e6aac09b5b10d793de9d13562d5570d'/>
<id>d8b1fa623e6aac09b5b10d793de9d13562d5570d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add extras_require with hiredis</title>
<updated>2017-09-06T08:35:34+00:00</updated>
<author>
<name>David Szotten</name>
<email>davidszotten@gmail.com</email>
</author>
<published>2017-09-06T08:35:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=618640d7583836f28fedebec006e177dcd5dad29'/>
<id>618640d7583836f28fedebec006e177dcd5dad29</id>
<content type='text'>
enables `pip install redis[hiredis]`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
enables `pip install redis[hiredis]`
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #826 from jdufresne/setup-test-mock</title>
<updated>2017-01-29T19:51:47+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2017-01-29T19:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=ef9a5f050d51ed376f559c73b21e42069458b5b9'/>
<id>ef9a5f050d51ed376f559c73b21e42069458b5b9</id>
<content type='text'>
Add mock to test_require</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add mock to test_require</pre>
</div>
</content>
</entry>
<entry>
<title>Test Python 3.6 in Travis CI and document in setup.py</title>
<updated>2017-01-28T19:04:35+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-01-28T19:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=eba059f947235f66d252eac8828745c0c0a831ed'/>
<id>eba059f947235f66d252eac8828745c0c0a831ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mock to test_require</title>
<updated>2017-01-28T18:58:00+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-01-28T18:57:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=686bf8408cd265deecc53d43b35bd46b440f67d0'/>
<id>686bf8408cd265deecc53d43b35bd46b440f67d0</id>
<content type='text'>
Imported by conftest.py when running 'python setup.py test'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Imported by conftest.py when running 'python setup.py test'
</pre>
</div>
</content>
</entry>
<entry>
<title>remove python 3.2 support. travis no longer supports it.</title>
<updated>2016-09-06T16:47:38+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2016-09-06T16:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=dc56e5f3160e55d6272b024c4768bbc3c327d72b'/>
<id>dc56e5f3160e55d6272b024c4768bbc3c327d72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add the python 3.5 classifier</title>
<updated>2015-11-03T18:40:52+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2015-11-03T18:40:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=882937e9cb471fc17d1609b7f99a649ea6668783'/>
<id>882937e9cb471fc17d1609b7f99a649ea6668783</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>satisfy pep8 updates</title>
<updated>2015-09-28T22:40:00+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2015-09-28T22:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=85b85619ed1306ac4bc260bb3bc40b2e3e4def54'/>
<id>85b85619ed1306ac4bc260bb3bc40b2e3e4def54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 errors</title>
<updated>2015-02-10T18:22:00+00:00</updated>
<author>
<name>Paul Keene</name>
<email>paulkeene4@gmail.com</email>
</author>
<published>2015-02-10T18:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=92e3618d34549a652ea6c67e07c617f2e2fd848a'/>
<id>92e3618d34549a652ea6c67e07c617f2e2fd848a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test against Python 3.4 with tox. note 3.4.0 has issues, use 3.4.1 instead</title>
<updated>2014-05-29T19:57:16+00:00</updated>
<author>
<name>Andy McCurdy</name>
<email>andy@andymccurdy.com</email>
</author>
<published>2014-05-29T19:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=3aecfe3a516fcb74c39e0183fddbbd1dff6bcb9a'/>
<id>3aecfe3a516fcb74c39e0183fddbbd1dff6bcb9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
