Package Release Info

python-PyYAML-5.1.2-bp152.2.3

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

Change Logs

* Fri Apr 03 2020 Tina Müller <tina.mueller@suse.com>
- Add patch pyyaml-5.1.2.patch (bsc#1165439 CVE-2020-1747)
  Prevents arbitrary code execution during python/object/* constructors
  (This patch contains the git commits 8c5e47f and 5080ba5 applied to the 5.1.2 release)
* Wed Nov 13 2019 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update in SLE-15 (bsc#1140565)
* Thu Aug 01 2019 Marketa Calabkova <mcalabkova@suse.com>
- update to 5.1.2
  * Re-release of 5.1 with regenerated Cython sources to build properly for Python 3.8b2+
* Fri Jun 07 2019 Ond?ej Súkup <mimi.vx@gmail.com>
- update to 5.1.1
  * Re-release of 5.1 with regenerated Cython sources to build properly for Python 3.8
* Thu Mar 14 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 5.1:
  * many changes, see CHANGES
  * bsc#1099308 CVE-2017-18342 PyYAML: yaml.load() API could execute arbitrary code
* Mon Jan 14 2019 kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
* Sun Jul 15 2018 mimi.vx@gmail.com
- update to 3.13
  * fix compactibility with python 3.7
* Fri Mar 03 2017 sor.alexei@meowr.ru
- Use pythonhosted.org for the reference link.
- Provide python-yaml instead of python2-yaml again.
* Mon Feb 20 2017 jmatejek@suse.com
- update for multipython build
* Sat Sep 03 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 2014 toddrme2178@gmail.com
- Update to 3.11
  - Source and binary distributions are rebuilt against the latest
    versions of Cython and LibYAML.
* Wed Feb 05 2014 ro@suse.de
- increase file-descriptor-count for s390 to make tests happy
* Tue Mar 05 2013 dvaleev@suse.com
- increase file-descriptor-count for ppc to make tests happy
* Thu Jan 10 2013 p.drouand@gmail.com
- Initial python3 support
* Wed Dec 19 2012 saschpe@suse.de
- Build against libyaml to get the faster module
* Tue Jan 31 2012 saschpe@suse.de
- Initial version