File rubygem-psych.changes of Package rubygem-psych
-------------------------------------------------------------------
Wed Jan 22 01:58:18 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
- update to 5.2.3
-------------------------------------------------------------------
Mon Jan 29 14:22:13 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 5.1.2, no changelog found
-------------------------------------------------------------------
Tue Nov 14 21:37:41 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
- Add missing BuildRequires for pkgconfig(yaml-0.1)
-------------------------------------------------------------------
Tue Nov 14 15:24:40 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 5.1.1.1, no changelog found
-------------------------------------------------------------------
Mon Oct 10 13:15:12 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 4.0.6
no changelog found
-------------------------------------------------------------------
Thu Aug 4 13:23:16 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 4.0.4
no changelog found
-------------------------------------------------------------------
Tue Jan 25 07:20:23 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 4.0.3
no changelog found
-------------------------------------------------------------------
Thu Jun 24 17:48:02 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 4.0.1
no changelog found
-------------------------------------------------------------------
Wed Jan 20 13:08:51 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 3.3.0
no changelog found
-------------------------------------------------------------------
Fri Sep 25 14:40:23 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 3.2.0
CHANGELOG.rdoc removed upstream
-------------------------------------------------------------------
Wed Dec 19 07:13:20 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 3.1.0
see installed CHANGELOG.rdoc
Thu Nov 8 12:00:00 2018 Juanito Fatas <me@juanitofatas.com>
* lib/psych.rb: Use friendlier terminology in YAML.safe_load.
Replace keyword argumment whitelist_classes and whitelist_symbols.
with permitted_classes and permitted_symbols.
* test/psych/test_safer_load.rb: Update tests accordingly.
-------------------------------------------------------------------
Thu Nov 22 05:28:23 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 3.0.3
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Tue Jan 9 07:41:27 UTC 2018 - coolo@suse.com
- updated to version 3.0.2
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Thu Dec 14 14:27:01 UTC 2017 - coolo@suse.com
- updated to version 3.0.1
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Sun Dec 3 19:29:22 UTC 2017 - coolo@suse.com
- updated to version 3.0.0
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Thu Mar 16 05:40:01 UTC 2017 - coolo@suse.com
- updated to version 2.2.4
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Fri Feb 24 05:45:08 UTC 2017 - coolo@suse.com
- updated to version 2.2.3
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Wed Dec 21 05:36:15 UTC 2016 - coolo@suse.com
- updated to version 2.2.2
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Fri Dec 9 05:42:25 UTC 2016 - coolo@suse.com
- updated to version 2.2.1
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Mon Nov 14 05:44:12 UTC 2016 - coolo@suse.com
- updated to version 2.2.0
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Wed Sep 7 04:44:57 UTC 2016 - coolo@suse.com
- updated to version 2.1.1
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Sat Jun 25 04:38:49 UTC 2016 - coolo@suse.com
- updated to version 2.1.0
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Thu Jan 21 05:44:01 UTC 2016 - coolo@suse.com
- updated to version 2.0.17
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Tue Dec 8 05:32:35 UTC 2015 - coolo@suse.com
- updated to version 2.0.16
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Sat Aug 22 04:35:10 UTC 2015 - coolo@suse.com
- updated to version 2.0.15
see installed CHANGELOG.rdoc
-------------------------------------------------------------------
Wed Feb 18 05:30:16 UTC 2015 - coolo@suse.com
- updated to version 2.0.13
-------------------------------------------------------------------
Mon Feb 9 08:06:40 UTC 2015 - coolo@suse.com
- updated to version 2.0.12
* ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes with
instance variables when it is referenced multiple times.
* ext/psych/lib/psych.rb: bump version
* ext/psych/psych.gemspec: bump version
* test/psych/test_hash.rb: test for fix
Fri Jan 9 07:13:55 2015 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hash
subclasses. Fixes github.com/tenderlove/psych/issues/196
* test/psych/test_hash.rb: test for change
Fri Jan 9 06:58:43 2015 Aaron Patterson <aaron@tenderlovemaking.com>
* ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivars
* ext/psych/lib/psych/visitors/yaml_tree.rb: dump hashes with ivars.
Fixes github.com/psych/issues/43
* test/psych/test_hash.rb: test for change
Sun Nov 23 13:11:24 2014 Sean Griffin <sean@thoughtbot.com>
* lib/psych/visitors/to_ruby.rb: Allow loading any BasicObject that
defines #marshal_load, fixes #100
* lib/psych/visitors/yaml_tree.rb: Allow dumping any BasicObject that
defines #marshal_dump
-------------------------------------------------------------------
Mon Sep 29 20:17:11 UTC 2014 - mrueckert@suse.de
- update to version 2.0.6
* ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError
dumping and loading. Fixes GH #85. Thanks @brentdax for the
patch! fixes #85
* ext/psych/lib/psych/scalar_scanner.rb: fix loading strings that
look like integers but have a newline. Fixes GH #189
* ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hash
should merge the hash in to the parent. Fixes GH #202
* ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" strings
should not be treated as merge keys.
* ext/psych/lib/psych/visitors/yaml_tree.rb: hashes with keys
containing "<<" should roundtrip. Fixes GH #203
* Retain reference to target in Registrar so a GC run can't
confuse ongoing serialization.
* ext/psych/lib/psych/visitors/to_ruby.rb: backwards
compatibility for hashes emitted by Syck. Github #198
* ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols
with a tag so that they can be parsed on input. [Bug #9873]
[ruby-core:62825]
* Revert "YAML::ENGINE was removed in [Bug #8344]"
- update to new packaging scheme and add gem2rpm.yml
- added rpmlintrc to surpress devel-file-in-non-devel warnings.
-------------------------------------------------------------------
Sun Apr 6 05:38:48 UTC 2014 - coolo@suse.com
- updated to version 2.0.5
* ext/psych/yaml/scanner.c: merge libyaml 0.1.6
* ext/psych/yaml/yaml_private.h: ditto
* ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encoding
objects.
* ext/psych/lib/psych/visitors/to_ruby.rb: support loading Encoding
objects.
* test/psych/test_encoding.rb: add test
* ext/psych/lib/psych.rb: add version
-------------------------------------------------------------------
Thu Feb 6 18:00:20 UTC 2014 - coolo@suse.com
- updated to version 2.0.4
* ext/psych/yaml/config.h: bump libyaml to 0.1.5
* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings with
quotes should not have changed. [ruby-core:59316] [Bug #9300]
* ext/psych/lib/psych.rb: fixed missing require.
* test/psych/test_string.rb: test
-------------------------------------------------------------------
Wed Nov 27 08:19:01 UTC 2013 - coolo@suse.com
- initial package (version 2.0.2)