From 9fe381d01fd9cec0f2cdc4d825483a9a8921f093c13ad535f50b9855a4abd046 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 9 Aug 2021 13:12:37 +0000 Subject: [PATCH 1/2] Accepting request 910824 from home:darix:apps - Update to 0.15.3 https://docs.authlib.org/en/latest/changelog.html#version-0-15-3 https://docs.authlib.org/en/latest/changelog.html#version-0-15-2 https://docs.authlib.org/en/latest/changelog.html#version-0-15-1 https://docs.authlib.org/en/latest/changelog.html#version-0-15 OBS-URL: https://build.opensuse.org/request/show/910824 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=3 --- Authlib-0.14.3.tar.gz | 3 --- Authlib-0.15.3.tar.gz | 3 +++ python-Authlib.changes | 9 +++++++++ python-Authlib.spec | 30 ++++++++++++++---------------- 4 files changed, 26 insertions(+), 19 deletions(-) delete mode 100644 Authlib-0.14.3.tar.gz create mode 100644 Authlib-0.15.3.tar.gz diff --git a/Authlib-0.14.3.tar.gz b/Authlib-0.14.3.tar.gz deleted file mode 100644 index 608289d..0000000 --- a/Authlib-0.14.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc52908e9e996f3de2ac2f61bf1ee6c6f1c5ce8e67c89ff2ca473008fffc92f6 -size 124473 diff --git a/Authlib-0.15.3.tar.gz b/Authlib-0.15.3.tar.gz new file mode 100644 index 0000000..1f8fb84 --- /dev/null +++ b/Authlib-0.15.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dde11ba45db51e97169c261362fab3193073100b7387e60c159db1eec470bbc +size 124408 diff --git a/python-Authlib.changes b/python-Authlib.changes index ba0de02..df120e7 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Mar 23 11:52:52 UTC 2021 - Marcus Rueckert + +- Update to 0.15.3 + https://docs.authlib.org/en/latest/changelog.html#version-0-15-3 + https://docs.authlib.org/en/latest/changelog.html#version-0-15-2 + https://docs.authlib.org/en/latest/changelog.html#version-0-15-1 + https://docs.authlib.org/en/latest/changelog.html#version-0-15 + ------------------------------------------------------------------- Wed Aug 5 14:44:15 UTC 2020 - Stasiek Michalski diff --git a/python-Authlib.spec b/python-Authlib.spec index d2199e3..be19185 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -1,7 +1,7 @@ # -# spec file for package authlib +# spec file for package python-Authlib # -# 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 @@ -17,31 +17,29 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%global modname Authlib -Name: python-%{modname} -Version: 0.14.3 +Name: python-Authlib +Version: 0.15.3 Release: 0 -Summary: Python library in building OAuth and OpenID Connect servers +Summary: The ultimate Python library in building OAuth and OpenID Connect servers License: BSD-3-Clause -Group: Development/Languages/Python URL: https://authlib.org/ -Source: https://files.pythonhosted.org/packages/source/A/Authlib/%{modname}-%{version}.tar.gz -BuildRequires: %{python_module cryptography} -BuildRequires: %{python_module requests} -BuildRequires: %{python_module tox} -BuildRequires: fdupes +Source: https://files.pythonhosted.org/packages/source/A/Authlib/Authlib-%{version}.tar.gz +BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module cryptography} +# /SECTION +BuildRequires: fdupes Requires: python-cryptography Suggests: python-requests BuildArch: noarch %python_subpackages %description -Python library in building OAuth and OpenID Connect servers. -JWS, JWK, JWA, JWT are included. +The ultimate Python library in building OAuth and OpenID Connect servers. %prep -%setup -q -n %{modname}-%{version} +%setup -q -n Authlib-%{version} %build %python_build @@ -55,4 +53,4 @@ JWS, JWK, JWA, JWT are included. %license LICENSE %{python_sitelib}/* -%changelog \ No newline at end of file +%changelog From d22fa56bac353a2cac249bd5b9a38f52b4a95c298b4f81b0065b9baa5a416deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 10 Aug 2021 08:10:21 +0000 Subject: [PATCH 2/2] Accepting request 911112 from home:jengelh:branches:devel:languages:python - Drop filler wording from description again. OBS-URL: https://build.opensuse.org/request/show/911112 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=4 --- python-Authlib.changes | 5 +++++ python-Authlib.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-Authlib.changes b/python-Authlib.changes index df120e7..1d6ea6c 100644 --- a/python-Authlib.changes +++ b/python-Authlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 9 22:19:38 UTC 2021 - Jan Engelhardt + +- Drop filler wording from description again. + ------------------------------------------------------------------- Tue Mar 23 11:52:52 UTC 2021 - Marcus Rueckert diff --git a/python-Authlib.spec b/python-Authlib.spec index be19185..f0e8446 100644 --- a/python-Authlib.spec +++ b/python-Authlib.spec @@ -20,7 +20,7 @@ Name: python-Authlib Version: 0.15.3 Release: 0 -Summary: The ultimate Python library in building OAuth and OpenID Connect servers +Summary: Python library for building OAuth and OpenID Connect servers License: BSD-3-Clause URL: https://authlib.org/ Source: https://files.pythonhosted.org/packages/source/A/Authlib/Authlib-%{version}.tar.gz @@ -36,7 +36,7 @@ BuildArch: noarch %python_subpackages %description -The ultimate Python library in building OAuth and OpenID Connect servers. +A Python library for building OAuth and OpenID Connect servers. %prep %setup -q -n Authlib-%{version}