diff --git a/oic-1.2.0.tar.gz b/oic-1.2.0.tar.gz deleted file mode 100644 index 0d22873..0000000 --- a/oic-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:305db25498043b220496a6b071f95353f5fdb63c393b5c909ded21204e61548b -size 1362347 diff --git a/oic-1.2.1.tar.gz b/oic-1.2.1.tar.gz new file mode 100644 index 0000000..07a660e --- /dev/null +++ b/oic-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8582b807b3cb6954304c88a67e52c6f7460c63c4cf1c9f3e36248fd632f4ec5 +size 1363533 diff --git a/python-oic.changes b/python-oic.changes index eb7402d..34883e2 100644 --- a/python-oic.changes +++ b/python-oic.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 30 18:17:14 UTC 2021 - Ben Greiner + +- Update to 1.2.1 + * Fixed several client vulnerabilities (CVE-2020-26244) + ------------------------------------------------------------------- Tue Feb 2 13:21:27 UTC 2021 - Dirk Müller diff --git a/python-oic.spec b/python-oic.spec index d423432..07f1bca 100644 --- a/python-oic.spec +++ b/python-oic.spec @@ -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