summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Move ssl_match_hostname to urllib3.utilsHasan Ramezani2021-04-211-1/+1
|
* Switch to Brotli C bindings for CPython, brotlicffi for non-CPython (#2099)Seth Michael Larson2020-12-051-1/+2
| | | | | * Switch to Brotli C bindings for CPython, brotlicffi for non-CPython * Fix brotli make_headers() test on PyPy
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-4/+0
| | | | | | | | - Upgrades syntax to Python 3.6+ with f-strings - Removes most usage of six - Removes documentation relevant to Python 2 - Removes universal wheel config - Removes mock dependency for testing
* Add isort config to setup.cfg for editors (#2009)Quentin Pradet2020-10-011-0/+3
|
* Stop using unittest (#1649)Quentin Pradet2019-07-051-0/+1
|
* Ignore flake8 errors that are introduced deliberately by black (#1631)Ratan Kulshreshtha2019-06-041-0/+1
|
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-1/+1
|
* Update requires-dist and documentation for Brotli (#1534)Seth Michael Larson2019-01-291-0/+2
|
* Fix setup.py and setup.cfg dependencies for secure extra (#1497)Seth M. Larson2018-12-101-3/+3
|
* Start testing against Python 3.8 (#1475)Seth M. Larson2018-11-221-0/+3
|
* Restore Flake8 CI checks (#1477)Quentin Pradet2018-11-191-1/+1
|
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-4/+3
|
* Pin pyOpenSSL major version to 17.* for Python 2.6 (#1389)Seth M. Larson2018-05-281-1/+2
| | | | | | | | | | See: https://github.com/pyca/pyopenssl/blob/74de8a137d435d45c100b74cc971be556166a559/CHANGELOG.rst#1800-2018-05-16 * import sys * = * Also pin pyOpenSSL 17.x in setup.cfg
* Include license file in the generated wheel packageJon Dufresne2017-10-211-0/+1
| | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-7/+0
|
* Rename [wheel] section to [bdist_wheel] as the former is legacyJon Dufresne2017-06-041-1/+1
| | | | | | | | See: https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125 http://pythonwheels.com/
* Run flake on test folderlars48392017-01-231-1/+1
|
* Remove 100% requirement from nosetests.Cory Benfield2016-10-201-1/+0
|
* Add ipaddress marker to setup.cfg.Cory Benfield2016-09-081-0/+1
|
* Don't forget setup.cfgCory Benfield2016-09-061-1/+1
|
* We actually require cryptography-based PyOpenSSL now.Cory Benfield2016-07-191-1/+1
|
* Update setup.cfgCory Benfield2016-07-191-2/+2
|
* Adding socks extra to setup.cfgJesse Shapiro2016-05-171-1/+4
|
* Specify minimum pyOpenSSL versionPhilip Lorenz2015-11-191-1/+1
| | | | | | urllib3 requires "set_tlsext_host_name" which was only added in pyOpenSSL 0.13. As some distributions (e.g. Ubuntu 12.04) still ship an older version enforce the correct minimum version during installation.
* Fix flake8 violationsJohn Vandenberg2015-11-021-0/+1
| | | | Add tox rule to prevent regressions.
* Sepcify python version specific extras in setup.cfgIan Cordasco2015-09-211-0/+8
|
* Universal wheelCory Benfield2015-05-311-0/+3
|
* Add flake8 section to setup.cfgIan Cordasco2014-05-291-0/+3
|
* don't persist code coverageThomas Weißschuh2013-08-141-0/+1
|
* enforce 100% coverage during testsThomas Weißschuh2013-03-211-0/+2
|
* Coverage configuration.Andrey Petrov2012-01-291-1/+1
|
* Added coverage module to help improve testsGeorge Marshall2011-12-041-0/+2
|
* Messing with tests and readme.Andrey Petrov2011-10-081-0/+2