Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-hspec for openSUSE:Factory 
checked in at 2022-08-01 21:29:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hspec (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hspec.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hspec"

Mon Aug  1 21:29:57 2022 rev:22 rq:987048 version:2.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hspec/ghc-hspec.changes      2022-02-11 
23:09:46.403009116 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-hspec.new.1533/ghc-hspec.changes    
2022-08-01 21:30:06.945607717 +0200
@@ -1,0 +2,19 @@
+Thu May 12 12:41:39 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hspec to version 2.10.0.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  http://hackage.haskell.org/package/hspec-2.10.0/src/CHANGES.markdown
+
+-------------------------------------------------------------------
+Fri Apr  1 14:02:37 UTC 2022 - Peter Simons <[email protected]>
+
+- Update hspec to version 2.9.5.
+  ## Changes in 2.9.5
+    - Assume `--color` by default when running on GitHub Actions. Use
+      `HSPEC_COLOR=no` or `--no-color` to opt out of this behavior.
+    - Disable progress reporting on GitHub Actions.
+    - Retain source formatting of numbers when pretty-printing.
+
+-------------------------------------------------------------------

Old:
----
  hspec-2.9.4.tar.gz

New:
----
  hspec-2.10.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-hspec.spec ++++++
--- /var/tmp/diff_new_pack.Uat1nR/_old  2022-08-01 21:30:07.609609622 +0200
+++ /var/tmp/diff_new_pack.Uat1nR/_new  2022-08-01 21:30:07.621609656 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-hspec
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pkg_name hspec
 Name:           ghc-%{pkg_name}
-Version:        2.9.4
+Version:        2.10.0
 Release:        0
 Summary:        A Testing Framework for Haskell
 License:        MIT

++++++ hspec-2.9.4.tar.gz -> hspec-2.10.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.9.4/CHANGES.markdown 
new/hspec-2.10.0/CHANGES.markdown
--- old/hspec-2.9.4/CHANGES.markdown    2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.10.0/CHANGES.markdown   2001-09-09 03:46:40.000000000 +0200
@@ -1,3 +1,25 @@
+## Changes in 2.10.0
+  - Allow to transform the config in `SpecM`
+  - Allow to customize pretty-printing (via `configPrettyPrintFunction`)
+  - Add `getSpecDescriptionPath` (#637, thanks @srid)
+  - Do not treat `afterAll` as another spec item (fixes #414, #364, #363)
+  - Change type of `paramsSmallCheckDepth` to Maybe (see #345)
+
+## Changes in 2.9.7
+  - Ensure that interim output does not interfere with output from tests This
+    facilitates using `print` when debugging test cases.
+
+## Changes in 2.9.6
+  - Ensure color codes don't span newlines (#346, thanks @robx)
+  - Disable progress reporting on Buildkite
+  - Improve error messages on exceptions in hooks
+
+## Changes in 2.9.5
+  - Assume `--color` by default when running on GitHub Actions. Use
+    `HSPEC_COLOR=no` or `--no-color` to opt out of this behavior.
+  - Disable progress reporting on GitHub Actions.
+  - Retain source formatting of numbers when pretty-printing.
+
 ## Changes in 2.9.4
   - Compatibility with GHCJS (see #599)
 
@@ -615,7 +637,7 @@
   ]
 ```
 
-Specs consisting of several *desribes*, combined with `descriptions`, continue
+Specs consisting of several *describes*, combined with `descriptions`, continue
 to work unchanged.  But `descriptions` is now a noop, and it will be removed in
 a future release.  So it is a good idea to drop it.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.9.4/LICENSE new/hspec-2.10.0/LICENSE
--- old/hspec-2.9.4/LICENSE     2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.10.0/LICENSE    2001-09-09 03:46:40.000000000 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2021 Simon Hengel <[email protected]>
+Copyright (c) 2011-2022 Simon Hengel <[email protected]>
 Copyright (c) 2011-2012 Trystan Spangler <[email protected]>
 Copyright (c) 2011-2011 Greg Weber <[email protected]>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.9.4/hspec.cabal new/hspec-2.10.0/hspec.cabal
--- old/hspec-2.9.4/hspec.cabal 2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.10.0/hspec.cabal        2001-09-09 03:46:40.000000000 +0200
@@ -1,14 +1,14 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.6.
+-- This file has been generated from package.yaml by hpack version 0.35.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:             hspec
-version:          2.9.4
+version:          2.10.0
 license:          MIT
 license-file:     LICENSE
-copyright:        (c) 2011-2021 Simon Hengel,
+copyright:        (c) 2011-2022 Simon Hengel,
                   (c) 2011-2012 Trystan Spangler,
                   (c) 2011 Greg Weber
 maintainer:       Simon Hengel <[email protected]>
@@ -45,8 +45,8 @@
   build-depends:
       QuickCheck >=2.12
     , base ==4.*
-    , hspec-core ==2.9.4
-    , hspec-discover ==2.9.4
+    , hspec-core ==2.10.0
+    , hspec-discover ==2.10.0
     , hspec-expectations ==0.8.2.*
   exposed-modules:
       Test.Hspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hspec-2.9.4/version.yaml 
new/hspec-2.10.0/version.yaml
--- old/hspec-2.9.4/version.yaml        2001-09-09 03:46:40.000000000 +0200
+++ new/hspec-2.10.0/version.yaml       2001-09-09 03:46:40.000000000 +0200
@@ -1 +1 @@
-&version 2.9.4
+&version 2.10.0

Reply via email to