Skip to content

Commit

Permalink
Update python-oic to version 1.2.1 / rev 6 via SR 889724
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/889724
by user dirkmueller + dimstar_suse
  • Loading branch information
dirkmueller authored and bmwiedemann committed May 3, 2021
1 parent bde07e3 commit d9b49dd
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
Binary file modified packages/p/python-oic/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/p/python-oic/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@
<comment>- use update-alternatives for multi-python3-flavor build</comment>
<requestid>868655</requestid>
</revision>
<revision rev="6" vrev="1">
<srcmd5>b688c11718c0f308e41219b5fb0423c5</srcmd5>
<version>1.2.1</version>
<time>1620072477</time>
<user>dimstar_suse</user>
<comment></comment>
<requestid>889724</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-oic/oic-1.2.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-oic/oic-1.2.1.tar.gz
6 changes: 6 additions & 0 deletions packages/p/python-oic/python-oic.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 30 18:17:14 UTC 2021 - Ben Greiner <[email protected]>

- Update to 1.2.1
* Fixed several client vulnerabilities (CVE-2020-26244)

-------------------------------------------------------------------
Tue Feb 2 13:21:27 UTC 2021 - Dirk Müller <[email protected]>

Expand Down
9 changes: 4 additions & 5 deletions packages/p/python-oic/python-oic.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d9b49dd

Please sign in to comment.