summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add 3-only classifier, thanks @hugovk!Jeff Forcier2023-01-181-0/+1
|
* Require modern versions of bcrypt, pynaclJeff Forcier2023-01-091-2/+2
| | | | | | 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.
* Move to cryptography 3.3 as baseline depJeff Forcier2023-01-091-1/+1
| | | | and bump top end test matrix cell to 40ish
* Tidy up requires/entrypoints/install docsJeff Forcier2023-01-091-9/+2
| | | | | | | | | | | - 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
* Classifiers, python_requires updateJeff Forcier2023-01-091-4/+3
|
* Bump invoke requirement to modern revJeff Forcier2023-01-091-1/+1
| | | | | May technically function with invoke 1.x but much easier to support if we ensure everything's working with the same transitive dep tree.
* TODO tweakJeff Forcier2022-06-101-1/+2
|
* blackenJeff Forcier2022-02-251-1/+6
|
* Comment and changelog re #1985Jeff Forcier2022-02-251-0/+1
|
* Add six to `install_requires`Sondre Lillebø Gundersen2022-02-251-1/+1
|
* Expand an old slightly confusing commentJeff Forcier2021-10-081-1/+4
|
* Add Py3.9 to classifiersJeff Forcier2021-10-011-0/+1
|
* setup.py URL updatesJeff Forcier2021-10-011-1/+8
|
* README / www-index overhaulJeff Forcier2021-10-011-9/+1
| | | | | | | | | | | | | | - 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
* Use README for long description like other projectsJeff Forcier2021-10-011-10/+9
|
* Let's go with 'all' for the catchall endpoint, it is popularJeff Forcier2019-12-031-1/+1
|
* Base case re #717 works now.Jeff Forcier2019-12-021-0/+1
| | | | | | | | | 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
* Add additional setuptools extras_require flavorsJeff Forcier2019-12-021-10/+18
|
* Use setuptools extras_require to offer paramiko[gssapi]1311-intJeff Forcier2019-06-211-0/+7
|
* Merge branch 'master' into 1379-intJeff Forcier2019-05-311-0/+2
|\
| * Merge branch '2.4'Jeff Forcier2019-05-311-0/+1
| |\
| | * Add explicit (tested) support for Python 3.8Jeff Forcier2019-05-311-0/+1
| | | | | | | | | | | | | | | Cannot be added to Paramiko <2.4 due to Travis inability to test Python 2.6->3.7+
| * | Merge branch '2.4'Jeff Forcier2019-05-311-0/+1
| |\ \ | | |/
| | * Merge branch '2.3' into 2.4Jeff Forcier2019-05-311-0/+1
| | |\
| | | * Merge branch '2.2' into 2.3Jeff Forcier2019-05-311-0/+1
| | | |\
| | | | * Merge branch '2.1' into 2.2Jeff Forcier2019-05-311-0/+1
| | | | |\
| | | | | * Never added 3.7 classifierJeff Forcier2019-05-311-0/+1
| | | | | |
| | | * | | Merge branch '2.2' into 2.3Jeff Forcier2018-09-171-29/+29
| | | |\ \ \ | | | | |/ /
| | | | * | Blacken, 2.2 editionJeff Forcier2018-09-171-4/+4
| | | | | |
| | | | * | Merge branch '2.1' into 2.2Jeff Forcier2018-09-171-25/+25
| | | | |\ \ | | | | | |/ | | | | | | | | | | | | | | | | | | Foregoes a handful of unblackened bits to make the merge easier; will blacken next anyways
| | | | | * Blacken 2.0 with black 18.6b4Jeff Forcier2018-09-171-29/+26
| | | | | |
* | | | | | Move to cryptography 2.5 and stop using deprecated APIs.Andrew Wason2019-02-061-1/+1
|/ / / / / | | | | | | | | | | Fixes #1369
* | | | | Some master-only blackenings for 18.5b0Jeff Forcier2018-05-291-5/+1
| | | | |
* | | | | Merge branch '2.4'Jeff Forcier2018-05-291-25/+25
|\ \ \ \ \ | |/ / / /
| * | | | Blacken under black 18.5b0Jeff Forcier2018-05-291-26/+26
| | | | |
* | | | | Make pyasn1 a truly optional dependencyJeff Forcier2018-04-191-1/+0
|/ / / / | | | | | | | | | | | | Re: #1191
* | | | Update docs, metadata, test references to 2.6/3.3Jeff Forcier2017-10-101-3/+0
|/ / /
* | | Merge branch 'master' into one-shot-methodsPaul Kehrer2017-06-251-1/+2
|\ \ \ | |/ /
| * | need bcrypt >= 3.1.3 for kdf() ignore_few_rounds kwargPierce Lopez2017-06-131-1/+1
| | |
| * | Merge branch '2.1' into 2.2Jeff Forcier2017-06-121-0/+1
| |\ \ | | |/
| | * Add Python 3.6 to classifiersFelix Yan2017-06-121-0/+1
| | |
* | | use cryptography's sign/verify methods instead of signer/verifierPaul Kehrer2017-06-051-1/+1
|/ /
* | set a minimum versionAlex Gaynor2017-06-031-1/+1
| |
* | Support decrypting keysAlex Gaynor2017-06-031-0/+1
| |
* | Fixes #325 -- add support for Ed25519 keysAlex Gaynor2017-06-031-0/+1
|/
* Fix flake8 for top-level modules.Dorian Pula2017-05-311-21/+20
|
* Merge branch '1.17' into 2.0Jeff Forcier2016-09-151-3/+2
|\
| * ==dev is no moreJeff Forcier2016-09-151-3/+2
| |
| * Improved deps pinningJeff Forcier2016-05-081-2/+2
| |
* | Use a more recent cryptography and call a functionAlex Gaynor2016-04-271-1/+1
| |