[DHG_packages] 01/01: wreq: Upgrading from 0.4.1.0 to 0.5.0.1

Clint Adams clint at moszumanska.debian.org
Fri Jul 7 02:42:08 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 3e9655b1474017a3edf5474a70f017d739429559
Author: Clint Adams <clint at debian.org>
Date:   Thu Jul 6 22:39:19 2017 -0400

    wreq: Upgrading from 0.4.1.0 to 0.5.0.1
---
 p/haskell-wreq/debian/changelog                    |  6 ++++
 p/haskell-wreq/debian/control                      | 18 ++++++----
 .../debian/patches/aeson-pretty-portability        | 40 ----------------------
 p/haskell-wreq/debian/patches/series               |  2 --
 .../debian/patches/snap-core-portability           | 11 ------
 5 files changed, 18 insertions(+), 59 deletions(-)

diff --git a/p/haskell-wreq/debian/changelog b/p/haskell-wreq/debian/changelog
index 29a82cc..b2c9938 100644
--- a/p/haskell-wreq/debian/changelog
+++ b/p/haskell-wreq/debian/changelog
@@ -1,3 +1,9 @@
+haskell-wreq (0.5.0.1-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Thu, 06 Jul 2017 22:39:19 -0400
+
 haskell-wreq (0.4.1.0-6) unstable; urgency=medium
 
   * Patch for newer snap-core.
diff --git a/p/haskell-wreq/debian/control b/p/haskell-wreq/debian/control
index 9667f35..4e55831 100644
--- a/p/haskell-wreq/debian/control
+++ b/p/haskell-wreq/debian/control
@@ -16,7 +16,6 @@ Build-Depends:
  libghc-aeson-prof,
  libghc-attoparsec-dev (>= 0.11.1.0),
  libghc-attoparsec-prof,
- libghc-authenticate-oauth-dev (<< 1.6),
  libghc-authenticate-oauth-dev (>= 1.5),
  libghc-authenticate-oauth-prof,
  libghc-base16-bytestring-dev,
@@ -33,10 +32,9 @@ Build-Depends:
  libghc-exceptions-prof,
  libghc-hashable-dev,
  libghc-hashable-prof,
- libghc-http-client-dev,
- libghc-http-client-dev (>= 0.4.6),
+ libghc-http-client-dev (>= 0.5.3.2),
  libghc-http-client-prof,
- libghc-http-client-tls-dev (>= 0.2),
+ libghc-http-client-tls-dev (>= 0.3.3),
  libghc-http-client-tls-prof,
  libghc-http-types-dev,
  libghc-http-types-dev (>= 0.8),
@@ -53,7 +51,15 @@ Build-Depends:
  libghc-psqueues-dev (>= 0.2),
  libghc-psqueues-prof,
  libghc-quickcheck2-dev (>= 2.7),
- libghc-snap-core-dev,
+ libghc-aeson-dev,
+ libghc-aeson-pretty-dev (>= 0.8.0),
+ libghc-base64-bytestring-dev,
+ libghc-doctest-dev,
+ libghc-http-client-dev,
+ libghc-http-types-dev,
+ libghc-lens-dev,
+ libghc-network-info-dev,
+ libghc-snap-core-dev (>= 1.0.0.0),
  libghc-snap-server-dev (>= 0.9.4.4),
  libghc-temporary-dev,
  libghc-test-framework-dev,
@@ -89,7 +95,7 @@ Build-Depends-Indep:
  libghc-text-doc,
  libghc-time-locale-compat-doc,
  libghc-unordered-containers-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: http://www.serpentine.com/wreq
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-wreq
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-wreq/debian/patches/aeson-pretty-portability b/p/haskell-wreq/debian/patches/aeson-pretty-portability
deleted file mode 100644
index 6cdb0a6..0000000
--- a/p/haskell-wreq/debian/patches/aeson-pretty-portability
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/httpbin/HttpBin/Server.hs
-+++ b/httpbin/HttpBin/Server.hs
-@@ -8,7 +8,7 @@
- import Control.Applicative ((<$>))
- import Control.Monad.IO.Class (liftIO)
- import Data.Aeson (Value(..), eitherDecode, object, toJSON)
--import Data.Aeson.Encode.Pretty (Config(..), encodePretty')
-+import Data.Aeson.Encode.Pretty (Config(..), Indent(Spaces), defConfig, encodePretty')
- import Data.ByteString.Char8 (pack)
- import Data.CaseInsensitive (original)
- import Data.Maybe (catMaybes, fromMaybe)
-@@ -133,7 +133,7 @@
- 
- writeJSON obj = do
-   modifyResponse $ setContentType "application/json"
--  writeLBS . (<> "\n") . encodePretty' (Config 2 compare) . object $ obj
-+  writeLBS . (<> "\n") . encodePretty' defConfig { confIndent = Spaces 2, confCompare = compare } . object $ obj
- 
- respond act = do
-   req <- getRequest
---- a/wreq.cabal
-+++ b/wreq.cabal
-@@ -135,7 +135,7 @@
-   else
-     build-depends:
-       aeson >= 0.7,
--      aeson-pretty >= 0.7.1,
-+      aeson-pretty >= 0.8.0,
-       base >= 4.5 && < 5,
-       base64-bytestring,
-       bytestring,
-@@ -178,7 +178,7 @@
-     HUnit,
-     QuickCheck >= 2.7,
-     aeson,
--    aeson-pretty >= 0.7.1,
-+    aeson-pretty >= 0.8.0,
-     base >= 4.5 && < 5,
-     base64-bytestring,
-     bytestring,
diff --git a/p/haskell-wreq/debian/patches/series b/p/haskell-wreq/debian/patches/series
index e3ff930..1f23f04 100644
--- a/p/haskell-wreq/debian/patches/series
+++ b/p/haskell-wreq/debian/patches/series
@@ -1,4 +1,2 @@
 fix-doctests
 disable-network-tests
-aeson-pretty-portability
-snap-core-portability
diff --git a/p/haskell-wreq/debian/patches/snap-core-portability b/p/haskell-wreq/debian/patches/snap-core-portability
deleted file mode 100644
index 71f1088..0000000
--- a/p/haskell-wreq/debian/patches/snap-core-portability
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/httpbin/HttpBin/Server.hs
-+++ b/httpbin/HttpBin/Server.hs
-@@ -149,7 +149,7 @@
-                                     "http://" <> host <> rqURI req)]
-   writeJSON =<< act ([ ("args", toJSON params)
-                      , ("headers", toJSON hdrs)
--                     , ("origin", toJSON . decodeUtf8 . rqRemoteAddr $ req)
-+                     , ("origin", toJSON . decodeUtf8 . rqClientAddr $ req)
-                      ] <> url)
- 
- meths ms h = methods ms (path "" h)

-- 
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