diff --git a/authenticate-oauth-1.6.0.1.tar.gz b/authenticate-oauth-1.6.0.1.tar.gz deleted file mode 100644 index 73d102b..0000000 --- a/authenticate-oauth-1.6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0520fb4255ac8d6ff30f06a2b91a9fdc478aa799e254e52747ebd13d70f3ec3 -size 9470 diff --git a/authenticate-oauth-1.7.tar.gz b/authenticate-oauth-1.7.tar.gz new file mode 100644 index 0000000..5016876 --- /dev/null +++ b/authenticate-oauth-1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746ff695fec1bd7c7b90f1952847ce3453fadf0f18a31db206753360b3219b78 +size 9632 diff --git a/authenticate-oauth.cabal b/authenticate-oauth.cabal deleted file mode 100644 index def9b88..0000000 --- a/authenticate-oauth.cabal +++ /dev/null @@ -1,37 +0,0 @@ -name: authenticate-oauth -version: 1.6.0.1 -x-revision: 2 -license: BSD3 -license-file: LICENSE -author: Hiromi Ishii -maintainer: Hiromi Ishii, Artem Chirkin -synopsis: Library to authenticate with OAuth for Haskell web applications. -description: API docs and the README are available at . -category: Web -stability: Stable -cabal-version: >= 1.6 -build-type: Simple -homepage: http://github.com/yesodweb/authenticate -extra-source-files: README.md ChangeLog.md - -library - build-depends: base >= 4 && < 5 - , http-client >= 0.3 - , transformers >= 0.1 && < 0.6 - , bytestring >= 0.9 - , crypto-pubkey-types >= 0.1 && < 0.5 - , RSA >= 2.0 && < 2.5 - , time - , data-default - , base64-bytestring >= 0.1 && < 1.3 - , SHA >= 1.4 && < 1.7 - , random - , http-types >= 0.6 - , blaze-builder - , transformers-compat >= 0.3 - exposed-modules: Web.Authenticate.OAuth, Web.Authenticate.OAuth.IO - ghc-options: -Wall - -source-repository head - type: git - location: git://github.com/yesodweb/authenticate.git diff --git a/ghc-authenticate-oauth.changes b/ghc-authenticate-oauth.changes index 8f5124b..9fbef5c 100644 --- a/ghc-authenticate-oauth.changes +++ b/ghc-authenticate-oauth.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jun 21 05:22:45 UTC 2021 - psimons@suse.com + +- Update authenticate-oauth to version 1.7. + ## 1.7 + + * Add support for following new SignMethod `HMACSHA256`, `HMACSHA512`, `RSASHA256`, `RSASHA512` + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-authenticate-oauth.spec b/ghc-authenticate-oauth.spec index 2bdcbdd..5fc7ea5 100644 --- a/ghc-authenticate-oauth.spec +++ b/ghc-authenticate-oauth.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-authenticate-oauth # -# 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 @@ -18,13 +18,12 @@ %global pkg_name authenticate-oauth Name: ghc-%{pkg_name} -Version: 1.6.0.1 +Version: 1.7 Release: 0 Summary: Library to authenticate with OAuth for Haskell web applications License: BSD-2-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-RSA-devel BuildRequires: ghc-SHA-devel @@ -59,7 +58,6 @@ files. %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build