Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-wreq for openSUSE:Factory checked in at 2021-02-16 22:39:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-wreq (Old) and /work/SRC/openSUSE:Factory/.ghc-wreq.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-wreq" Tue Feb 16 22:39:12 2021 rev:2 rq:870884 version:0.5.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-wreq/ghc-wreq.changes 2020-12-22 11:50:48.566065160 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-wreq.new.28504/ghc-wreq.changes 2021-02-16 22:48:47.642573042 +0100 @@ -1,0 +2,8 @@ +Mon Feb 8 22:09:09 UTC 2021 - [email protected] + +- Update wreq to version 0.5.3.3. + 2020-02-08 0.5.3.3 + + * GHC9 compatibility + +------------------------------------------------------------------- Old: ---- wreq-0.5.3.2.tar.gz wreq.cabal New: ---- wreq-0.5.3.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-wreq.spec ++++++ --- /var/tmp/diff_new_pack.HTYbwZ/_old 2021-02-16 22:48:48.494573708 +0100 +++ /var/tmp/diff_new_pack.HTYbwZ/_new 2021-02-16 22:48:48.498573711 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-wreq # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,12 @@ %global pkg_name wreq %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.5.3.2 +Version: 0.5.3.3 Release: 0 Summary: An easy-to-use HTTP client library License: BSD-3-Clause 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-aeson-devel BuildRequires: ghc-attoparsec-devel @@ -111,7 +110,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ wreq-0.5.3.2.tar.gz -> wreq-0.5.3.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wreq-0.5.3.2/Network/Wreq/Lens.hs new/wreq-0.5.3.3/Network/Wreq/Lens.hs --- old/wreq-0.5.3.2/Network/Wreq/Lens.hs 2018-11-16 11:32:07.000000000 +0100 +++ new/wreq-0.5.3.3/Network/Wreq/Lens.hs 2021-02-08 22:04:59.000000000 +0100 @@ -466,7 +466,7 @@ -- >>> r ^. responseHeader "Allow" . atto verbs . to sort -- ["GET","HEAD","OPTIONS"] atto :: Parser a -> Fold ByteString a -atto = folding . parseOnly +atto p = folding (parseOnly p) -- | The same as 'atto', but ensures that the parser consumes the -- entire input. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wreq-0.5.3.2/changelog.md new/wreq-0.5.3.3/changelog.md --- old/wreq-0.5.3.2/changelog.md 2019-01-25 00:37:37.000000000 +0100 +++ new/wreq-0.5.3.3/changelog.md 2021-02-08 22:05:19.000000000 +0100 @@ -1,5 +1,9 @@ -*- markdown -*- +2020-02-08 0.5.3.3 + +* GHC9 compatibility + 2019-01-25 0.5.3.2 * Compatibility with http-client >= 0.6.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wreq-0.5.3.2/wreq.cabal new/wreq-0.5.3.3/wreq.cabal --- old/wreq-0.5.3.2/wreq.cabal 2019-01-25 00:37:14.000000000 +0100 +++ new/wreq-0.5.3.3/wreq.cabal 2021-02-08 22:05:25.000000000 +0100 @@ -1,5 +1,5 @@ name: wreq -version: 0.5.3.2 +version: 0.5.3.3 synopsis: An easy-to-use HTTP client library. description: .
