[Git][haskell-team/DHG_packages][master] 2 commits: warp: Upgrading from 3.3.13 to 3.3.21

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Fri Jul 29 20:10:43 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
d561cf17 by Scott Talbert at 2022-07-29T14:51:53-04:00
warp: Upgrading from 3.3.13 to 3.3.21

- - - - -
f1f54d01 by Scott Talbert at 2022-07-29T15:03:39-04:00
http2: Upgrading from 2.0.5 to 3.0.3

- - - - -


6 changed files:

- p/haskell-http2/debian/changelog
- p/haskell-http2/debian/control
- p/haskell-http2/debian/patches/disable-doctest
- p/haskell-http2/debian/patches/disable-tests-with-external-test-cases
- p/haskell-warp/debian/changelog
- p/haskell-warp/debian/control


Changes:

=====================================
p/haskell-http2/debian/changelog
=====================================
@@ -1,9 +1,13 @@
-haskell-http2 (2.0.5-2) UNRELEASED; urgency=medium
+haskell-http2 (3.0.3-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
   * Remove retired developer, Joachim Breitner, from Uploaders.
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:33 +0300
+  [ Scott Talbert ]
+  * New upstream release
+
+ -- Scott Talbert <swt at techie.net>  Fri, 29 Jul 2022 14:56:22 -0400
 
 haskell-http2 (2.0.5-1) unstable; urgency=medium
 


=====================================
p/haskell-http2/debian/control
=====================================
@@ -11,41 +11,51 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  ghc (>= 8.4.3),
  ghc-prof,
+ libghc-async-dev,
+ libghc-async-prof,
  libghc-case-insensitive-dev,
  libghc-case-insensitive-prof,
  libghc-http-types-dev,
  libghc-http-types-prof,
  libghc-network-dev,
  libghc-network-prof,
- libghc-network-byte-order-dev (>= 0.1.1),
+ libghc-network-byte-order-dev (>= 0.1.5),
  libghc-network-byte-order-prof,
  libghc-psqueues-dev,
  libghc-psqueues-prof,
  libghc-time-manager-dev,
  libghc-time-manager-prof,
+ libghc-unix-time-dev,
+ libghc-unix-time-prof,
  libghc-glob-dev (>= 0.9),
  libghc-glob-prof,
- libghc-aeson-dev,
+ libghc-aeson-dev (>= 2),
  libghc-aeson-prof,
  libghc-aeson-pretty-dev,
  libghc-aeson-pretty-prof,
- libghc-base16-bytestring-dev,
+ libghc-base16-bytestring-dev (>= 1.0),
  libghc-base16-bytestring-prof,
- libghc-doctest-dev (>= 0.9.3),
- libghc-doctest-prof,
+ libghc-cryptonite-dev,
+ libghc-cryptonite-prof,
  libghc-hspec-dev (>= 1.3),
  libghc-hspec-prof,
  libghc-network-byte-order-dev,
+ libghc-network-run-dev (>= 0.1.0),
+ libghc-network-run-prof,
+ libghc-typed-process-dev,
+ libghc-typed-process-prof,
  libghc-unordered-containers-dev,
  libghc-vector-dev,
  libghc-vector-prof,
 Build-Depends-Indep: ghc-doc,
+ libghc-async-doc,
  libghc-case-insensitive-doc,
  libghc-http-types-doc,
  libghc-network-doc,
  libghc-network-byte-order-doc,
  libghc-psqueues-doc,
  libghc-time-manager-doc,
+ libghc-unix-time-doc,
 Standards-Version: 4.6.1
 Homepage: https://github.com/kazu-yamamoto/http2
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-http2


=====================================
p/haskell-http2/debian/patches/disable-doctest
=====================================
@@ -1,19 +1,22 @@
 --- a/http2.cabal
 +++ b/http2.cabal
-@@ -111,17 +111,6 @@
+@@ -134,20 +134,6 @@ Library
  
  ----------------------------------------------------------------
  
 -Test-Suite doctest
+-  if flag(doc)
+-    Buildable:          True
+-  else
+-    Buildable:          False
 -  Type:                 exitcode-stdio-1.0
 -  Default-Language:     Haskell2010
 -  HS-Source-Dirs:       test
 -  Ghc-Options:          -Wall
 -  Main-Is:              doctests.hs
--  Build-Depends:        base >= 4 && < 5
+-  Build-Depends:        base >= 4.9 && < 5
 -                      , doctest >= 0.9.3
--  if impl(ghc >= 8)
--      Default-Extensions:  Strict StrictData
+-  Default-Extensions:   Strict StrictData
 -
  Test-Suite spec
    Type:                 exitcode-stdio-1.0


=====================================
p/haskell-http2/debian/patches/disable-tests-with-external-test-cases
=====================================
@@ -1,83 +1,31 @@
 --- a/http2.cabal
 +++ b/http2.cabal
-@@ -183,106 +183,6 @@
-   if impl(ghc >= 8)
-       Default-Extensions:  Strict StrictData
+@@ -184,54 +184,6 @@ Test-Suite spec2
+   Default-Extensions:   Strict StrictData
+   Build-Tool-Depends:   hspec-discover:hspec-discover
  
 -Test-Suite hpack
 -  Type:                 exitcode-stdio-1.0
 -  Default-Language:     Haskell2010
--  HS-Source-Dirs:       test-hpack, .
+-  HS-Source-Dirs:       test-hpack
 -  Ghc-Options:          -Wall
 -  Main-Is:              Spec.hs
 -  Other-Modules:        HPACKDecode
 -                        HPACKSpec
 -                        JSON
--                        Imports
--                        Network.HPACK
--                        Network.HPACK.Builder
--                        Network.HPACK.HeaderBlock
--                        Network.HPACK.HeaderBlock.Decode
--                        Network.HPACK.HeaderBlock.Encode
--                        Network.HPACK.HeaderBlock.Integer
--                        Network.HPACK.Huffman
--                        Network.HPACK.Huffman.Bit
--                        Network.HPACK.Huffman.Decode
--                        Network.HPACK.Huffman.Encode
--                        Network.HPACK.Huffman.Params
--                        Network.HPACK.Huffman.Table
--                        Network.HPACK.Huffman.Tree
--                        Network.HPACK.Table
--                        Network.HPACK.Table.Dynamic
--                        Network.HPACK.Table.Entry
--                        Network.HPACK.Table.RevIndex
--                        Network.HPACK.Table.Static
--                        Network.HPACK.Token
--                        Network.HPACK.Types
--                        Network.HTTP2
--                        Network.HTTP2.Decode
--                        Network.HTTP2.Encode
--                        Network.HTTP2.Priority
--                        Network.HTTP2.Priority.PSQ
--                        Network.HTTP2.Priority.Queue
--                        Network.HTTP2.Server.API
--                        Network.HTTP2.Server.Config
--                        Network.HTTP2.Server.Context
--                        Network.HTTP2.Server.EncodeFrame
--                        Network.HTTP2.Server.File
--                        Network.HTTP2.Server.HPACK
--                        Network.HTTP2.Server.Manager
--                        Network.HTTP2.Server.Queue
--                        Network.HTTP2.Server.ReadN
--                        Network.HTTP2.Server.Receiver
--                        Network.HTTP2.Server.Run
--                        Network.HTTP2.Server.Sender
--                        Network.HTTP2.Server.Stream
--                        Network.HTTP2.Server.Types
--                        Network.HTTP2.Server.Worker
--                        Network.HTTP2.Types
--  Build-Depends:        base >= 4 && < 5
--                      , aeson
--                      , aeson-pretty
--                      , array
--                      , base16-bytestring
+-  Build-Depends:        base >= 4.9 && < 5
+-                      , aeson >= 2
+-                      , base16-bytestring >= 1.0
 -                      , bytestring
--                      , case-insensitive
--                      , containers
 -                      , directory
 -                      , filepath
 -                      , hspec >= 1.3
--                      , http-types
--                      , network
--                      , network-byte-order
--                      , psqueues
--                      , stm
+-                      , http2
 -                      , text
--                      , time-manager
 -                      , unordered-containers
 -                      , vector
--  if impl(ghc >= 8)
--      Default-Extensions:  Strict StrictData
+-  Default-Extensions:   Strict StrictData
+-  Build-Tool-Depends:   hspec-discover:hspec-discover
 -
 -Test-Suite frame
 -  Type:                 exitcode-stdio-1.0
@@ -88,11 +36,11 @@
 -  Other-Modules:        Case
 -                        FrameSpec
 -                        JSON
--  Build-Depends:        base >= 4 && < 5
+-  Build-Depends:        base >= 4.9 && < 5
 -                      , Glob >= 0.9
--                      , aeson
+-                      , aeson >= 2
 -                      , aeson-pretty
--                      , base16-bytestring
+-                      , base16-bytestring >= 1.0
 -                      , bytestring
 -                      , directory
 -                      , filepath
@@ -101,9 +49,9 @@
 -                      , network-byte-order
 -                      , text
 -                      , unordered-containers
--  if impl(ghc >= 8)
--      Default-Extensions:  Strict StrictData
+-  Default-Extensions:   Strict StrictData
+-  Build-Tool-Depends:   hspec-discover:hspec-discover
 -
  ----------------------------------------------------------------
  
- Executable hpack-encode
+ Executable client


=====================================
p/haskell-warp/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-warp (3.3.13-2) UNRELEASED; urgency=medium
+haskell-warp (3.3.21-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:22 +0300
+  [ Scott Talbert ]
+  * New upstream release (Closes: #1011910)
+
+ -- Scott Talbert <swt at techie.net>  Fri, 29 Jul 2022 14:48:47 -0400
 
 haskell-warp (3.3.13-1) unstable; urgency=medium
 


=====================================
p/haskell-warp/debian/control
=====================================
@@ -28,8 +28,8 @@ Build-Depends:
  libghc-http-date-prof,
  libghc-http-types-dev (>= 0.12),
  libghc-http-types-prof,
- libghc-http2-dev (>= 2.0),
- libghc-http2-dev (<< 2.1),
+ libghc-http2-dev (>= 3.0),
+ libghc-http2-dev (<< 3.1),
  libghc-http2-prof,
  libghc-hunit-dev [!kfreebsd-any],
  libghc-iproute-dev (>= 1.3.1),
@@ -47,6 +47,8 @@ Build-Depends:
  libghc-time-manager-prof,
  libghc-unix-compat-dev (>= 0.2),
  libghc-unix-compat-prof,
+ libghc-unliftio-dev,
+ libghc-unliftio-prof,
  libghc-vault-dev (>= 0.3),
  libghc-vault-prof,
  libghc-wai-dev (<< 3.3),
@@ -58,7 +60,6 @@ Build-Depends:
  libghc-x509-dev,
  libghc-x509-prof,
 Build-Depends-Indep: ghc-doc,
- libghc-async-doc,
  libghc-auto-update-doc,
  libghc-bsb-http-chunked-doc,
  libghc-case-insensitive-doc,
@@ -72,6 +73,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-streaming-commons-doc,
  libghc-time-manager-doc,
  libghc-unix-compat-doc,
+ libghc-unliftio-doc,
  libghc-vault-doc,
  libghc-wai-doc,
  libghc-word8-doc,



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/f4acee02229fefe4f4528cf96a2692c91b7f7b36...f1f54d0125251650be2308c9d7f213c0edb3d856

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/f4acee02229fefe4f4528cf96a2692c91b7f7b36...f1f54d0125251650be2308c9d7f213c0edb3d856
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220729/e23e94e7/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list