<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/redis-py.git/setup.py, branch ck-jsonalign</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>Improved JSON accuracy (#1666)</title>
<updated>2021-11-02T09:55:07+00:00</updated>
<author>
<name>Chayim</name>
<email>chayim@users.noreply.github.com</email>
</author>
<published>2021-11-02T09:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=75c5d5974ed3f6a5069f601f4c0d42ad3ae48c76'/>
<id>75c5d5974ed3f6a5069f601f4c0d42ad3ae48c76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>redis timeseries support (#1652)</title>
<updated>2021-10-28T06:57:03+00:00</updated>
<author>
<name>Chayim</name>
<email>chayim@users.noreply.github.com</email>
</author>
<published>2021-10-28T06:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=eaa56b7d721182541bab087a6d61304c778f7ea9'/>
<id>eaa56b7d721182541bab087a6d61304c778f7ea9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add python_requires setuptools check for python &gt; 3.6 (#1656)</title>
<updated>2021-10-27T12:10:31+00:00</updated>
<author>
<name>Nicusor Picatureanu</name>
<email>33037485+Nicusor97@users.noreply.github.com</email>
</author>
<published>2021-10-27T12:10:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=992b149732a96ccfe049f84c1b556b8d14f12161'/>
<id>992b149732a96ccfe049f84c1b556b8d14f12161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding description format for package (#1651)</title>
<updated>2021-10-26T11:33:41+00:00</updated>
<author>
<name>Chayim</name>
<email>chayim@users.noreply.github.com</email>
</author>
<published>2021-10-26T11:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=1f3d9700a9fbe9143ca7c344b5425e08f9220105'/>
<id>1f3d9700a9fbe9143ca7c344b5425e08f9220105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing the package to include commands (#1649)</title>
<updated>2021-10-26T11:13:20+00:00</updated>
<author>
<name>Chayim</name>
<email>chayim@users.noreply.github.com</email>
</author>
<published>2021-10-26T11:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=866ac00b45a144753c40bb466e784a8917212172'/>
<id>866ac00b45a144753c40bb466e784a8917212172</id>
<content type='text'>
* Fixing the package to include commands.

Fixes #1645</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixing the package to include commands.

Fixes #1645</pre>
</div>
</content>
</entry>
<entry>
<title>Use setuptools setup.cfg declarative configuration (#1316)</title>
<updated>2020-04-09T23:02:43+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-04-09T23:02: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=7fab03a1d5d701cb1dea25b8a81284ee96a51384'/>
<id>7fab03a1d5d701cb1dea25b8a81284ee96a51384</id>
<content type='text'>
For details on this feature, see:
https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files

Setuptools allows using setup.cfg as a configuration file to define the
package metadata and options. This approach reduces boilerplate code in
favor of a declarative configuration. Down the road, this approach also
allows for automation through scripts and tools.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For details on this feature, see:
https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files

Setuptools allows using setup.cfg as a configuration file to define the
package metadata and options. This approach reduces boilerplate code in
favor of a declarative configuration. Down the road, this approach also
allows for automation through scripts and tools.</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for end-of-life Python 3.4</title>
<updated>2019-12-07T22:36:54+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-11T21:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=1671ef2fcca68854020d54078bee58224c2f3893'/>
<id>1671ef2fcca68854020d54078bee58224c2f3893</id>
<content type='text'>
Python 3.4 has been EOL since 2019-03-18.

Removing from the test matrix helps reduce testing resources.

For additional details on unsupported Python versions, see:

https://devguide.python.org/devcycle/#end-of-life-branches
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.4 has been EOL since 2019-03-18.

Removing from the test matrix helps reduce testing resources.

For additional details on unsupported Python versions, see:

https://devguide.python.org/devcycle/#end-of-life-branches
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify tox and Travis test matrix (#1243)</title>
<updated>2019-11-12T17:47:49+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-11-12T17:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=a7d4a6c1f19201dc196d4ba4636227c49d733cd1'/>
<id>a7d4a6c1f19201dc196d4ba4636227c49d733cd1</id>
<content type='text'>
tox can now always be used as the test entry point and allows for
contributors to easily test the full test matrix locally.

Starting with setuptools v41.5.0 (27 Oct 2019) the `setup.py test`
command is formally deprecated. It now emits a warning on use. Prior to
this version, it use was discouraged by the setuptools developers.

Now, always use tox as the one testing entry point. It handles multiple
version of Python and Redis.

The Travis CI configuration was reworked to use tox to install
dependencies and run tests in the same manner that contributors would do
locally.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tox can now always be used as the test entry point and allows for
contributors to easily test the full test matrix locally.

Starting with setuptools v41.5.0 (27 Oct 2019) the `setup.py test`
command is formally deprecated. It now emits a warning on use. Prior to
this version, it use was discouraged by the setuptools developers.

Now, always use tox as the one testing entry point. It handles multiple
version of Python and Redis.

The Travis CI configuration was reworked to use tox to install
dependencies and run tests in the same manner that contributors would do
locally.</pre>
</div>
</content>
</entry>
<entry>
<title>Support Python 3.8 (#1241)</title>
<updated>2019-11-11T22:53:22+00:00</updated>
<author>
<name>Rajiv Bakulesh Shah</name>
<email>brainix@gmail.com</email>
</author>
<published>2019-11-11T22:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=4ad003dcfe1af94df1b3fa6aa59cace98178078a'/>
<id>4ad003dcfe1af94df1b3fa6aa59cace98178078a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove outdated distutils fallback</title>
<updated>2018-12-21T04:28:43+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-21T04:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/redis-py.git/commit/?id=c6c1269c5c1f55dc7819ec4b1ee208f83e1e9f4a'/>
<id>c6c1269c5c1f55dc7819ec4b1ee208f83e1e9f4a</id>
<content type='text'>
Modern Python environments have setuptools or pip installed. The
distutils fallback is unnecessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modern Python environments have setuptools or pip installed. The
distutils fallback is unnecessary.
</pre>
</div>
</content>
</entry>
</feed>
