7b6c76ca13
- update to 5.4.1 (bsc#1174514, CVE-2020-14343):
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=41
2021-01-24 18:30:05 +00:00
67d920e551
- update to 5.4.1:
...
* Fix stub compat with older pyyaml versions that may unwittingly load it
* Build modernization, remove distutils, fix metadata, build wheels, CI to GHA
* Fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader
* Fix memory leak in implicit resolver setup
* Fix py2 copy support for timezone objects
* Fix compatibility with Jython
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=40
2021-01-24 18:29:14 +00:00
a4adf00dce
* fixes boo#1165439 (cve-2020-1747) Prevents arbitrary code execution
...
during python/object/new constructor
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=38
2020-03-19 07:25:28 +00:00
72eb37a327
- update to 5.3.1
...
* Prevents arbitrary code execution during python/object/new constructor
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=37
2020-03-19 07:24:11 +00:00
d14ef02791
- update to 5.3
...
* Use `is` instead of equality for comparing with `None`
* fix typos and stylistic nit
* Fix up small typo
* Fix handling of __slots__
* Allow calling add_multi_constructor with None
* Add use of safe_load() function in README
* Fix reader for Unicode code points over 0xFFFF
* Enable certain unicode tests when maxunicode not > 0xffff
* Use full_load in yaml-highlight example
* Document that PyYAML is implemented with Cython
* Fix for Python 3.10
* increase size of index, line, and column fields
* remove some unused imports
* Create timezone-aware datetimes when parsed as such
* Add tests for timezone
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=35
2020-01-07 09:59:22 +00:00
cbf28f779c
- update to 5.2
...
* A more flexible fix for custom tag constructors
* Change default loader for yaml.add_constructor
* Change default loader for add_implicit_resolver, add_path_resolver
* Move constructor for object/apply to UnsafeConstructor
* Fix logic for quoting special characters
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=33
2019-12-03 11:34:15 +00:00
Tomáš Chvátal
700620bef9
Accepting request 720542 from home:mcalabkova:branches:devel:languages:python
...
- update to 5.1.2
* Re-release of 5.1 with regenerated Cython sources to build properly for Python 3.8b2+
OBS-URL: https://build.opensuse.org/request/show/720542
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=31
2019-08-02 08:55:00 +00:00
dabcb5e8cd
- update to 5.1.1
...
* Re-release of 5.1 with regenerated Cython sources to build properly for Python 3.8
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=29
2019-06-07 12:05:26 +00:00
Tomáš Chvátal
219b4e9f5c
* bsc#1099308 CVE-2017-18342 PyYAML: yaml.load() API could execute arbitrary code
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=27
2019-04-01 11:50:48 +00:00
Tomáš Chvátal
48b4e56339
- Update to 5.1:
...
* many changes, see CHANGES
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=25
2019-03-14 14:53:39 +00:00
Tomáš Chvátal
9413ff4420
Accepting request 665990 from home:kukuk:branches:devel:languages:python
...
- Use %license instead of %doc [bsc#1082318]
OBS-URL: https://build.opensuse.org/request/show/665990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=23
2019-01-14 15:25:21 +00:00
74cbab6380
Accepting request 622942 from home:mimi_vx:branches:devel:languages:python
...
- update to 3.13
* fix compactibility with python 3.7
OBS-URL: https://build.opensuse.org/request/show/622942
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=21
2018-07-15 20:31:27 +00:00
Jan Matejek
730f79f7e4
Accepting request 471398 from home:XRevan86
...
OBS-URL: https://build.opensuse.org/request/show/471398
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=19
2017-03-06 13:34:20 +00:00
Jan Matejek
107bc81fc6
Accepting request 460232 from devel:languages:python:singlespec
...
- update for multipython build
OBS-URL: https://build.opensuse.org/request/show/460232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=17
2017-02-24 14:34:46 +00:00
Thomas Bechtold
5abfc2917b
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
2016-09-05 05:25:49 +00:00
Todd R
408320a7b1
Accepting request 242976 from home:TheBlackCat:branches:devel:languages:python
...
Update to 3.11
OBS-URL: https://build.opensuse.org/request/show/242976
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=13
2014-07-30 09:50:41 +00:00
Sascha Peilicke
0a5e8676e1
Accepting request 220983 from home:oertel:branches:devel:languages:python
...
- increase file-descriptor-count for s390 to make tests happy
OBS-URL: https://build.opensuse.org/request/show/220983
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=11
2014-02-05 14:03:45 +00:00
Sascha Peilicke
f73ea6b2c8
Python3 moved to devel:languages:python3
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=9
2013-06-17 12:53:37 +00:00
Sascha Peilicke
5e85037bf4
Accepting request 157500 from home:k0da:ppc
...
- increase file-descriptor-count for ppc to make tests happy
OBS-URL: https://build.opensuse.org/request/show/157500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=7
2013-03-08 08:59:51 +00:00
Todd R
aa0dfa8d61
Accepting request 147962 from home:posophe:branches:devel:languages:python
...
add python3 support
OBS-URL: https://build.opensuse.org/request/show/147962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=5
2013-01-10 20:10:59 +00:00
Sascha Peilicke
17912197eb
- Build against libyaml to get the faster module
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=3
2012-12-19 16:00:45 +00:00
Stephan Kulow
073d6dea23
Accepting request 102217 from devel:languages:python
...
Replaces python-yaml
OBS-URL: https://build.opensuse.org/request/show/102217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyYAML?expand=0&rev=1
2012-02-01 10:54:10 +00:00
Sascha Peilicke
8bab18d0d1
- Initial version
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=1
2012-01-31 13:28:26 +00:00