summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Re-tagged 4.3 as 4.5version-4.5version-4.3-py27compatibleSybren A. Stüvel2020-06-121-1/+1
|
* Drop support for Python 3.4Sybren A. Stüvel2020-06-121-2/+1
| | | | | Tests on Travis-CI fail on Python 3.4. Since this is an intermediary release to fix some issues for Python 2.7, I keep Python 3.4 as unsupported.
* Bumped version to 4.3Sybren A. Stüvel2020-06-121-1/+1
|
* Add `python_requires` stanza to setup.pySybren A. Stüvel2020-06-121-0/+1
| | | | This is part of a fix for https://github.com/sybrenstuvel/python-rsa/issues/152
* Mark 4.0 as releasedversion-4.0Sybren A. Stüvel2018-09-161-1/+1
|
* Declare Python 3.7 as supportedSybren A. Stüvel2018-09-161-0/+1
|
* Show README.md on PyPIHugo2018-04-281-0/+5
|
* Drop support for EOL Python 3.3Hugo2017-11-291-1/+3
|
* Declare Python 3.6 support (#93)Jon Banafato2017-06-291-0/+1
| | | Add Python 3.6 to the Trove classifiers in `setup.py`.
* Dropped support for Python 2.6, its life ended in 2013.Sybren A. Stüvel2016-03-171-2/+0
|
* Removed deprecated functionality.Sybren A. Stüvel2016-03-171-2/+0
| | | | | | | | | | | The following modules have been removed: - rsa._version133 - rsa._version200 - rsa.bigfile - rsa.varblock The encrypt/decrypt-bigfile CLI commands have also been removed.
* Bumped version to 4.0-alphaSybren A. Stüvel2016-03-171-1/+1
|
* Bumped to version 3.4Sybren A. Stüvel2016-03-171-1/+1
|
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-1/+1
| | | | | | Also: - changed http to https in the code - changed header underlines in the documentation to match the header length
* Explicitly mention supported Python versions in setup.pySybren A. Stüvel2016-01-271-0/+6
|
* Updated doctests to Python 3.5 and automatically running with Tox.Sybren A. Stüvel2016-01-221-35/+36
| | | | | I've also removed doctests from the obsolete rsa/_versionXXX.py files, as those files aren't even compatible with Python 3.x anyway.
* Not importing the RSA module in setup.py any moreSybren A. Stüvel2016-01-221-3/+1
|
* Switched to HTTPS URLSybren A. Stüvel2016-01-221-1/+1
|
* added an encoding set. Lack thereof was causing setup.py to fail sometimes. ↵Brian Sizemore2015-11-051-1/+1
| | | | https://www.python.org/dev/peps/pep-0263/
* Added per-file licensesRoy Kokkelkoren2015-10-251-0/+14
|
* Re-indented setup.pySybren A. Stüvel2015-07-291-34/+34
|
* List Python 3 support in setup.py.Brett Cannon2014-02-281-0/+1
|
* Removed dependency on distribute (fixes #17)Sybren A. Stüvel2013-09-151-4/+0
|
* Require pyasn1 0.1.3Sybren A. Stüvel2012-06-181-1/+1
|
* Updated license in setup.pyversion-3.0Sybren A. Stüvel2011-08-051-4/+3
|
* Work with older distribute versionsSybren A. Stüvel2011-08-031-2/+2
|
* Added pyrsa-encrypt/decrypt-bigfile commandsSybren A. Stüvel2011-08-011-0/+2
|
* Added verify and sign commands, fixed some bugs in other commandsSybren A. Stüvel2011-07-311-0/+2
|
* Added encrypt and decrypt CLI commandsSybren A. Stüvel2011-07-311-0/+2
|
* Added pyrsa-keygen CLI scriptSybren A. Stüvel2011-07-311-0/+1
|
* Added pyrsa-priv2pub CLI toolSybren A. Stüvel2011-07-241-0/+4
|
* Moving to distribute, as of yet untestedSybren A. Stüvel2011-07-141-3/+6
|
* Include ez_setup.pySybren A. Stüvel2011-01-091-0/+4
|
* Updated URLSybren A. Stüvel2010-02-051-1/+1
|
* Updated trove classifiersSybren A. Stüvel2010-02-051-4/+4
|
* Updated licenseversion-1.3.2Sybren A. Stüvel2010-02-051-1/+1
|
* Bumped version to 1.3.2Sybren A. Stüvel2010-02-051-3/+5
|
* Bumped version to 1.3.1Sybren A. Stüvel2009-01-231-1/+1
|
* Bumped version to 1.3Sybren A. Stüvel2009-01-221-1/+1
|
* Use os.urandom instead of reading from /dev/urandom, bumped version to 1.3-beta0Sybren A. Stüvel2009-01-221-1/+1
|
* Bumped the version to 1.2Sybren Stüvel2008-06-061-1/+1
|
* Added the EUPL licenceSybren Stüvel2008-06-061-1/+2
|
* Fixed UTF-8 issuesSybren Stüvel2008-06-061-4/+3
|
* Initial checkin of version 1.1Sybren Stüvel2008-04-231-0/+26