Accepting request 607823 from devel:languages:haskell

Update ghc-http-types to the latest version.

OBS-URL: https://build.opensuse.org/request/show/607823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-http-types?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2018-05-30 10:09:59 +00:00 committed by Git OBS Bridge
commit bf6d403eec
4 changed files with 20 additions and 7 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update http-types to version 0.12.1.
* Add new functions for constructing a query URI where not all parts are escaped.
* URI encoding is now back to upper-case hexadecimal, as that is the preferred canonicalization, and the previous change caused issues with URI
* signing in at least amazonka.
* Remove dependency on blaze-builder. (Note that as a side effect of this, URI encoding is now using lower-case rather than uppercase hexadecimal.)
* Add Bounded instance to Status.
* Re-export more status codes and http20 from Network.HTTP.Types.
* New status codes, new headers.
* Fixed typo in imATeapot, added missing toEnum.
* Oh, and http20.
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-http-types
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http-types
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.9.1
Version: 0.12.1
Release: 0
Summary: Generic HTTP types for Haskell (for both client and server code)
License: BSD-3-Clause
@ -28,7 +28,6 @@ URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-case-insensitive-devel
BuildRequires: ghc-rpm-macros
@ -73,7 +72,7 @@ This package provides the Haskell %{pkg_name} library development files.
%ghc_pkg_recache
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc CHANGELOG README

3
http-types-0.12.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fa7715428f375b6aa4998ef17822871d7bfe1b55ebd9329efbacd4dad9969f3
size 13189

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bed648cdc1c69e76bf039763dbe1074b55fd2704911dd0cb6b7dfebf1b6f550
size 12284