Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-HsYAML for openSUSE:Factory checked in at 2024-05-03 19:46:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-HsYAML (Old) and /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-HsYAML" Fri May 3 19:46:28 2024 rev:25 rq:1171767 version:0.2.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-HsYAML/ghc-HsYAML.changes 2024-04-25 20:48:24.944391234 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-HsYAML.new.1880/ghc-HsYAML.changes 2024-05-03 19:47:14.366718392 +0200 @@ -1,0 +2,12 @@ +Thu Apr 25 10:29:23 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update HsYAML to version 0.2.1.4. + ### 0.2.1.4 + + _2024-04-25_ + + * Drop support for GHC 7 + * Testsuite: relax lower bounds to accommodate LTS 11.22 (GHC 8.2) for new Stack CI + * Tested with GHC 8.0 - 9.10.0 (alpha3) + +------------------------------------------------------------------- Old: ---- HsYAML-0.2.1.3.tar.gz HsYAML.cabal New: ---- HsYAML-0.2.1.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-HsYAML.spec ++++++ --- /var/tmp/diff_new_pack.E0Ggib/_old 2024-05-03 19:47:15.030742533 +0200 +++ /var/tmp/diff_new_pack.E0Ggib/_new 2024-05-03 19:47:15.034742679 +0200 @@ -20,13 +20,12 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.1.3 +Version: 0.2.1.4 Release: 0 Summary: Pure Haskell YAML 1.2 processor License: GPL-2.0-or-later URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof @@ -109,7 +108,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ HsYAML-0.2.1.3.tar.gz -> HsYAML-0.2.1.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HsYAML-0.2.1.3/ChangeLog.md new/HsYAML-0.2.1.4/ChangeLog.md --- old/HsYAML-0.2.1.3/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200 +++ new/HsYAML-0.2.1.4/ChangeLog.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,13 @@ See also http://pvp.haskell.org/faq +### 0.2.1.4 + +_2024-04-25_ + +* Drop support for GHC 7 +* Testsuite: relax lower bounds to accommodate LTS 11.22 (GHC 8.2) for new Stack CI +* Tested with GHC 8.0 - 9.10.0 (alpha3) + ### 0.2.1.3 _2023-10-14_ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/HsYAML-0.2.1.3/HsYAML.cabal new/HsYAML-0.2.1.4/HsYAML.cabal --- old/HsYAML-0.2.1.3/HsYAML.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/HsYAML-0.2.1.4/HsYAML.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 1.14 name: HsYAML -version: 0.2.1.3 +version: 0.2.1.4 synopsis: Pure Haskell YAML 1.2 processor homepage: https://github.com/haskell-hvr/HsYAML @@ -15,9 +15,10 @@ category: Text build-type: Simple tested-with: - GHC == 9.8.1 - GHC == 9.6.3 - GHC == 9.4.7 + GHC == 9.10.0 + GHC == 9.8.2 + GHC == 9.6.5 + GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 @@ -26,12 +27,6 @@ GHC == 8.4.4 GHC == 8.2.2 GHC == 8.0.2 - GHC == 7.10.3 - -- Skip testing on GHC 7.8 as it ships a too old 'transformers' - -- GHC == 7.8.4 - -- Skip testing these legacy GHC versions: - -- GHC == 7.6.3 - -- GHC == 7.4.2 description: @HsYAML@ is a [YAML 1.2](http://yaml.org/spec/1.2/spec.html) processor, i.e. a library for parsing and serializing YAML documents. @@ -95,7 +90,7 @@ Trustworthy TypeSynonymInstances - build-depends: base >= 4.5 && < 5 + build-depends: base >= 4.9 && < 5 , bytestring >= 0.9 && < 0.13 , containers >= 0.4.2 && < 0.8 , deepseq >= 1.3.0 && < 1.6 @@ -104,17 +99,9 @@ , parsec >= 3.1.13.0 && < 3.2 , transformers >= 0.4 && < 0.7 - -- for GHC.Generics - if impl(ghc < 7.6) - build-depends: ghc-prim - - if !impl(ghc >= 8.0) - build-depends: fail >= 4.9.0.0 && < 4.10 - - if !impl(ghc >= 7.10) - build-depends: nats >= 1.1.2 && < 1.2 - - ghc-options: -Wall + ghc-options: + -Wall + -Wcompat executable yaml-test hs-source-dirs: src-test @@ -134,7 +121,7 @@ -- non-inherited , megaparsec >= 7.0 && < 10 , microaeson == 0.1.* - , filepath == 1.4.* + , filepath >= 1.4 && < 1.6 , directory >= 1.2 && < 1.4 else buildable: False @@ -157,6 +144,7 @@ , containers , mtl -- non-inherited - , QuickCheck == 2.14.* - , tasty >= 1.4 && < 1.6 - , tasty-quickcheck == 0.10.* + -- lower bounds chosen from lts-11.22 (GHC 8.2) + , QuickCheck >= 2.10.1 && < 2.16 + , tasty >= 1.0.1.1 && < 1.6 + , tasty-quickcheck >= 0.9.2 && < 0.11