summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 4.7.1-dev0Sybren A. Stüvel2021-02-141-1/+1
|
* Bumped version to 4.7version-4.7Sybren A. Stüvel2021-01-101-1/+1
|
* Declare support for and test Python 3.9Hugo van Kemenade2021-01-101-0/+1
|
* Bumped version to 4.7-dev0Sybren A. Stüvel2020-06-121-1/+1
|
* Retagged 4.4 as 4.6 and added bit of an explanation to CHANGELOG.mdversion-4.6Sybren A. Stüvel2020-06-121-1/+1
|
* Bumped version to 4.4.1version-4.4.1Sybren A. Stüvel2020-06-121-1/+1
|
* Explicitly declare Python 3.8 as supportedSybren A. Stüvel2020-06-121-0/+2
|
* Bumped version to 4.4version-4.4Sybren A. Stüvel2020-06-121-1/+1
|
* Bumped version to 4.2version-4.2Sybren A. Stüvel2020-06-111-1/+1
|
* Moving back to Pipenv to manage dependenciesSybren A. Stüvel2020-06-111-0/+67
| | | | | | | | | | | | | Poetry breaks no-binary installations of the RSA library, which defeats the purpose of this library. See https://github.com/sybrenstuvel/python-rsa/issues/148 Among other changes, this reverts commit fcf5b7457c70426a242b17db20dd4e34e1055f69. I also added a workaround for an `ImportError` importing `zipp` on Python 3.5.
* Removed setup.py as this is now managed via PoetrySybren A. Stüvel2019-08-041-67/+0
| | | | | Poetry generates a setup.py as part of the building process. It's no longer necessary to keep it in the Git repo.
* Bumped version to 4.1-dev0Sybren A. Stüvel2019-08-041-1/+1
|
* Drop support for Python 2 and 3.4Sybren A. Stüvel2019-08-041-3/+0
| | | | | | | | | | | | | Some of our development dependencies, like Sphinx, have already dropped support for Python 2. This makes it harder for this project to update its dependencies. Since Python 2 only has a few more months to live, I think it's fine to drop support now. Python 3.4 has already reached its end-of-life date. Python-RSA now only supports Python 3.5 and newer. Python 3.5 support is intended to last until its end-of-life date of 2019-09-13: https://devguide.python.org/#status-of-python-branches
* Use utf-8 when reading README; Use io.openAlexey Sveshnikov2018-10-231-1/+5
|
* 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
|