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-10-13 15:42:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hspec (Old) and /work/SRC/openSUSE:Factory/.ghc-hspec.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hspec" Thu Oct 13 15:42:12 2022 rev:23 rq:1008475 version:2.10.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hspec/ghc-hspec.changes 2022-08-01 21:30:06.945607717 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hspec.new.2275/ghc-hspec.changes 2022-10-13 15:42:18.770757561 +0200 @@ -1,0 +2,51 @@ +Tue Sep 13 10:34:35 UTC 2022 - Peter Simons <[email protected]> + +- Update hspec to version 2.10.6. + ## Changes in 2.10.6 (2022-09-13) + - Suppress excessive diff output (#449) + - Allow the use of an external diff program. This can e.g. be used by + setting `HSPEC_DIFF_COMMAND="diff -u --color -L expected -L actual"` or + `HSPEC_DIFF_COMMAND="git diff"` + - Do not imply `--fail-on=empty` on `--strict` + +------------------------------------------------------------------- +Fri Sep 9 03:47:08 UTC 2022 - Peter Simons <[email protected]> + +- Update hspec to version 2.10.5. + ## Changes in 2.10.5 + - Add `--fail-on`. This subsums `--fail-on-focused` and `--fail-on-pending`. + - Add `--fail-on=empty` (#650) + - Add `registerFormatter` and `registerDefaultFormatter` to + `Test.Hspec.Runner`. + - Revert deprecation of `Test.Hspec.Formatters` and + `Test.Hspec.Core.Formatters`. Instead the module documentation now says + that they are deprecated in favor of `Test.Hspec.Core.Formatters.V1`. + +------------------------------------------------------------------- +Tue Sep 6 13:06:21 UTC 2022 - Peter Simons <[email protected]> + +- Update hspec to version 2.10.4. + ## Changes in 2.10.4 + - Make sure that whitespace-only diff output is colorized properly (#660) + + ## Changes in 2.10.3 + - Deprecate `Test.Hspec.Formatters` and `Test.Hspec.Core.Formatters` + - Disable (most) warnings in files generated by `hspec-discover` (#702) + + ## Changes in 2.10.2 + - Add `--strict` + - Add `--fail-on-pending` + - Do not depend on `clock` + + ## Changes in 2.10.1 + - Support for GHC 9.4.1 + - Generated modules now include an export list + +------------------------------------------------------------------- +Sat Aug 6 07:43:52 UTC 2022 - Peter Simons <[email protected]> + +- Update hspec to version 2.10.0.1. + ## Changes in 2.10.0.1 + - Fix a deadlock with nested failed `aroundAll`s (see #679) + +------------------------------------------------------------------- Old: ---- hspec-2.10.0.tar.gz New: ---- hspec-2.10.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hspec.spec ++++++ --- /var/tmp/diff_new_pack.RbSyQx/_old 2022-10-13 15:42:20.034760029 +0200 +++ /var/tmp/diff_new_pack.RbSyQx/_new 2022-10-13 15:42:20.038760037 +0200 @@ -18,7 +18,7 @@ %global pkg_name hspec Name: ghc-%{pkg_name} -Version: 2.10.0 +Version: 2.10.6 Release: 0 Summary: A Testing Framework for Haskell License: MIT ++++++ hspec-2.10.0.tar.gz -> hspec-2.10.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-2.10.0/CHANGES.markdown new/hspec-2.10.6/CHANGES.markdown --- old/hspec-2.10.0/CHANGES.markdown 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-2.10.6/CHANGES.markdown 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,38 @@ +## Changes in 2.10.6 (2022-09-13) + - Suppress excessive diff output (#449) + - Allow the use of an external diff program. This can e.g. be used by + setting `HSPEC_DIFF_COMMAND="diff -u --color -L expected -L actual"` or + `HSPEC_DIFF_COMMAND="git diff"` + - Do not imply `--fail-on=empty` on `--strict` + +## Changes in 2.10.5 + - Add `--fail-on`. This subsums `--fail-on-focused` and `--fail-on-pending`. + - Add `--fail-on=empty` (#650) + - Add `registerFormatter` and `registerDefaultFormatter` to + `Test.Hspec.Runner`. + - Revert deprecation of `Test.Hspec.Formatters` and + `Test.Hspec.Core.Formatters`. Instead the module documentation now says + that they are deprecated in favor of `Test.Hspec.Core.Formatters.V1`. + +## Changes in 2.10.4 + - Make sure that whitespace-only diff output is colorized properly (#660) + +## Changes in 2.10.3 + - Deprecate `Test.Hspec.Formatters` and `Test.Hspec.Core.Formatters` + - Disable (most) warnings in files generated by `hspec-discover` (#702) + +## Changes in 2.10.2 + - Add `--strict` + - Add `--fail-on-pending` + - Do not depend on `clock` + +## Changes in 2.10.1 + - Support for GHC 9.4.1 + - Generated modules now include an export list + +## Changes in 2.10.0.1 + - Fix a deadlock with nested failed `aroundAll`s (see #679) + ## Changes in 2.10.0 - Allow to transform the config in `SpecM` - Allow to customize pretty-printing (via `configPrettyPrintFunction`) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-2.10.0/hspec.cabal new/hspec-2.10.6/hspec.cabal --- old/hspec-2.10.0/hspec.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-2.10.6/hspec.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: hspec -version: 2.10.0 +version: 2.10.6 license: MIT license-file: LICENSE copyright: (c) 2011-2022 Simon Hengel, @@ -45,8 +45,8 @@ build-depends: QuickCheck >=2.12 , base ==4.* - , hspec-core ==2.10.0 - , hspec-discover ==2.10.0 + , hspec-core ==2.10.6 + , hspec-discover ==2.10.6 , hspec-expectations ==0.8.2.* exposed-modules: Test.Hspec diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-2.10.0/src/Test/Hspec/Discover.hs new/hspec-2.10.6/src/Test/Hspec/Discover.hs --- old/hspec-2.10.0/src/Test/Hspec/Discover.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-2.10.6/src/Test/Hspec/Discover.hs 2001-09-09 03:46:40.000000000 +0200 @@ -13,7 +13,7 @@ import Test.Hspec.Core.Spec import Test.Hspec.Core.Runner -import Test.Hspec.Formatters +import Test.Hspec.Core.Formatters.V1 class IsFormatter a where toFormatter :: a -> IO Formatter diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-2.10.0/src/Test/Hspec/Formatters.hs new/hspec-2.10.6/src/Test/Hspec/Formatters.hs --- old/hspec-2.10.0/src/Test/Hspec/Formatters.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-2.10.6/src/Test/Hspec/Formatters.hs 2001-09-09 03:46:40.000000000 +0200 @@ -1,2 +1,7 @@ -module Test.Hspec.Formatters (module Test.Hspec.Core.Formatters) where -import Test.Hspec.Core.Formatters +-- | +-- Deprecated\: Use "Test.Hspec.Core.Formatters.V1" instead. +module Test.Hspec.Formatters +-- {-# DEPRECATED "Use \"Test.Hspec.Core.Formatters.V1\" instead." #-} +(module Test.Hspec.Core.Formatters.V1) +where +import Test.Hspec.Core.Formatters.V1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hspec-2.10.0/version.yaml new/hspec-2.10.6/version.yaml --- old/hspec-2.10.0/version.yaml 2001-09-09 03:46:40.000000000 +0200 +++ new/hspec-2.10.6/version.yaml 2001-09-09 03:46:40.000000000 +0200 @@ -1 +1 @@ -&version 2.10.0 +&version 2.10.6
