commit ghc-yaml for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-yaml for openSUSE:Factory checked in at 2022-08-01 21:29:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-yaml (Old) and /work/SRC/openSUSE:Factory/.ghc-yaml.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-yaml" Mon Aug 1 21:29:04 2022 rev:39 rq:985833 version:0.11.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-yaml/ghc-yaml.changes 2021-11-11 21:37:38.564942071 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-yaml.new.1533/ghc-yaml.changes 2022-08-01 21:29:12.333451039 +0200 @@ -1,0 +2,8 @@ +Thu Feb 24 12:19:07 UTC 2022 - Peter Simons <psimons@suse.com> + +- Update yaml to version 0.11.8.0. + ## 0.11.8.0 + + * Export `Parse` and `StringStyle` [#204](https://github.com/snoyberg/yaml/pull/204) + +------------------------------------------------------------------- Old: ---- yaml-0.11.7.0.tar.gz New: ---- yaml-0.11.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-yaml.spec ++++++ --- /var/tmp/diff_new_pack.138Aat/_old 2022-08-01 21:29:12.765452278 +0200 +++ /var/tmp/diff_new_pack.138Aat/_new 2022-08-01 21:29:12.773452301 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-yaml # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name yaml %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.11.7.0 +Version: 0.11.8.0 Release: 0 Summary: Support for parsing and rendering YAML documents License: BSD-3-Clause ++++++ yaml-0.11.7.0.tar.gz -> yaml-0.11.8.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yaml-0.11.7.0/ChangeLog.md new/yaml-0.11.8.0/ChangeLog.md --- old/yaml-0.11.7.0/ChangeLog.md 2021-10-11 08:10:14.000000000 +0200 +++ new/yaml-0.11.8.0/ChangeLog.md 2022-02-24 13:18:48.000000000 +0100 @@ -1,5 +1,9 @@ # ChangeLog for yaml +## 0.11.8.0 + +* Export `Parse` and `StringStyle` [#204](https://github.com/snoyberg/yaml/pull/204) + ## 0.11.7.0 * Support `aeson` 2 [#202](https://github.com/snoyberg/yaml/pull/202) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yaml-0.11.7.0/src/Data/Yaml/Internal.hs new/yaml-0.11.8.0/src/Data/Yaml/Internal.hs --- old/yaml-0.11.7.0/src/Data/Yaml/Internal.hs 2021-10-11 08:08:23.000000000 +0200 +++ new/yaml-0.11.8.0/src/Data/Yaml/Internal.hs 2022-02-24 13:18:48.000000000 +0100 @@ -9,12 +9,14 @@ , prettyPrintParseException , Warning(..) , parse + , Parse , decodeHelper , decodeHelper_ , decodeAllHelper , decodeAllHelper_ , textToScientific , stringScalar + , StringStyle , defaultStringStyle , isSpecialString , specialStrings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yaml-0.11.7.0/yaml.cabal new/yaml-0.11.8.0/yaml.cabal --- old/yaml-0.11.7.0/yaml.cabal 2021-10-11 08:10:22.000000000 +0200 +++ new/yaml-0.11.8.0/yaml.cabal 2022-02-24 13:18:58.000000000 +0100 @@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: yaml -version: 0.11.7.0 +version: 0.11.8.0 synopsis: Support for parsing and rendering YAML documents. description: README and API documentation are available at <https://www.stackage.org/package/yaml> category: Data
participants (1)
-
Source-Sync