forked from pool/python-oic
Accepting request 889635 from home:bnavigator:branches:devel:languages:python
- Update to 1.2.1 * Fixed several client vulnerabilities (CVE-2020-26244) OBS-URL: https://build.opensuse.org/request/show/889635 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oic?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:305db25498043b220496a6b071f95353f5fdb63c393b5c909ded21204e61548b
|
||||
size 1362347
|
||||
3
oic-1.2.1.tar.gz
Normal file
3
oic-1.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8582b807b3cb6954304c88a67e52c6f7460c63c4cf1c9f3e36248fd632f4ec5
|
||||
size 1363533
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 18:17:14 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.2.1
|
||||
* Fixed several client vulnerabilities (CVE-2020-26244)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 2 13:21:27 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -20,21 +20,21 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global modname oic
|
||||
Name: python-oic
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: A complete OpenID Connect implementation in Python
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/OpenIDC/pyoidc
|
||||
Source: https://github.com/OpenIDC/pyoidc/archive/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Beaker}
|
||||
BuildRequires: %{python_module Mako}
|
||||
BuildRequires: %{python_module cryptography}
|
||||
BuildRequires: %{python_module dbm}
|
||||
BuildRequires: %{python_module defusedxml}
|
||||
BuildRequires: %{python_module freezegun}
|
||||
BuildRequires: %{python_module future}
|
||||
BuildRequires: %{python_module ldap}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pycryptodomex}
|
||||
BuildRequires: %{python_module pyjwkest >= 1.3.6}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module requests}
|
||||
@@ -50,11 +50,9 @@ Requires: python-Mako
|
||||
Requires: python-cryptography
|
||||
Requires: python-dbm
|
||||
Requires: python-defusedxml
|
||||
Requires: python-future
|
||||
Requires: python-pycryptodomex
|
||||
Requires: python-pyjwkest >= 1.3.6
|
||||
Requires: python-requests
|
||||
Requires: python-setuptools
|
||||
Requires: python-typing
|
||||
Requires: python-typing_extensions
|
||||
Suggests: python-ldap
|
||||
@@ -69,6 +67,7 @@ implementation of OAuth2.0 too.
|
||||
%prep
|
||||
%setup -q -n pyoidc-%{version}
|
||||
find src -type f -exec sed -i '1 {/#!/d}' {} +
|
||||
sed -i 's/--color=yes//' tox.ini
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
Reference in New Issue
Block a user