Accepting request 901445 from devel:languages:haskell

automated update of haskell stack

OBS-URL: https://build.opensuse.org/request/show/901445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-authenticate-oauth?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-06-23 15:38:18 +00:00 committed by Git OBS Bridge
commit 8e2f3b5cf8
5 changed files with 13 additions and 44 deletions

View File

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

View File

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

View File

@ -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 <http://www.stackage.org/package/authenticate-oauth>.
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

View File

@ -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 <mimi.vx@gmail.com>

View File

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