15
0
forked from pool/python-PyYAML

Accepting request 424629 from home:mnhauke:branches:devel:languages:python

- Update to 3.12
  - Adding an implicit resolver to a derived loader should not
    affect the base loader (fixes issue #57).
  - Uniform representation for OrderedDict? across different
    versions of Python (fixes issue #61).
  - Fixed comparison to None warning (closes issue #64). 
- fix Source URL

OBS-URL: https://build.opensuse.org/request/show/424629
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=15
This commit is contained in:
2016-09-05 05:25:49 +00:00
committed by Git OBS Bridge
parent 408320a7b1
commit 5abfc2917b
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Sep 3 19:26:05 UTC 2016 - mardnh@gmx.de
- Update to 3.12
- Adding an implicit resolver to a derived loader should not
affect the base loader (fixes issue #57).
- Uniform representation for OrderedDict? across different
versions of Python (fixes issue #61).
- Fixed comparison to None warning (closes issue #64).
- fix Source URL
-------------------------------------------------------------------
Wed Jul 30 09:02:32 UTC 2014 - toddrme2178@gmail.com