Skip to content

Commit 0ae20e4

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 <pombredanne@nexb.com>
1 parent 34ac49d commit 0ae20e4

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
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

5.67 KB
Binary file not shown.

thirdparty/prod/backports.os.ABOUT

Lines changed: 3 additions & 6 deletions
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

Lines changed: 0 additions & 1 deletion
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)