OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hspec?expand=0&rev=71
394 lines
15 KiB
Plaintext
394 lines
15 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 27 12:38:23 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hspec to version 2.10.9.
|
|
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.9/src/CHANGES.markdown
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 19 04:48:20 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hspec to version 2.10.8.
|
|
## Changes in 2.10.8 (2022-12-19)
|
|
- Add pretty-printing support for rational numbers
|
|
- Force / evaluate exceptions recursively (#763)
|
|
- Add `xprop` and `fprop`, which use `xit` and `fit` (thanks @lehins)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 3 13:00:37 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hspec to version 2.10.7.
|
|
## Changes in 2.10.7 (2022-12-03)
|
|
- Do not depend on `ghc` for pretty-printing (#750, #752)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 13 10:34:35 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- 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 <psimons@suse.com>
|
|
|
|
- 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 <psimons@suse.com>
|
|
|
|
- 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 <psimons@suse.com>
|
|
|
|
- Update hspec to version 2.10.0.1.
|
|
## Changes in 2.10.0.1
|
|
- Fix a deadlock with nested failed `aroundAll`s (see #679)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 12 12:41:39 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- 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 <psimons@suse.com>
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 9 08:22:07 UTC 2021 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update hspec to version 2.9.4.
|
|
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.9.4/src/CHANGES.markdown
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 16 19:50:38 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.9.1.
|
|
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.9.1/src/CHANGES.markdown
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 15 06:57:13 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.9.0.
|
|
## Changes in next
|
|
- Add ASCII fallbacks to "checks" formatter (fixes #512)
|
|
- Use `checks` formatter by default (to restore the old behavior use
|
|
`--format specdoc`)
|
|
- Allow to extend the list of available formatters for `--format`
|
|
(`configAvailableFormatters`)
|
|
- Add `getExpectedTotalCount` to `Test.Hspec.Core.Formatters.V2`
|
|
- Rename `formatConfigItemCount` to `formatConfigExpectedTotalCount`
|
|
- Rename `configFastFail` to `configFailFast`
|
|
|
|
## Changes in 2.8.5
|
|
- hspec-core: Include help.txt in package tarball (close #568)
|
|
- hspec-discover: Require base >=4.5.0.0 (fixes #554)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 7 14:53:35 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.8.4.
|
|
## Changes in 2.8.4
|
|
- Better support for GHC 9.2.1
|
|
- Support for setting options by individual environment variables, e.g.
|
|
`HSPEC_COLOR=yes` will set `--color`
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 13 09:52:18 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.8.3.
|
|
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.8.3/src/CHANGES.markdown
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 15 15:57:09 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.8.2.
|
|
## Changes in 2.8.2
|
|
- Add `mapSubject` and `ignoreSubject`
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 12 17:28:01 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.8.1.
|
|
## Changes in 2.8.1
|
|
- Take the environment variable `NO_COLOR` into account
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 11 17:19:21 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.8.0.
|
|
## Changes in 2.8.0
|
|
- Add `--times` to print times for individual spec items
|
|
- Add `--print-slow-items`
|
|
- Use `-XNoImplicitPrelude` and do not rely on `base` for `hspec-discover`
|
|
generated test drivers. This ensures full compatibility with custom
|
|
preludes.
|
|
- Add new APIs for formatters `Test.Hspec.Core.Format` and
|
|
`Test.Hspec.Core.Formatters.V2`
|
|
- Add `getItemCount` to `Formatter` API
|
|
- Add `--qc-max-shrinks` (see #380)
|
|
- Add location information for failing `afterAll`-hooks
|
|
- hspec-discover: Deprecate `--no-main` and `--formatter` (use
|
|
`--module-name` instead) (#196)
|
|
- Remove `--verbose` option (this has been a noop since at least 2013)
|
|
- Remove `--out` option (use shell output redirection instead)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 15 10:26:46 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.7.10.
|
|
## Changes in 2.7.10
|
|
- Add a new formatter (can be used with `--format checks`)
|
|
- Add `exampleStarted` to `Formatter` API
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 22 08:39:28 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.7.9.
|
|
## Changes in 2.7.9
|
|
- Re-export `aroundAll` and `aroundAllWith` in `Test.Hspec`
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 18 13:22:10 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.7.8.
|
|
## Changes in 2.7.8
|
|
- Add `aroundAll` / `aroundAllWith` (see #255)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 18 09:06:51 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.7.7.
|
|
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.7.7/src/CHANGES.markdown
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 8 08:27:25 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.7.6.
|
|
## Changes in 2.7.6
|
|
- Add `beforeAllWith` (see #447)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 4 11:47:46 UTC 2021 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.7.5.
|
|
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.7.5/src/CHANGES.markdown
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 1 14:41:23 UTC 2020 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.7.4.
|
|
## Changes in 2.7.4
|
|
- Apply --randomize recursively
|
|
|
|
## Changes in 2.7.3
|
|
- Add `--randomize`
|
|
|
|
## Changes in 2.7.2
|
|
- Interrupt diff calculation if it takes longer than two seconds (see #415)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 8 16:13:55 UTC 2019 - Peter Simons <psimons@suse.com>
|
|
|
|
- Drop obsolete group attributes.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 30 03:03:26 UTC 2019 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.7.1.
|
|
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.7.1/src/CHANGES.markdown
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 18 03:02:27 UTC 2019 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.7.0.
|
|
## Changes in 2.7.0
|
|
- Add `--focused-only` (see #390)
|
|
- Add `--fail-on-focused` (see #389)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 1 19:13:21 UTC 2019 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.6.1.
|
|
## Changes in 2.6.1
|
|
- Add `Test.Hspec.Runner.runSpec` (see #216)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 4 03:01:31 UTC 2018 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.6.0.
|
|
## Changes in 2.6.0
|
|
- Allow to focus individual spec items (see #319)
|
|
- Do not calculate diff on `--no-diff` (see #332)
|
|
- Remove deprecated module Test.Hspec.Core
|
|
|
|
## Changes in 2.5.9
|
|
- Extract source locations from RecConError (see #375)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 10 19:24:12 UTC 2018 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.5.8.
|
|
## Changes in 2.5.8
|
|
- Add `modifyArgs` and `modifyMaxShrinks` to `Test.Hspec.QuickCheck` (see #380)
|
|
|
|
## Changes in 2.5.7
|
|
- GHC 8.6.1 related changes
|
|
|
|
## Changes in 2.5.6
|
|
- Compatibility with `QuickCheck-2.12`
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 18 14:26:27 UTC 2018 - psimons@suse.com
|
|
|
|
- Cosmetic: replace tabs with blanks, strip trailing white space,
|
|
and update copyright headers with spec-cleaner.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 17 19:30:59 UTC 2018 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.5.5.
|
|
## Changes in 2.5.5
|
|
- Use `module[line:column]` instead of `module:line:column` as default label
|
|
for `describe`/`it` (fixes #366)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 13 14:31:33 UTC 2018 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.5.4.
|
|
- Show how to rerun individual spec items on test failures (see #205)
|
|
- Treat character escapes like `\NUL` as single tokens on `--diff` (see #351)
|
|
- Allow a `/` at the beginning and at the end of an absolute path that is
|
|
passed to `--match` or `--skip`
|
|
- Use module:line:column as default label for describe/it (see #250)
|
|
- Warn if user is affected by https://ghc.haskell.org/trac/ghc/ticket/13285 (see #329)
|
|
- Disable tests for Test.Hspec.Core.Timer (see #352)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
|
|
|
- Update hspec to version 2.5.0.
|
|
- Add support for `--diff` when `shouldBe` is uesd with
|
|
`QuickCheck`-properties
|
|
- Add source locations when `shouldBe` is uesd with `QuickCheck`-properties
|
|
- Add `sequential` (see #311)
|
|
- Colorize whitespaces with background color instead of foreground color with
|
|
`--diff`
|
|
- Deprecate `--out`
|
|
- Removed deprecated module `Test.Hspec.HUnit`, use
|
|
`Test.Hspec.Contrib.HUnit` instead
|
|
- Run `Test.Hspec.Core.Formatters.exampleProgress` in `FormatM` instead of
|
|
`IO`
|
|
- Print QuickCheck labels on success (see #297)
|
|
- Include column when formatting source locations
|
|
- Extract source location from error / undefined (close #316)
|
|
- Remove BestEffort source locations
|
|
- Include duration for each spec item in new formatter API (see #315)
|
|
- Add location information to `pending`
|
|
- Make sure that progress output is always cleared (fixes #301)
|
|
- Parse source locations from pattern match failures
|
|
- compatibility with the upcoming version `4.11.0.0` of `base`
|
|
- `hspec-discover`: Sort specs using natural sort order
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
|
|
|
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 27 14:06:52 UTC 2017 - psimons@suse.com
|
|
|
|
- Update to version 2.4.4.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 27 12:41:45 UTC 2017 - psimons@suse.com
|
|
|
|
- Update to version 2.4.3 with cabal2obs.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 27 10:12:13 UTC 2017 - psimons@suse.com
|
|
|
|
- Update to version 2.4.2 with cabal2obs.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 12 14:19:33 UTC 2017 - psimons@suse.com
|
|
|
|
- Update to version 2.4.1 with cabal2obs.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 1 18:14:44 UTC 2016 - psimons@suse.com
|
|
|
|
- Update to version 2.2.4 revision 1 with cabal2obs.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 6 13:54:07 UTC 2016 - psimons@suse.com
|
|
|
|
- Update to version 2.2.3 revision 1 with cabal2obs.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 10 17:35:00 UTC 2016 - psimons@suse.com
|
|
|
|
- Update to version 2.2.3 revision 0 with cabal2obs.
|