Skip to content

Commit 05f3190

Browse files
committed
Bump backports.os to latest version #688
* this fixes the issues for ASCII fs encodings * big thank you to @pjdelport for fixing this Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent ab5f0a3 commit 05f3190

5 files changed

+4
-8
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def read(*names, **kwargs):
143143
'bz2file >= 0.98',
144144

145145
# commoncode
146-
'backports.os == 0.1.patch1',
146+
'backports.os == 0.1.1',
147147
'future >= 0.16.0, < 0.17.0',
148148
'text-unidecode >= 1.0, < 2.0',
149149

Binary file not shown.
Binary file not shown.

thirdparty/prod/backports.os.ABOUT

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
about_resource: backports.os-0.1.patch1-py2-none-any.whl
2-
version: 0.1.patch1
1+
about_resource: backports.os-0.1.1-py2.py3-none-any.whl
2+
version: 0.1.1
33
name: backports.os
44
home_url: https://github.com/pjdelport/backports.os
5-
download_url: https://github.com/pombredanne/backports.os/tree/v0.1.patch1
5+
download_url: https://pypi.python.org/packages/5b/0b/5ba79ac5d09e0b38725498e0a212ace2d166c0b7a38a42045df824b68d59/backports.os-0.1.1-py2.py3-none-any.whl
66
license_text:
77
- backports.os.LICENSE
88
- PSF.LICENSE
@@ -15,6 +15,3 @@ copyright: Copyright (c) Piët Delport, and Python Software Foundation
1515
notes: the invalid_utf8_indexes() helper is copied from Bob Ippolito's
1616
pyutf8 package (pyutf8/ref.py) and is MIT-licensed
1717
https://github.com/etrepum/pyutf8/blob/master/pyutf8/ref.py
18-
This verion is an advanced patched version fixing the #688 issue
19-
and contain the code in the contributed pull request at
20-
https://github.com/pjdelport/backports.os/pull/7

thirdparty/prod/backports.os.LICENSE

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
Copyright (c) Piët Delport, and Python Software Foundation
32
Licensed under the Python license
43

0 commit comments

Comments
 (0)