diff --git a/ghc-wai.changes b/ghc-wai.changes index 73e25b4..b15926f 100644 --- a/ghc-wai.changes +++ b/ghc-wai.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 19 09:01:12 UTC 2021 - psimons@suse.com + +- Update wai to version 3.2.3. + ## 3.2.3 + + * Add documentation recommending streaming request bodies. [#818](https://github.com/yesodweb/wai/pull/818) + * Add two functions, `consumeRequestBodyStrict` and `consumeRequestBodyLazy`, + that are synonyms for `strictRequestBody` and `lazyRequestBody`. [#818](https://github.com/yesodweb/wai/pull/818) + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-wai.spec b/ghc-wai.spec index 2620412..2f5ce08 100644 --- a/ghc-wai.spec +++ b/ghc-wai.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-wai # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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 wai %bcond_with tests Name: ghc-%{pkg_name} -Version: 3.2.2.1 +Version: 3.2.3 Release: 0 Summary: Web Application Interface License: MIT @@ -31,7 +31,6 @@ BuildRequires: ghc-http-types-devel BuildRequires: ghc-network-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel -BuildRequires: ghc-transformers-devel BuildRequires: ghc-vault-devel ExcludeArch: %{ix86} %if %{with tests} diff --git a/wai-3.2.2.1.tar.gz b/wai-3.2.2.1.tar.gz deleted file mode 100644 index b6f47aa..0000000 --- a/wai-3.2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fef72486e3a9e01f564abfb680f6eac9b553f8195cae8ed903d960da55380815 -size 10221 diff --git a/wai-3.2.3.tar.gz b/wai-3.2.3.tar.gz new file mode 100644 index 0000000..19baacc --- /dev/null +++ b/wai-3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5574d6541000988fe204d3032db87fd0a5404cdbde33ee4fa02e6006768229f8 +size 11619