Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dhall-json for openSUSE:Factory checked in at 2021-04-06 17:31:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dhall-json (Old) and /work/SRC/openSUSE:Factory/.dhall-json.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dhall-json" Tue Apr 6 17:31:15 2021 rev:8 rq:883266 version:1.7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/dhall-json/dhall-json.changes 2021-03-10 08:56:30.474842696 +0100 +++ /work/SRC/openSUSE:Factory/.dhall-json.new.2401/dhall-json.changes 2021-04-06 17:32:50.667331615 +0200 @@ -1,0 +2,11 @@ +Mon Mar 29 11:00:15 UTC 2021 - [email protected] + +- Update dhall-json to version 1.7.6. + 1.7.6 + + * [Fix `hashable`-related test failures](https://github.com/dhall-lang/dhall-haskell/pull/2152) + * [Fix lower bound on `dhall`](https://github.com/dhall-lang/dhall-haskell/pull/2147) + * [Allow bytestring-0.11](https://github.com/dhall-lang/dhall-haskell/pull/2144) + * [Fix typos in `json-to-dhall --help` output](https://github.com/dhall-lang/dhall-haskell/pull/2160) + +------------------------------------------------------------------- Old: ---- dhall-json-1.7.5.tar.gz dhall-json.cabal New: ---- dhall-json-1.7.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dhall-json.spec ++++++ --- /var/tmp/diff_new_pack.HXE8lq/_old 2021-04-06 17:32:51.339332374 +0200 +++ /var/tmp/diff_new_pack.HXE8lq/_new 2021-04-06 17:32:51.339332374 +0200 @@ -19,13 +19,12 @@ %global pkg_name dhall-json %bcond_with tests Name: %{pkg_name} -Version: 1.7.5 +Version: 1.7.6 Release: 0 Summary: Convert between Dhall and JSON or YAML License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{name} Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal BuildRequires: chrpath BuildRequires: ghc-Cabal-devel BuildRequires: ghc-aeson-devel @@ -84,7 +83,6 @@ %prep %autosetup -cp -p %{SOURCE1} %{name}.cabal %build %ghc_lib_build ++++++ dhall-json-1.7.5.tar.gz -> dhall-json-1.7.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dhall-json-1.7.5/CHANGELOG.md new/dhall-json-1.7.6/CHANGELOG.md --- old/dhall-json-1.7.5/CHANGELOG.md 2021-01-28 16:33:47.000000000 +0100 +++ new/dhall-json-1.7.6/CHANGELOG.md 2021-03-27 06:24:23.000000000 +0100 @@ -1,3 +1,10 @@ +1.7.6 + +* [Fix `hashable`-related test failures](https://github.com/dhall-lang/dhall-haskell/pull/2152) +* [Fix lower bound on `dhall`](https://github.com/dhall-lang/dhall-haskell/pull/2147) +* [Allow bytestring-0.11](https://github.com/dhall-lang/dhall-haskell/pull/2144) +* [Fix typos in `json-to-dhall --help` output](https://github.com/dhall-lang/dhall-haskell/pull/2160) + 1.7.5 * Build against `dhall-1.38.0`, `tasty-1.4`, and `tasty-silver-3.2` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dhall-json-1.7.5/dhall-json.cabal new/dhall-json-1.7.6/dhall-json.cabal --- old/dhall-json-1.7.5/dhall-json.cabal 2021-01-28 16:33:47.000000000 +0100 +++ new/dhall-json-1.7.6/dhall-json.cabal 2021-03-27 06:24:23.000000000 +0100 @@ -1,5 +1,5 @@ Name: dhall-json -Version: 1.7.5 +Version: 1.7.6 Cabal-Version: >=1.10 Build-Type: Simple Tested-With: GHC == 8.4.3, GHC == 8.6.1 @@ -42,9 +42,9 @@ aeson >= 1.4.6.0 && < 1.6 , aeson-pretty < 0.9 , aeson-yaml >= 1.1.0 && < 1.2 , - bytestring < 0.11, + bytestring < 0.12, containers >= 0.5.9 && < 0.7 , - dhall >= 1.36.0 && < 1.39, + dhall >= 1.38.0 && < 1.39, exceptions >= 0.8.3 && < 0.11, filepath < 1.5 , lens-family-core >= 1.0.0 && < 2.2 , @@ -71,7 +71,7 @@ base , aeson , aeson-pretty >= 0.8.5 && < 0.9 , - bytestring < 0.11, + bytestring , dhall , dhall-json , optparse-applicative , @@ -99,7 +99,7 @@ base , aeson , ansi-terminal >= 0.6.3.1 && < 0.12, - bytestring < 0.11, + bytestring , dhall , dhall-json , exceptions >= 0.8.3 && < 0.11, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dhall-json-1.7.5/src/Dhall/JSONToDhall.hs new/dhall-json-1.7.6/src/Dhall/JSONToDhall.hs --- old/dhall-json-1.7.5/src/Dhall/JSONToDhall.hs 2021-01-28 16:33:47.000000000 +0100 +++ new/dhall-json-1.7.6/src/Dhall/JSONToDhall.hs 2021-03-27 06:24:23.000000000 +0100 @@ -445,7 +445,7 @@ where uFirst = O.flag' UFirst ( O.long "unions-first" - <> O.help "The first value with the matching type (succefully parsed all the way down the tree) is accepted, even if not the only posible match. (DEFAULT)" + <> O.help "The first value with the matching type (successfully parsed all the way down the tree) is accepted, even if not the only possible match. (DEFAULT)" ) uNone = O.flag' UNone ( O.long "unions-none" @@ -880,7 +880,8 @@ , ("mapValue", val) ] - let records = (fmap f . Seq.fromList . HM.toList) keyExprMap + let records = + (fmap f . Seq.fromList . List.sort . HM.toList) keyExprMap let typeAnn = if HM.null o then Just t else Nothing
