Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4693eba4f | ||
|
|
2e496c3e1d | ||
|
|
f3f4c3e20a | ||
|
|
3618f3f68e | ||
|
|
f909314652 | ||
|
|
636082fa8f | ||
|
|
800a074b5d |
20
HISTORY.rst
20
HISTORY.rst
@@ -3,8 +3,24 @@
|
||||
Release History
|
||||
---------------
|
||||
|
||||
2.14.0 (XXXX)
|
||||
+++++++++++++
|
||||
2.14.2 (2017-05-10)
|
||||
+++++++++++++++++++
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
- Changed a less-than to an equal-to and an or in the dependency markers to
|
||||
widen compatibility with older setuptools releases.
|
||||
|
||||
2.14.1 (2017-05-09)
|
||||
+++++++++++++++++++
|
||||
|
||||
**Bugfixes**
|
||||
|
||||
- Changed the dependency markers to widen compatibility with older pip
|
||||
releases.
|
||||
|
||||
2.14.0 (2017-05-09)
|
||||
+++++++++++++++++++
|
||||
|
||||
**Improvements**
|
||||
|
||||
|
||||
@@ -41,8 +41,8 @@ is at <http://python-requests.org>.
|
||||
"""
|
||||
|
||||
__title__ = 'requests'
|
||||
__version__ = '2.14.0'
|
||||
__build__ = 0x021400
|
||||
__version__ = '2.14.2'
|
||||
__build__ = 0x021402
|
||||
__author__ = 'Kenneth Reitz'
|
||||
__license__ = 'Apache 2.0'
|
||||
__copyright__ = 'Copyright 2016 Kenneth Reitz'
|
||||
|
||||
2
setup.py
2
setup.py
@@ -99,7 +99,7 @@ setup(
|
||||
extras_require={
|
||||
'security': ['pyOpenSSL>=0.14', 'cryptography>=1.3.4', 'idna>=2.0.0'],
|
||||
'socks': ['PySocks>=1.5.6, !=1.5.7'],
|
||||
'socks:platform_system == "Windows" and python_version<"3.3"': ['win_inet_pton'],
|
||||
'socks:sys_platform == "win32" and (python_version == "2.7" or python_version == "2.6")': ['win_inet_pton'],
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user