Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-blaze-markup for 
openSUSE:Factory checked in at 2021-03-10 08:56:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-blaze-markup (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-blaze-markup"

Wed Mar 10 08:56:12 2021 rev:22 rq:877976 version:0.8.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-blaze-markup/ghc-blaze-markup.changes        
2020-12-22 11:35:57.561288621 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-blaze-markup.new.2378/ghc-blaze-markup.changes  
    2021-03-10 08:58:03.146938352 +0100
@@ -1,0 +2,9 @@
+Thu Mar  4 18:18:59 UTC 2021 - [email protected]
+
+- Update blaze-markup to version 0.8.2.8.
+  - 0.8.2.8 (2021-03-04)
+      * Bump `base` upper bound to 4.16
+      * Bump `tasty` upper bound to 1.5
+      * Bump `bytestring` upper bound to 0.12
+
+-------------------------------------------------------------------

Old:
----
  blaze-markup-0.8.2.7.tar.gz

New:
----
  blaze-markup-0.8.2.8.tar.gz

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

Other differences:
------------------
++++++ ghc-blaze-markup.spec ++++++
--- /var/tmp/diff_new_pack.1aHVGc/_old  2021-03-10 08:58:03.742938967 +0100
+++ /var/tmp/diff_new_pack.1aHVGc/_new  2021-03-10 08:58:03.746938971 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-blaze-markup
 #
-# 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,7 +19,7 @@
 %global pkg_name blaze-markup
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.8.2.7
+Version:        0.8.2.8
 Release:        0
 Summary:        A blazingly fast markup combinator library for Haskell
 License:        BSD-3-Clause

++++++ blaze-markup-0.8.2.7.tar.gz -> blaze-markup-0.8.2.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.7/CHANGELOG 
new/blaze-markup-0.8.2.8/CHANGELOG
--- old/blaze-markup-0.8.2.7/CHANGELOG  2020-06-30 14:51:20.000000000 +0200
+++ new/blaze-markup-0.8.2.8/CHANGELOG  2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,10 @@
 # Changelog
 
+- 0.8.2.8 (2021-03-04)
+    * Bump `base` upper bound to 4.16
+    * Bump `tasty` upper bound to 1.5
+    * Bump `bytestring` upper bound to 0.12
+
 - 0.8.2.7 (2020-06-30)
     * Bump Cabal version lower bound to 1.10
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blaze-markup-0.8.2.7/blaze-markup.cabal 
new/blaze-markup-0.8.2.8/blaze-markup.cabal
--- old/blaze-markup-0.8.2.7/blaze-markup.cabal 2020-06-30 14:50:51.000000000 
+0200
+++ new/blaze-markup-0.8.2.8/blaze-markup.cabal 2001-09-09 03:46:40.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:         blaze-markup
-Version:      0.8.2.7
+Version:      0.8.2.8
 Homepage:     http://jaspervdj.be/blaze
 Bug-Reports:  http://github.com/jaspervdj/blaze-markup/issues
 License:      BSD3
@@ -19,7 +19,8 @@
 Cabal-version: >= 1.10
 Tested-with:   GHC == 7.8.4, GHC == 7.10.3,
                GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4,
-               GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1
+               GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.4,
+               GHC == 9.0.1
 
 Extra-source-files:
   CHANGELOG
@@ -38,10 +39,10 @@
     Text.Blaze.Renderer.Utf8
 
   Build-depends:
-    base          >= 4    && < 4.15,
+    base          >= 4    && < 4.16,
     blaze-builder >= 0.3  && < 0.5,
     text          >= 0.10 && < 1.3,
-    bytestring    >= 0.9  && < 0.11
+    bytestring    >= 0.9  && < 0.12
 
 Test-suite blaze-markup-tests
   Type:             exitcode-stdio-1.0
@@ -64,14 +65,14 @@
     HUnit            >= 1.2  && < 1.7,
     QuickCheck       >= 2.7  && < 2.15,
     containers       >= 0.3  && < 0.7,
-    tasty            >= 1.0  && < 1.4,
+    tasty            >= 1.0  && < 1.5,
     tasty-hunit      >= 0.10 && < 0.11,
     tasty-quickcheck >= 0.10 && < 0.11,
     -- Copied from regular dependencies...
-    base          >= 4    && < 4.15,
+    base          >= 4    && < 4.16,
     blaze-builder >= 0.3  && < 0.5,
     text          >= 0.10 && < 1.3,
-    bytestring    >= 0.9  && < 0.11
+    bytestring    >= 0.9  && < 0.12
 
 Source-repository head
   Type:     git

Reply via email to