Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-18 | Add 3-only classifier, thanks @hugovk! | Jeff Forcier | |
2023-01-09 | Require modern versions of bcrypt, pynacl | Jeff 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-09 | Move to cryptography 3.3 as baseline dep | Jeff Forcier | |
and bump top end test matrix cell to 40ish | |||
2023-01-09 | Tidy up requires/entrypoints/install docs | Jeff 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-09 | Classifiers, python_requires update | Jeff Forcier | |
2023-01-09 | Bump invoke requirement to modern rev | Jeff 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-10 | TODO tweak | Jeff Forcier | |
2022-02-25 | blacken | Jeff Forcier | |
2022-02-25 | Comment and changelog re #1985 | Jeff Forcier | |
2022-02-25 | Add six to `install_requires` | Sondre Lillebø Gundersen | |
2021-10-08 | Expand an old slightly confusing comment | Jeff Forcier | |
2021-10-01 | Add Py3.9 to classifiers | Jeff Forcier | |
2021-10-01 | setup.py URL updates | Jeff Forcier | |
2021-10-01 | README / www-index overhaul | Jeff 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-01 | Use README for long description like other projects | Jeff Forcier | |
2019-12-03 | Let's go with 'all' for the catchall endpoint, it is popular | Jeff Forcier | |
2019-12-02 | Base 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-02 | Add additional setuptools extras_require flavors | Jeff Forcier | |
2019-06-21 | Use setuptools extras_require to offer paramiko[gssapi] | Jeff Forcier | |
2019-05-31 | Merge branch 'master' into 1379-int | Jeff Forcier | |
2019-05-31 | Merge branch '2.4' | Jeff Forcier | |
2019-05-31 | Add explicit (tested) support for Python 3.8 | Jeff Forcier | |
Cannot be added to Paramiko <2.4 due to Travis inability to test Python 2.6->3.7+ | |||
2019-05-31 | Merge branch '2.4' | Jeff Forcier | |
2019-05-31 | Merge branch '2.3' into 2.4 | Jeff Forcier | |
2019-05-31 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2019-05-31 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2019-05-31 | Never added 3.7 classifier | Jeff Forcier | |
2019-02-06 | Move to cryptography 2.5 and stop using deprecated APIs. | Andrew Wason | |
Fixes #1369 | |||
2018-09-17 | Merge branch '2.2' into 2.3 | Jeff Forcier | |
2018-09-17 | Blacken, 2.2 edition | Jeff Forcier | |
2018-09-17 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
Foregoes a handful of unblackened bits to make the merge easier; will blacken next anyways | |||
2018-09-17 | Blacken 2.0 with black 18.6b4 | Jeff Forcier | |
2018-05-29 | Some master-only blackenings for 18.5b0 | Jeff Forcier | |
2018-05-29 | Merge branch '2.4' | Jeff Forcier | |
2018-05-29 | Blacken under black 18.5b0 | Jeff Forcier | |
2018-04-19 | Make pyasn1 a truly optional dependency | Jeff Forcier | |
Re: #1191 | |||
2017-10-10 | Update docs, metadata, test references to 2.6/3.3 | Jeff Forcier | |
2017-06-25 | Merge branch 'master' into one-shot-methods | Paul Kehrer | |
2017-06-13 | need bcrypt >= 3.1.3 for kdf() ignore_few_rounds kwarg | Pierce Lopez | |
2017-06-12 | Merge branch '2.1' into 2.2 | Jeff Forcier | |
2017-06-12 | Add Python 3.6 to classifiers | Felix Yan | |
2017-06-05 | use cryptography's sign/verify methods instead of signer/verifier | Paul Kehrer | |
2017-06-03 | set a minimum version | Alex Gaynor | |
2017-06-03 | Support decrypting keys | Alex Gaynor | |
2017-06-03 | Fixes #325 -- add support for Ed25519 keys | Alex Gaynor | |
2017-05-31 | Fix flake8 for top-level modules. | Dorian Pula | |
2016-09-15 | Merge branch '1.17' into 2.0 | Jeff Forcier | |
2016-09-15 | ==dev is no more | Jeff Forcier | |
2016-05-08 | Improved deps pinning | Jeff Forcier | |
2016-04-27 | Use a more recent cryptography and call a function | Alex Gaynor | |