summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated distutils fallbackJon Dufresne2018-12-201-19/+12
| | | | | Modern Python environments have setuptools or pip installed. The distutils fallback is unnecessary.
* Use 'dist: xenial' in Travis to simplify configurationJon Dufresne2018-12-061-0/+1
| | | | | | | | | | Allows using Python version 3.7 without sudo declarations. Travis officially added support for Xenial on 2018-11-08. https://blog.travis-ci.com/2018-11-08-xenial-release Add Python 3.7 to tox.ini and setup.py as well.
* rst format fixes3.0.0Andy McCurdy2018-11-151-0/+1
|
* Unpin test dependenciesJon Dufresne2018-11-031-1/+1
| | | | | Now that redis-py has removed support for EOL Pythons, can once again run tests using the latest version of pytest.
* Pass python_requires argument to setuptoolsJon Dufresne2018-11-031-0/+1
| | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345.
* Remove support and testing for EOL Python 3.3Jon Dufresne2018-11-031-1/+0
| | | | | | | | Python 3.3 is EOL. It is no longer receiving bug fixes, including for security issues. It has been EOL since 2017-09-29. For additional details of the status of Python versions, see: https://devguide.python.org/#status-of-python-branches
* Remove support and testing for EOL Python 2.6Jon Dufresne2018-11-031-1/+0
| | | | | | | | | | | | | | Python 2.6 is EOL. It is no longer receiving bug fixes, including for security issues. It has been EOL since 2013-10-29. For additional details of the status of Python versions, see: https://devguide.python.org/#status-of-python-branches For discussions on why removing Python 2.6 benefits the entire community, please see: https://snarky.ca/stop-using-python-2-6/ http://www.curiousefficiency.org/posts/2015/04/stop-supporting-python26.html
* Prefer https:// for URLs when availableJon Dufresne2018-11-011-1/+1
|
* add extras_require with hiredisDavid Szotten2017-09-061-0/+5
| | | | enables `pip install redis[hiredis]`
* Merge pull request #826 from jdufresne/setup-test-mockAndy McCurdy2017-01-291-1/+4
|\ | | | | Add mock to test_require
| * Add mock to test_requireJon Dufresne2017-01-281-1/+4
| | | | | | | | Imported by conftest.py when running 'python setup.py test'
* | Test Python 3.6 in Travis CI and document in setup.pyJon Dufresne2017-01-281-0/+2
|/
* remove python 3.2 support. travis no longer supports it.Andy McCurdy2016-09-061-1/+0
|
* add the python 3.5 classifierAndy McCurdy2015-11-031-0/+1
|
* satisfy pep8 updatesAndy McCurdy2015-09-281-1/+2
|
* Fix pep8 errorsPaul Keene2015-02-101-1/+2
|
* test against Python 3.4 with tox. note 3.4.0 has issues, use 3.4.1 insteadAndy McCurdy2014-05-291-0/+1
|
* no more python2.5. It's too difficult to support at this point.Andy McCurdy2014-05-071-1/+0
|
* pep8Andy McCurdy2014-04-041-1/+1
|
* require pytest>=2.5 when running tests from setup.pyAndy McCurdy2014-03-291-1/+1
|
* pytest framework and server commandsandy2013-06-041-1/+19
|
* use README.rst for long descriptionandy2013-04-281-1/+1
|
* Format code per pep8 guidelinesPaul Belanger2013-03-301-1/+1
| | | | | | A simple patch to enable pep8 in tox and format our code properly. Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
* remove the download_url from setup.py so that we can just use pypiandy2012-10-081-2/+0
|
* Added classifiers to indicate supported Python versionsAlex Grönholm2012-08-071-1/+8
|
* Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-061-26/+25
|
* long description is now the contents of the readme fileAndy McCurdy2011-06-011-2/+7
|
* reverting download_url back to redis-VERSION.tar.gz to fix #94. This is ↵Andy McCurdy2011-01-071-1/+1
| | | | becoming the official 2.2.2 release.
* updating setuptools to look for redis-py-VERSION.tar.gzAndy McCurdy2010-12-211-12/+4
|
* version bumpAndy McCurdy2010-12-201-1/+1
|
* version bumpAndy McCurdy2010-09-031-1/+1
|
* version bumpAndy McCurdy2010-06-281-1/+1
|
* HEXISTS and HLEN implementationsAndy McCurdy2010-03-181-1/+1
| | | | added a socket_timeout parameter to allow commands to timeout and raise an error
* incremented revisionandymccurdy2010-02-191-1/+1
|
* - added ability for subclasses of Redis to provide their own decode logic if ↵andymccurdy2010-02-161-1/+1
| | | | | | desired. - setup.py needed to specify the package rather than py_module in order for build to work correctly.
* Changelog updated, version incrementedandymccurdy2010-02-151-1/+1
|
* new client passes all command tests, still need tests for connection pool ↵andymccurdy2010-02-151-17/+10
| | | | and pipelining.
* Added support for ZINCRBY via the `zincr` command. Passing negative values ↵andy2009-12-151-1/+1
| | | | | | | does a proper decrement. Swapped the `score` and `member` parameters to `zadd` to be more consistent with the other API functions. Sorry to those that this breaks :( Fixed a couple unit tests that broke with latest redis version
* adding support for setuptools to allow setup.py developAaron Raddon2009-12-061-1/+4
|
* changing the homepage urlandy2009-11-251-1/+1
|
* added support for setuptools, finally. props to Paul Hubbard for authoring ↵andy2009-11-251-0/+46
setup.py.