summaryrefslogtreecommitdiffhomepage
path: root/setup.py
AgeCommit message (Collapse)Author
2023-01-18Add 3-only classifier, thanks @hugovk!Jeff Forcier
2023-01-09Require modern versions of bcrypt, pynaclJeff Forcier
We may end up using new Cryptography primitives instead of pynacl eventually, but for now, just using both of these libraries' "3.6+" releases as new baseline.
2023-01-09Move to cryptography 3.3 as baseline depJeff Forcier
and bump top end test matrix cell to 40ish
2023-01-09Tidy up requires/entrypoints/install docsJeff Forcier
- Realized at this date that _moving_ Ed25519 deps behind an entrypoint is going the wrong direction, that key type should be used _more_ now, not _less_. I no longer even remember why folks were pissy about pynacl/bcrypt exactly. - We can in fact just use ed25519 from cryptography itself now, so no more pynacl anyways (but still bcrypt) - Twiddle install language a bit re: invoke used in more places, and again removing the notes about ed25519 being special
2023-01-09Classifiers, python_requires updateJeff Forcier
2023-01-09Bump invoke requirement to modern revJeff Forcier
May technically function with invoke 1.x but much easier to support if we ensure everything's working with the same transitive dep tree.
2022-06-10TODO tweakJeff Forcier
2022-02-25blackenJeff Forcier
2022-02-25Comment and changelog re #1985Jeff Forcier
2022-02-25Add six to `install_requires`Sondre Lillebø Gundersen
2021-10-08Expand an old slightly confusing commentJeff Forcier
2021-10-01Add Py3.9 to classifiersJeff Forcier
2021-10-01setup.py URL updatesJeff Forcier
2021-10-01README / www-index overhaulJeff Forcier
- Nuke old README in its entirety: - We don't want people using demos if possible, stop advertising them - Nix a bunch of bits that will now be replaced by standard PyPI sidebar links (docs, tests etc) - Ditto the 'headers', most of that stuff is either PyPI metadata or the about to be added shields.io badges - Some stuff deleted was also just old, eg IRC is no longer a support channel and I think librelist is dead too - Rip out www site index for use as README and inject back in via include - Rewrite a bunch of that too for clarity - Leverage it in long_description too
2021-10-01Use README for long description like other projectsJeff Forcier
2019-12-03Let's go with 'all' for the catchall endpoint, it is popularJeff Forcier
2019-12-02Base case re #717 works now.Jeff Forcier
Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O
2019-12-02Add additional setuptools extras_require flavorsJeff Forcier
2019-06-21Use setuptools extras_require to offer paramiko[gssapi]Jeff Forcier
2019-05-31Merge branch 'master' into 1379-intJeff Forcier
2019-05-31Merge branch '2.4'Jeff Forcier
2019-05-31Add explicit (tested) support for Python 3.8Jeff Forcier
Cannot be added to Paramiko <2.4 due to Travis inability to test Python 2.6->3.7+
2019-05-31Merge branch '2.4'Jeff Forcier
2019-05-31Merge branch '2.3' into 2.4Jeff Forcier
2019-05-31Merge branch '2.2' into 2.3Jeff Forcier
2019-05-31Merge branch '2.1' into 2.2Jeff Forcier
2019-05-31Never added 3.7 classifierJeff Forcier
2019-02-06Move to cryptography 2.5 and stop using deprecated APIs.Andrew Wason
Fixes #1369
2018-09-17Merge branch '2.2' into 2.3Jeff Forcier
2018-09-17Blacken, 2.2 editionJeff Forcier
2018-09-17Merge branch '2.1' into 2.2Jeff Forcier
Foregoes a handful of unblackened bits to make the merge easier; will blacken next anyways
2018-09-17Blacken 2.0 with black 18.6b4Jeff Forcier
2018-05-29Some master-only blackenings for 18.5b0Jeff Forcier
2018-05-29Merge branch '2.4'Jeff Forcier
2018-05-29Blacken under black 18.5b0Jeff Forcier
2018-04-19Make pyasn1 a truly optional dependencyJeff Forcier
Re: #1191
2017-10-10Update docs, metadata, test references to 2.6/3.3Jeff Forcier
2017-06-25Merge branch 'master' into one-shot-methodsPaul Kehrer
2017-06-13need bcrypt >= 3.1.3 for kdf() ignore_few_rounds kwargPierce Lopez
2017-06-12Merge branch '2.1' into 2.2Jeff Forcier
2017-06-12Add Python 3.6 to classifiersFelix Yan
2017-06-05use cryptography's sign/verify methods instead of signer/verifierPaul Kehrer
2017-06-03set a minimum versionAlex Gaynor
2017-06-03Support decrypting keysAlex Gaynor
2017-06-03Fixes #325 -- add support for Ed25519 keysAlex Gaynor
2017-05-31Fix flake8 for top-level modules.Dorian Pula
2016-09-15Merge branch '1.17' into 2.0Jeff Forcier
2016-09-15==dev is no moreJeff Forcier
2016-05-08Improved deps pinningJeff Forcier
2016-04-27Use a more recent cryptography and call a functionAlex Gaynor