Commit Graph

212 Commits

Author SHA1 Message Date
Ian Cordasco 80a3e87bf3 Bump version and add release notes for 2.6.0 2015-03-14 11:42:38 -05:00
Ian Cordasco 628474d626 Update HISTORY and release version for 2.5.3 2015-02-24 10:30:17 -06:00
Ian Cordasco d8be2473d1 Update HISTORY and version for v2.5.2 2015-02-23 16:28:42 -06:00
Chris Kuehl 74d85d0a2f HISTORY: replace n-dash to workaround pip bug
There exists a problem (maybe a bug?) in pip when using a locale like
`LC_ALL=C` (which is commonly used by CI environments and system
configuration tools such as Puppet), where the PKG-INFO file is decoded
using ascii, raising a UnicodeDecodeError when PKG-INFO contains
non-ASCII characters (such as the n-dash removed by this commit):

> Downloading/unpacking requests from https://pypi.python.org/packages/source/r/requests/requests-2.5.1.tar.gz
>   Downloading requests-2.5.1.tar.gz (443Kb): 443Kb downloaded
>   Running setup.py egg_info for package requests
>
> Exception:
> Traceback (most recent call last):
>   File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 104, in main
>     status = self.run(options, args)
>   File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 245, in run
>     requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
>   File "/usr/lib/python3/dist-packages/pip/req.py", line 1014, in prepare_files
>     req_to_install.assert_source_matches_version()
>   File "/usr/lib/python3/dist-packages/pip/req.py", line 359, in assert_source_matches_version
>     version = self.installed_version
>   File "/usr/lib/python3/dist-packages/pip/req.py", line 351, in installed_version
>     return self.pkg_info()['version']
>   File "/usr/lib/python3/dist-packages/pip/req.py", line 318, in pkg_info
>     data = self.egg_info_data('PKG-INFO')
>   File "/usr/lib/python3/dist-packages/pip/req.py", line 261, in egg_info_data
>     data = fp.read()
>   File "/usr/lib/python3.2/encodings/ascii.py", line 26, in decode
>     return codecs.ascii_decode(input, self.errors)[0]
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 8161: ordinal not in range(128)

I'm not able to reproduce this by installing the package directly, only by
installing another package which depends on it (via `install_requires`).

The command I used was `LC_ALL=C /usr/bin/pip-3.2 install --upgrade ocflib`,
with "pip 1.1 from /usr/lib/python3/dist-packages (python 3.2)" (which
is the packaged version for Debian 7).

