Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-prettyprinter-ansi-terminal for 
openSUSE:Factory checked in at 2021-09-20 23:33:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-prettyprinter-ansi-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-prettyprinter-ansi-terminal.new.1899 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-prettyprinter-ansi-terminal"

Mon Sep 20 23:33:40 2021 rev:5 rq:920335 version:1.1.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-prettyprinter-ansi-terminal/ghc-prettyprinter-ansi-terminal.changes
  2020-12-22 11:44:42.721778094 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-prettyprinter-ansi-terminal.new.1899/ghc-prettyprinter-ansi-terminal.changes
        2021-09-20 23:36:27.999419186 +0200
@@ -1,0 +2,12 @@
+Mon Sep 13 08:26:57 UTC 2021 - [email protected]
+
+- Update prettyprinter-ansi-terminal to version 1.1.3.
+  # [1.1.3]
+
+  - [Deprecate the `Data.Text.Prettyprint.*` 
modules](https://github.com/quchen/prettyprinter/pull/203)
+    * Users should migrate to the new `Prettyprinter` module hierarchy.
+    * The old modules will be removed no sooner than September 2022.
+
+  [1.1.3]: 
https://github.com/quchen/prettyprinter/compare/ansi-terminal-v1.1.2...ansi-terminal-v1.1.3
+
+-------------------------------------------------------------------

Old:
----
  prettyprinter-ansi-terminal-1.1.2.tar.gz

New:
----
  prettyprinter-ansi-terminal-1.1.3.tar.gz

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

Other differences:
------------------
++++++ ghc-prettyprinter-ansi-terminal.spec ++++++
--- /var/tmp/diff_new_pack.s5YXuJ/_old  2021-09-20 23:36:28.483419784 +0200
+++ /var/tmp/diff_new_pack.s5YXuJ/_new  2021-09-20 23:36:28.487419789 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-prettyprinter-ansi-terminal
 #
-# 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 prettyprinter-ansi-terminal
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.1.2
+Version:        1.1.3
 Release:        0
 Summary:        ANSI terminal backend for the ??prettyprinter?? package
 License:        BSD-2-Clause

++++++ prettyprinter-ansi-terminal-1.1.2.tar.gz -> 
prettyprinter-ansi-terminal-1.1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/prettyprinter-ansi-terminal-1.1.2/CHANGELOG.md 
new/prettyprinter-ansi-terminal-1.1.3/CHANGELOG.md
--- old/prettyprinter-ansi-terminal-1.1.2/CHANGELOG.md  2001-09-09 
03:46:40.000000000 +0200
+++ new/prettyprinter-ansi-terminal-1.1.3/CHANGELOG.md  2001-09-09 
03:46:40.000000000 +0200
@@ -1,3 +1,11 @@
+# [1.1.3]
+
+- [Deprecate the `Data.Text.Prettyprint.*` 
modules](https://github.com/quchen/prettyprinter/pull/203)
+  * Users should migrate to the new `Prettyprinter` module hierarchy.
+  * The old modules will be removed no sooner than September 2022.
+
+[1.1.3]: 
https://github.com/quchen/prettyprinter/compare/ansi-terminal-v1.1.2...ansi-terminal-v1.1.3
+
 # [1.1.2]
 
 - [Add shallower `Prettyprinter` module hierarchy exposing the same 
API.](https://github.com/quchen/prettyprinter/pull/174)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/prettyprinter-ansi-terminal-1.1.2/prettyprinter-ansi-terminal.cabal 
new/prettyprinter-ansi-terminal-1.1.3/prettyprinter-ansi-terminal.cabal
--- old/prettyprinter-ansi-terminal-1.1.2/prettyprinter-ansi-terminal.cabal     
2001-09-09 03:46:40.000000000 +0200
+++ new/prettyprinter-ansi-terminal-1.1.3/prettyprinter-ansi-terminal.cabal     
2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:                prettyprinter-ansi-terminal
-version:             1.1.2
+version:             1.1.3
 cabal-version:       >= 1.10
 category:            User Interfaces, Text
 synopsis:            ANSI terminal backend for the ??prettyprinter?? package.
@@ -14,12 +14,7 @@
 bug-reports:         http://github.com/quchen/prettyprinter/issues
 homepage:            http://github.com/quchen/prettyprinter
 build-type:          Simple
-tested-with:         GHC == 7.8.4
-                   , GHC == 7.10.2
-                   , GHC == 7.10.3
-                   , GHC == 8.0.1
-                   , GHC == 8.0.2
-                   , GHC == 8.2.2
+tested-with:         GHC==9.0.1, GHC==8.10.4, GHC==8.8.4, GHC==8.6.5, 
GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, 
GHC==7.4.2
 
 source-repository head
   type: git
@@ -43,7 +38,7 @@
           base          >= 4.5 && < 5
         , ansi-terminal >= 0.4.0
         , text          >= 1.2
-        , prettyprinter >= 1.1.1
+        , prettyprinter >= 1.7.0
 
     if impl(ghc >= 8.0)
         ghc-options: -Wcompat
@@ -77,6 +72,6 @@
 
     hs-source-dirs:      bench
     main-is:             LargeOutput.hs
-    ghc-options:         -O2 -threaded -rtsopts -with-rtsopts=-N -Wall
+    ghc-options:         -O2 -rtsopts -Wall
     default-language:    Haskell2010
     type:                exitcode-stdio-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/prettyprinter-ansi-terminal-1.1.2/src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs
 
new/prettyprinter-ansi-terminal-1.1.3/src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs
--- 
old/prettyprinter-ansi-terminal-1.1.2/src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs
     2001-09-09 03:46:40.000000000 +0200
+++ 
new/prettyprinter-ansi-terminal-1.1.3/src/Data/Text/Prettyprint/Doc/Render/Terminal/Internal.hs
     2001-09-09 03:46:40.000000000 +0200
@@ -1,11 +1,4 @@
--- | This module is part of the old @Data.Text.Prettyprint.Doc@ module 
hierarchy
--- which is being replaced by a shallower @Prettyprinter@ module hierarchy
--- offering the same API.
---
--- This module will be deprecated and eventually removed.
---
--- Use "Prettyprinter.Render.Terminal.Internal" instead.
-module Data.Text.Prettyprint.Doc.Render.Terminal.Internal (
+module Data.Text.Prettyprint.Doc.Render.Terminal.Internal {-# DEPRECATED "Use 
\"Prettyprinter.Render.Terminal.Internal\" instead." #-} (
     module Prettyprinter.Render.Terminal.Internal
 ) where
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/prettyprinter-ansi-terminal-1.1.2/src/Data/Text/Prettyprint/Doc/Render/Terminal.hs
 
new/prettyprinter-ansi-terminal-1.1.3/src/Data/Text/Prettyprint/Doc/Render/Terminal.hs
--- 
old/prettyprinter-ansi-terminal-1.1.2/src/Data/Text/Prettyprint/Doc/Render/Terminal.hs
      2001-09-09 03:46:40.000000000 +0200
+++ 
new/prettyprinter-ansi-terminal-1.1.3/src/Data/Text/Prettyprint/Doc/Render/Terminal.hs
      2001-09-09 03:46:40.000000000 +0200
@@ -1,11 +1,4 @@
--- | This module is part of the old @Data.Text.Prettyprint.Doc@ module 
hierarchy
--- which is being replaced by a shallower @Prettyprinter@ module hierarchy
--- offering the same API.
---
--- This module will be deprecated and eventually removed.
---
--- Use "Prettyprinter.Render.Terminal" instead.
-module Data.Text.Prettyprint.Doc.Render.Terminal (
+module Data.Text.Prettyprint.Doc.Render.Terminal {-# DEPRECATED "Use 
\"Prettyprinter.Render.Terminal\" instead." #-} (
     module Prettyprinter.Render.Terminal
 ) where
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/prettyprinter-ansi-terminal-1.1.2/src/Prettyprinter/Render/Terminal/Internal.hs
 
new/prettyprinter-ansi-terminal-1.1.3/src/Prettyprinter/Render/Terminal/Internal.hs
--- 
old/prettyprinter-ansi-terminal-1.1.2/src/Prettyprinter/Render/Terminal/Internal.hs
 2001-09-09 03:46:40.000000000 +0200
+++ 
new/prettyprinter-ansi-terminal-1.1.3/src/Prettyprinter/Render/Terminal/Internal.hs
 2001-09-09 03:46:40.000000000 +0200
@@ -49,8 +49,8 @@
 import qualified System.Console.ANSI    as ANSI
 import           System.IO              (Handle, hPutChar, stdout)
 
-import Data.Text.Prettyprint.Doc
-import Data.Text.Prettyprint.Doc.Render.Util.Panic
+import Prettyprinter
+import Prettyprinter.Render.Util.Panic
 
 #if !(SEMIGROUP_MONOID_SUPERCLASS)
 import Data.Semigroup

Reply via email to