15
0
forked from pool/python-PyYAML

Accepting request 933309 from home:tinita:branches:devel:languages:python

- Add patch setuptools.patch
- update to 6.0
  * drop Python 2.7
  * always require `Loader` arg to `yaml.load()`
  * fix float resolver to ignore `.` and `._`
  * fix representation of Enum subclasses
  * fix libyaml extension compiler warnings
  * fix ResourceWarning on leaked file descriptors
  * remove remaining direct distutils usage

OBS-URL: https://build.opensuse.org/request/show/933309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=44
This commit is contained in:
2021-11-23 18:54:16 +00:00
committed by Git OBS Bridge
parent 80c1222bbd
commit b3420e1e8d
5 changed files with 32 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 1 20:36:13 UTC 2021 - Tina Müller <tina.mueller@suse.com>
- Add patch setuptools.patch
- update to 6.0
* drop Python 2.7
* always require `Loader` arg to `yaml.load()`
* fix float resolver to ignore `.` and `._`
* fix representation of Enum subclasses
* fix libyaml extension compiler warnings
* fix ResourceWarning on leaked file descriptors
* remove remaining direct distutils usage
-------------------------------------------------------------------
Sun Jan 24 18:21:20 UTC 2021 - Dirk Müller <dmueller@suse.com>