diff --git a/python-requests-oauthlib.spec b/python-requests-oauthlib.spec index b9b3b22..7cbb6f1 100644 --- a/python-requests-oauthlib.spec +++ b/python-requests-oauthlib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-requests-oauthlib -Version: 1.3.0 +Version: 1.3.1 Release: 1 Summary: OAuthlib authentication support for Requests. License: ISC URL: https://github.com/requests/requests-oauthlib -Source0: https://files.pythonhosted.org/packages/23/eb/68fc8fa86e0f5789832f275c8289257d8dc44dbe93fce7ff819112b9df8f/requests-oauthlib-1.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/95/52/531ef197b426646f26b53815a7d2a67cb7a331ef098bb276db26a68ac49f/requests-oauthlib-1.3.1.tar.gz BuildArch: noarch %description @@ -26,7 +26,7 @@ Provides: python3-requests-oauthlib-doc This project provides first-class OAuth library support for `Requests `. %prep -%autosetup -n requests-oauthlib-1.3.0 +%autosetup -n requests-oauthlib-1.3.1 %build %py3_build @@ -66,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 16 2022 OpenStack_SIG - 1.3.1-1 +- Upgrade version for openstack yoga + * Fri Oct 09 2020 Python_Bot - Package Spec generated diff --git a/requests-oauthlib-1.3.0.tar.gz b/requests-oauthlib-1.3.0.tar.gz deleted file mode 100644 index 9ae846e..0000000 Binary files a/requests-oauthlib-1.3.0.tar.gz and /dev/null differ diff --git a/requests-oauthlib-1.3.1.tar.gz b/requests-oauthlib-1.3.1.tar.gz new file mode 100644 index 0000000..c95532c Binary files /dev/null and b/requests-oauthlib-1.3.1.tar.gz differ