forked from pool/python-setuptools
- update to 41.0.0
* #1735: When parsing setup.cfg files, setuptools now requires the files to be encoded as UTF-8. Any other encoding will lead to a UnicodeDecodeError. This change removes support for specifying an encoding using a 'coding: ' directive in the header of the file, a feature that was introduces in 40.7. Given the recent release of the aforementioned feature, it is assumed that few if any projects are utilizing the feature to specify an encoding other than UTF-8. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=170
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 09:16:42 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 41.0.0
|
||||
* #1735: When parsing setup.cfg files, setuptools now requires the files
|
||||
to be encoded as UTF-8. Any other encoding will lead to a UnicodeDecodeError.
|
||||
This change removes support for specifying an encoding using a 'coding: '
|
||||
directive in the header of the file, a feature that was introduces in 40.7.
|
||||
Given the recent release of the aforementioned feature, it is assumed that
|
||||
few if any projects are utilizing the feature to specify an encoding
|
||||
other than UTF-8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 10 22:30:38 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
Reference in New Issue
Block a user