[DHG_packages] 01/02: http-client: Upgrading from 0.5.7.0 to 0.5.7.1

Clint Adams clint at moszumanska.debian.org
Fri Nov 24 20:51:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 8b29c2c6ca6579598c83f3316571c130107454fd
Author: Clint Adams <clint at debian.org>
Date:   Fri Nov 24 15:49:37 2017 -0500

    http-client: Upgrading from 0.5.7.0 to 0.5.7.1
---
 p/haskell-http-client/debian/changelog                            | 8 ++++++--
 .../debian/patches/disable-external-network-connection-test.diff  | 8 ++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/p/haskell-http-client/debian/changelog b/p/haskell-http-client/debian/changelog
index b5d7852..f875f67 100644
--- a/p/haskell-http-client/debian/changelog
+++ b/p/haskell-http-client/debian/changelog
@@ -1,12 +1,16 @@
-haskell-http-client (0.5.7.0-2) UNRELEASED; urgency=medium
+haskell-http-client (0.5.7.1-1) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Change Priority to optional. Since Debian Policy version 4.0.1,
     priority extra has been deprecated.
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 01 Nov 2017 12:14:28 +0200
+  [ Clint Adams ]
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Fri, 24 Nov 2017 15:49:37 -0500
 
 haskell-http-client (0.5.7.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-http-client/debian/patches/disable-external-network-connection-test.diff b/p/haskell-http-client/debian/patches/disable-external-network-connection-test.diff
index 0d3aea8..c3ef9d4 100644
--- a/p/haskell-http-client/debian/patches/disable-external-network-connection-test.diff
+++ b/p/haskell-http-client/debian/patches/disable-external-network-connection-test.diff
@@ -1,24 +1,24 @@
 --- a/test/Network/HTTP/ClientSpec.hs
 +++ b/test/Network/HTTP/ClientSpec.hs
-@@ -15,83 +15,4 @@
+@@ -14,83 +14,4 @@ main :: IO ()
  main = hspec spec
  
  spec :: Spec
 -spec = describe "Client" $ do
--    it "works" $ withSocketsDo $ do
+-    it "works" $ do
 -        req <- parseUrlThrow "http://httpbin.org/"
 -        man <- newManager defaultManagerSettings
 -        res <- httpLbs req man
 -        responseStatus res `shouldBe` status200
 -
 -    describe "method in URL" $ do
--        it "success" $ withSocketsDo $ do
+-        it "success" $ do
 -            req <- parseUrlThrow "POST http://httpbin.org/post"
 -            man <- newManager defaultManagerSettings
 -            res <- httpLbs req man
 -            responseStatus res `shouldBe` status200
 -
--        it "failure" $ withSocketsDo $ do
+-        it "failure" $ do
 -            req <- parseRequest "PUT http://httpbin.org/post"
 -            man <- newManager defaultManagerSettings
 -            res <- httpLbs req man

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list