Although this should probably be addressed ultimately in pip, replacing
this character in HISTORY is a pain-free and pragmatic way to help
developers and system administrators who may be stuck with old versions
of pip for many years to come.
2015-01-22 19:45:49 -08:00
Ian Cordasco ce5b5fe227 Add release notes for 2.5.1 2014-12-23 11:50:31 -06:00
Ian Cordasco 9a0ce93935 Add updates for 2.5.0 2014-12-01 17:02:42 -06:00
Kenneth Reitz 78d12bbbe9 v2.4.3 2014-10-06 05:42:55 -04:00
Kenneth Reitz 90dc467fc0 v2.4.2 changelog 2014-10-05 13:13:42 -04:00
Kenneth Reitz dff383ce8f requests v2.4.1 2014-09-09 12:34:34 -04:00
Kenneth Reitz 95161ed313 v2.4.0 changelog 2014-08-29 10:32:18 -04:00
Kenneth Reitz 702283093a v2.3.1 changelog 2014-05-30 13:36:18 -04:00
Alex Gaynor 53d3519a35 Fixed a typo 2014-05-16 14:11:05 -04:00
Kenneth Reitz b26c85f081 history update 2014-05-16 13:55:06 -04:00
Cory Benfield 679ab5bc20 Initial 2.3.0 changelog. 2014-05-12 20:30:10 +01:00
Cory Benfield 07f9a7ea02 Remove references to not-yet-made 2.3.0 release. 2014-05-03 10:59:14 +01:00
Ian Cordasco b361a4c056 Make note of the fact that we fixed some CVEs 2014-04-02 19:04:58 -05:00
Cory Benfield 03f444e601 Timeout documentation changes. 2014-03-03 20:23:59 +00:00
Zack Weinberg 0caa243212 New Response property, .is_redirect. 2014-02-13 14:27:42 -05:00
Cory Benfield 969195ad55 Clarify our 1.2.1 behaviour change. 2014-02-11 07:31:47 +00:00
Kenneth Reitz 33735480f7 v2.2.1 2014-01-23 13:25:40 -05:00
Cory Benfield 2a6b835a5e Update changelog for 2.2.1. 2014-01-22 14:28:41 +00:00
Kevin Burke f17ead4133 Typo in History 2014-01-21 10:18:04 -08:00
Kenneth Reitz 1720e4bb87 fix rst syntax bugs 2014-01-09 14:38:44 -05:00
Cory Benfield 48e2ecc14d Changelog for 2.2.0. 2014-01-09 19:10:30 +00:00
Ian Cordasco d8d9591076 Update the history and change the last last references to charade 2013-12-18 08:46:49 -06:00
Cory Benfield 456c42b00d Fixup changelog with missing breaking change. 2013-12-12 16:21:04 +00:00
Kenneth Reitz 3235766d67 updated CA Bundle! 2013-12-05 17:51:10 -05:00
Kenneth Reitz 795f18560b last changelog entry 2013-12-05 17:44:56 -05:00
Kenneth Reitz aae7e39a56 further notes and version bump 2013-12-05 17:41:25 -05:00
Kenneth Reitz f6107bc151 history notes about v2.1 2013-12-05 17:37:48 -05:00
Cory Benfield dc31c11339 Missed a couple. 2013-11-28 18:37:45 +00:00
Cory Benfield e45d425343 Prepare changelog. 2013-11-28 18:32:28 +00:00
Kenneth Reitz dd777b3d7e urllib3/chardet note in release for v2.0.1 2013-10-24 10:32:05 -04:00
Kenneth Reitz c244f8ea87 more release notes for v2.0.1 2013-10-24 10:28:30 -04:00
Kenneth Reitz f045979f8d release notes 2013-10-24 10:26:47 -04:00
Kenneth Reitz 3d59569264 v2.0.1 2013-10-24 10:00:49 -04:00
Cory Benfield 9968a10fcf Typo in changelog. 2013-09-25 14:00:17 +01:00
Kenneth Reitz 4401620111 add history to the docs 2013-09-24 15:08:12 -04:00
Kenneth Reitz 58eacfa1ad Merge pull request #1619 from Lukasa/master
Up to date CL.
2013-09-24 11:31:13 -07:00
Cory Benfield 53ba629a23 Up to date CL. 2013-09-24 19:26:31 +01:00
Kenneth Reitz 62925fb668 note on timeouts 2013-09-24 14:22:02 -04:00
Kenneth Reitz 2d283c9f2d 2.0.0 2013-09-24 14:17:17 -04:00
Cory Benfield 88011f4032 Bring release note current to 1st Sept. 2013-09-01 18:46:46 +01:00
Cory Benfield 148c1b5c13 Begin work on the 2.0 changelog. 2013-08-19 13:28:05 +01:00
Kenneth Reitz 3bb13f8fbb v1.2.3 2013-05-25 12:48:10 -04:00
Kenneth Reitz 569b59f495 v1.2.1 2013-05-20 16:10:23 -04:00
Thomas Weißschuh 333fa87489 fix tiny typo in HISTORY.rst 2013-04-01 18:47:20 +00:00
Kenneth Reitz d06908d655 v1.2.0 2013-03-31 08:28:22 +03:00
Ian Cordasco 46a770e03f Update the HISTORY for v1.2 2013-03-27 23:10:59 -04:00
Dmitry Medvinsky 057f32924a Fix couple of typos in HISTORY.rst
One typo and a couple of auto-completions, I guess.
2013-03-01 11:42:43 +04:00