Commit graph

27 commits

Author SHA1 Message Date
Alex Gaynor
58bddfd7e9
removed paragraph in docs that was very out of date (#6003) 2021-04-23 08:02:49 -05:00
Alex Gaynor
ff12a37552
Remove Python2 from CI and code that branched on it (#5607)
* Remove Python2 from CI and code that branched on it

* Update setup.py

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

* remove

* review feedback

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2020-12-08 23:10:10 -06:00
Paul Kehrer
d75335a7de drop python 3.4 support (#5087)
* drop python 3.4 support

Our dependencies have started dropping support so it is becoming
difficult to test. Additionally, Python 3.4 represents <2% of our
downloads, so taking on a large maintenance burden to maintain support
isn't a good use of limited time. Accordingly, we're dropping testing
infrastructure and migrating our abi3 wheels to py35+.

* use removed instead of dropped
2019-12-08 23:42:55 -05:00
Alex Gaynor
ebaa570697 Sphinx's website is now https (#4662)
* Sphinx's website is now https

* Sphinx's website is now https
2018-12-30 14:28:48 -06:00
André Almeida
8a35a20045 Enhance info on pip requirements intallation (#4499)
* Enhance info on pip requirements intallation

* Remove virtualenv files from remote

* Fix "pacakges" typo

* Removing trailling whitespaces
2018-10-19 10:20:03 +08:00
Ville Skyttä
40c6d40512 Use pytest instead of py.test per upstream recommendation, #dropthedot (#4236)
http://blog.pytest.org/2016/whats-new-in-pytest-30/
https://twitter.com/hashtag/dropthedot
2018-05-13 10:23:49 -04:00
Alex Gaynor
3414f5c885 Update URLs for new pypi! (#4194)
* Update URLs for new pypi!

* trailing slash

* grump
2018-04-16 07:41:11 +08:00
Alex Gaynor
b9051a3532 updated link to sphinx docs (#4181) 2018-04-01 08:16:41 -05:00
Paul Kehrer
4cf6e785ca expunge python 2.6 (#3962)
* expunge python 2.6

* how did THAT happen

* remove another unsupported python from the tox envlist

* hypothesis can now be unconditionally imported
2017-10-11 18:06:01 -04:00
Paul Kehrer
adeaacfa56 allow global suppression of link flags (#3592)
CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS will now suppress link flags regardless
of platform. Additionally, CRYPTOGRAPHY_WINDOWS_LINK_LEGACY_OPENSSL is
now the flag you need if you want to link against < 1.1.0 on windows.
2017-05-24 12:49:18 -07:00
Paul Kehrer
5103235129 time to remove commoncrypto, fare thee well (#3551)
* time to remove commoncrypto, fare thee well

* remove even more

* update the changelog

* remove more things

* don't need this function

* remove CAST5 CTR tests since that was only supported in commoncrypto

* assert a thing
2017-05-20 10:09:02 -07:00
Paul Kehrer
4ce11b1b52 update dev docs to also say macOS and use openssl 1.1 (#3452) 2017-03-14 13:50:47 -04:00
Alex Gaynor
5ad6df9eb6 This is HTTPS now (#3407) 2017-02-18 11:52:50 -06:00
Alex Gaynor
769d5c66be Use the canonical host for two urls on the OpenSSL website (#3219) 2016-11-06 17:30:36 +08:00
Nick Badger
63bbf18e62 Clarified Windows development installation and docd upstream enchant bug (#3128)
* Clarified Windows development installation and doc'd upstream enchant bug

* Fixed whitespace problems

* Fixed merge resolution mistake
2016-09-03 12:10:36 -05:00
Alex Gaynor
0c11d0427e Random grammar stuff (#2955) 2016-06-02 22:24:22 -07:00
Chris Collis
2f27a8b2dc Update getting-started.rst to clarify OS X Homebrew pip install (#2876)
* Update getting-started.rst to clarify OS X Homebrew pip install
On OS X El Capitan following the current instructions fails with fatal error: 'openssl/opensslv.h' file not found on pip install -r dev-requirements.txt; this change adds to the instructions to clarify that CFLAGS and LDFLAGS may need to be set. I based this on the instructions in the Installation page.

* Address reaperhulk comments, OpenSSL must be installed.

Clarify that OpenSSL must be installed via Homebrew or MacPorts and how to build statically.

* Make Homebrew, MacPorts, OpenSSL links

* Fix doc errors and improve overall flow
Insert tip about tox needing the same flags
Make console example multi-line so that pip install is visible
Change heading levels to allow OS X sub-section
2016-04-23 09:28:23 -05:00
Paul Kehrer
0958641277 remove python 3.2 from every other place I could find 2015-04-18 20:26:03 -05:00
Paul Kehrer
2ac87783ee add note about enchant dependency for spellcheck in docs 2014-06-27 11:12:24 -06:00
Alex Gaynor
cefcf2df16 Wrap a long line (seriously, why is doc8 not catching these) 2014-06-26 11:00:33 -07:00
Nic Young
96fb533735 Fix other typo and use doc link instead 2014-06-12 08:25:42 -06:00
Nic Young
87aae81245 Fixed typo 2014-06-12 08:00:56 -06:00
Nic Young
2e8aa56157 Add link about installation depdencies 2014-06-12 00:17:50 -06:00
Alex Stapleton
c5fffd3b33 Standardise on sentence case for titles 2014-03-18 15:31:46 +00:00
Paul Kehrer
18962cc15b add explicit backend selection examples in a code block 2014-02-11 22:54:40 -06:00
Paul Kehrer
450cd0252b fix some indentation and a missing newline 2014-02-11 22:46:39 -06:00
Paul Kehrer
0839aa858f reorganize contributing into development section 2014-02-11 22:36:51 -06:00