Hello community,
here is the log from the commit of package ghc-lifted-async for
openSUSE:Factory checked in at 2020-08-10 14:54:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-lifted-async (Old)
and /work/SRC/openSUSE:Factory/.ghc-lifted-async.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lifted-async"
Mon Aug 10 14:54:03 2020 rev:9 rq:824310 version:0.10.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-lifted-async/ghc-lifted-async.changes
2020-07-09 13:19:48.545353338 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-lifted-async.new.3399/ghc-lifted-async.changes
2020-08-10 14:54:11.459879891 +0200
@@ -1,0 +2,8 @@
+Fri Jul 24 02:00:22 UTC 2020 - [email protected]
+
+- Update lifted-async to version 0.10.1.2.
+ ## v0.10.1.2 - 2020-07-23
+
+ * Relax upper version bound for tasty-expected-failure
+
+-------------------------------------------------------------------
Old:
----
lifted-async-0.10.1.1.tar.gz
New:
----
lifted-async-0.10.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-lifted-async.spec ++++++
--- /var/tmp/diff_new_pack.GPzHTE/_old 2020-08-10 14:54:15.739882150 +0200
+++ /var/tmp/diff_new_pack.GPzHTE/_new 2020-08-10 14:54:15.743882152 +0200
@@ -19,7 +19,7 @@
%global pkg_name lifted-async
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.10.1.1
+Version: 0.10.1.2
Release: 0
Summary: Run lifted IO operations asynchronously and wait for their
results
License: BSD-3-Clause
++++++ lifted-async-0.10.1.1.tar.gz -> lifted-async-0.10.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.1.1/CHANGELOG.md
new/lifted-async-0.10.1.2/CHANGELOG.md
--- old/lifted-async-0.10.1.1/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/lifted-async-0.10.1.2/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,5 +1,9 @@
# Revision history for lifted-async
+## v0.10.1.2 - 2020-07-23
+
+* Relax upper version bound for tasty-expected-failure
+
## v0.10.1.1 - 2020-06-29
* Bump up cabal-version to 1.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.1.1/lifted-async.cabal
new/lifted-async-0.10.1.2/lifted-async.cabal
--- old/lifted-async-0.10.1.1/lifted-async.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/lifted-async-0.10.1.2/lifted-async.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 1.24
name: lifted-async
-version: 0.10.1.1
+version: 0.10.1.2
synopsis: Run lifted IO operations asynchronously and wait for
their results
homepage: https://github.com/maoe/lifted-async
bug-reports: https://github.com/maoe/lifted-async/issues
@@ -64,7 +64,7 @@
, monad-control
, mtl
, tasty
- , tasty-expected-failure < 0.12
+ , tasty-expected-failure < 0.13
, tasty-hunit >= 0.9 && < 0.11
, tasty-th
default-language: Haskell2010