summaryrefslogtreecommitdiffhomepage
path: root/sites/www/installing.rst
AgeCommit message (Collapse)Author
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
2021-02-12Merge branch '2.6' into 2.7Jeff Forcier
2021-02-12Merge branch '2.5' into 2.6Jeff Forcier
2021-02-12Turns out our existing Cryptography install link had rotted too, gahJeff Forcier
2021-02-12Merge branch '2.6' into 2.7Jeff Forcier
2021-02-12Merge branch '2.5' into 2.6Jeff Forcier
2021-02-12Include Cryptography Rust requirement note/links in our install docsJeff Forcier
2019-12-03Let's go with 'all' for the catchall endpoint, it is popularJeff Forcier
2019-12-03Beef up mentions of the need for Invoke, when using Match exec, in the docsJeff 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-06-21As @ploxiln notes, pyasn1 is needed for both platform familiesJeff Forcier
2019-06-20Fix required package versions for gssapi and pyasn1.Anselm Kruis
Kerberos/GSSAPI has been tested with gssapi 1.4.1. Newer versions are probably OK. If older versions work, is unknown. The pyasn1 version had transposed digits.
2019-05-31Documentation of the need for pyasn1 for gssapi seems to have been omitted a ↵Jeff Forcier
while
2019-05-31Modify installation docs to note support for newer gssapi libJeff Forcier
2018-04-19Merge branch 'master' of github.com:paramiko/paramikoJeff Forcier
2018-04-19Add explicit mention of bcrypt and pynacl to 2.x installation docs.Jeff Forcier
Re #1191
2018-04-18Migrate to new PyPI websiteEric Brown
According to [1], the PyPI website of pypi.python.org has changed to https://pypi.org. This patch updates all references to the legacy site. [1] https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html Signed-off-by: Eric Brown browne@vmware.com
2017-10-10Update docs, metadata, test references to 2.6/3.3Jeff Forcier
2017-04-03Having this in a mini-toctree made the nav look funny and is also just ↵Jeff Forcier
unintuitive
2016-09-15Merge branch '1.17' into 2.0Jeff Forcier
2016-09-15==dev is no moreJeff Forcier
2016-04-23s/CFFI/libffi/ as per @reaperhulkJeff Forcier
2016-04-23Splice 1.x install docs back in as standalone document.Jeff Forcier
Plus related tweaks
2016-04-23Tweaks to install docs re #394Jeff Forcier
2015-11-04add this back inAlex Gaynor
2015-08-01removed references to python 3.2, which has basically no usageAlex Gaynor
2015-04-01Fixed extra commaAlex Gaynor
2015-03-15Update for cryptography 0.8 and general cleanupsAlex Gaynor
2014-09-18Document that pyasn1 is requiredAlex Gaynor
2014-09-18Add back intro sentenceAlex Gaynor
2014-09-18Note OPenSSL headers as wellAlex Gaynor
2014-09-18Merge branch 'master' into switch-to-cryptographyAlex Gaynor
2014-09-18Note how python-gssapi only works on 2.7+Jeff Forcier
2014-09-18Install docs tweak re: GSSAPI reqJeff Forcier
2014-09-16Try to update the installation docsAlex Gaynor
2014-09-08Update README, docs, changelog re #267Jeff Forcier
2014-08-25Add a plus to our 3.3 support to denote 3.4 and onJeff Forcier
2014-08-21More tweaks - don't make it sound like we routinely support >3, we don'tJeff Forcier
2014-08-21This isn't worth having and then always forgetting aboutJeff Forcier
2014-04-24Merge branch '1.13'Jeff Forcier
2014-04-24Fix incorrect monospacingJeff Forcier
2014-03-21Uggh how did this slip inJeff Forcier
2014-03-21Uggh how did this slip inJeff Forcier
2014-03-21Start an FAQ and answer it with a new install sectionJeff Forcier
2014-03-13Update docs to reflect Python 2.6+, 3.3+ compatJeff Forcier
2014-01-21Rename 'main' doctree to 'www'; refactor sphinx task confJeff Forcier