Accepting request 953484 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/953484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-http-client?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:09:10 +00:00 committed by Git OBS Bridge
commit b7864c81c5
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Feb 4 09:27:45 UTC 2022 - Peter Simons <psimons@suse.com>
- Update http-client to version 0.7.11.
## 0.7.11
* Allow making requests to raw IPv6 hosts [#477](https://github.com/snoyberg/http-client/pull/477)
* Catch "resource vanished" exception on initial response read [#480](https://github.com/snoyberg/http-client/pull/480)
* Search for reachable IP addresses asynchronously (RFC 6555, 8305) after calling `getAddrInfo` to reduce latency [#472](https://github.com/snoyberg/http-client/pull/472).
## 0.7.10
* Consume trailers and last CRLF of chunked body. The trailers are not exposed,
unless the raw body is requested.
-------------------------------------------------------------------
Fri Sep 10 09:27:55 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-http-client
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# 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-client
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.7.9
Version: 0.7.11
Release: 0
Summary: An HTTP client engine
License: MIT
@ -27,6 +27,7 @@ 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-async-devel
BuildRequires: ghc-base64-bytestring-devel
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
@ -50,7 +51,6 @@ BuildRequires: ghc-time-devel
BuildRequires: ghc-transformers-devel
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-async-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-monad-control-devel

View File

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

View File

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