Hello community,

here is the log from the commit of package ghc-conduit-extra for 
openSUSE:Factory checked in at 2019-06-19 21:10:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-conduit-extra (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-conduit-extra.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-conduit-extra"

Wed Jun 19 21:10:25 2019 rev:20 rq:710622 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-conduit-extra/ghc-conduit-extra.changes      
2019-03-19 09:59:38.592054103 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-conduit-extra.new.4811/ghc-conduit-extra.changes
    2019-06-19 21:11:58.822718021 +0200
@@ -1,0 +2,8 @@
+Fri Jun 14 02:03:31 UTC 2019 - psim...@suse.com
+
+- Update conduit-extra to version 1.3.2.
+  ## 1.3.2
+
+  * Expose `BuilderInput` and `FlushInput`.
+
+-------------------------------------------------------------------

Old:
----
  conduit-extra-1.3.1.1.tar.gz

New:
----
  conduit-extra-1.3.2.tar.gz

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

Other differences:
------------------
++++++ ghc-conduit-extra.spec ++++++
--- /var/tmp/diff_new_pack.0extn2/_old  2019-06-19 21:11:59.702718876 +0200
+++ /var/tmp/diff_new_pack.0extn2/_new  2019-06-19 21:11:59.702718876 +0200
@@ -19,7 +19,7 @@
 %global pkg_name conduit-extra
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.3.1.1
+Version:        1.3.2
 Release:        0
 Summary:        Batteries included conduit: adapters for common libraries
 License:        MIT

++++++ conduit-extra-1.3.1.1.tar.gz -> conduit-extra-1.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conduit-extra-1.3.1.1/ChangeLog.md 
new/conduit-extra-1.3.2/ChangeLog.md
--- old/conduit-extra-1.3.1.1/ChangeLog.md      2019-03-12 08:55:48.000000000 
+0100
+++ new/conduit-extra-1.3.2/ChangeLog.md        2019-06-12 15:52:18.000000000 
+0200
@@ -1,5 +1,9 @@
 # ChangeLog for conduit-extra
 
+## 1.3.2
+
+* Expose `BuilderInput` and `FlushInput`.
+
 ## 1.3.1.1
 
 * Attempt to fix a test suite failure 
[#385](https://github.com/snoyberg/conduit/issues/385)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conduit-extra-1.3.1.1/Data/Conduit/Process.hs 
new/conduit-extra-1.3.2/Data/Conduit/Process.hs
--- old/conduit-extra-1.3.1.1/Data/Conduit/Process.hs   2018-03-14 
07:08:08.000000000 +0100
+++ new/conduit-extra-1.3.2/Data/Conduit/Process.hs     2019-06-12 
15:52:18.000000000 +0200
@@ -18,6 +18,9 @@
     , sourceCmdWithStreams
     , sourceProcessWithStreams
     , withCheckedProcessCleanup
+      -- * InputSource types
+    , FlushInput(..)
+    , BuilderInput(..)
       -- * Reexport
     , module Data.Streaming.Process
     ) where
@@ -46,13 +49,13 @@
 -- You can pass 'Data.ByteString.Builder.Extra.flush' to flush the input. Note
 -- that the pipe will /not/ automatically close when the processing completes.
 --
--- @since 1.2.2
+-- @since 1.3.2
 newtype BuilderInput o m r = BuilderInput (ConduitM Builder o m r)
 
 -- | Wrapper for input source  which accepts @Flush@es. Note that the pipe
 -- will /not/ automatically close then processing completes.
 --
--- @since 1.2.2
+-- @since 1.3.2
 newtype FlushInput o m r = FlushInput (ConduitM (Flush ByteString) o m r)
 
 instance (MonadIO m, r ~ ()) => InputSource (BuilderInput o m r) where
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conduit-extra-1.3.1.1/conduit-extra.cabal 
new/conduit-extra-1.3.2/conduit-extra.cabal
--- old/conduit-extra-1.3.1.1/conduit-extra.cabal       2019-03-12 
08:55:27.000000000 +0100
+++ new/conduit-extra-1.3.2/conduit-extra.cabal 2019-06-12 15:52:18.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:                conduit-extra
-Version:             1.3.1.1
+Version:             1.3.2
 Synopsis:            Batteries included conduit: adapters for common libraries.
 Description:
     The conduit package itself maintains relative small dependencies. The 
purpose of this package is to collect commonly used utility functions wrapping 
other library dependencies, without depending on heavier-weight dependencies. 
The basic idea is that this package should only depend on haskell-platform 
packages and conduit.


Reply via email to