From d0fa413ff0142908b2d3841aa45f84a2ab1df17e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Tue, 8 Sep 2020 17:00:47 +0800 Subject: [PATCH] update Source0 --- python-oauthlib.spec | 10 ++++++++-- oauthlib-3.1.0.tar.gz => v3.1.0.tar.gz | Bin 2 files changed, 8 insertions(+), 2 deletions(-) rename oauthlib-3.1.0.tar.gz => v3.1.0.tar.gz (100%) diff --git a/python-oauthlib.spec b/python-oauthlib.spec index 722c6e7..8b84389 100644 --- a/python-oauthlib.spec +++ b/python-oauthlib.spec @@ -1,11 +1,11 @@ %global modname oauthlib Name: python-oauthlib Version: 3.1.0 -Release: 2 +Release: 3 Summary: Python Framework for OAuth1 & OAuth2 License: BSD URL: https://github.com/oauthlib/oauthlib -Source0: https://github.com/oauthlib/oauthlib/archive/oauthlib-%{version}.tar.gz +Source0: https://github.com/oauthlib/oauthlib/archive/v%{version}.tar.gz Patch6000: backport-Use-unittest.mock-instead-of-external-mock.patch.patch @@ -51,6 +51,12 @@ rm -rf %{modname}.egg-info %changelog +* Tue Sep 8 2020 shixuantong - 3.1.0-3 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: update Source0 + * Thu Aug 6 2020 wenzhanli - 3.1.0-2 - Type:bugfix - ID:NA diff --git a/oauthlib-3.1.0.tar.gz b/v3.1.0.tar.gz similarity index 100% rename from oauthlib-3.1.0.tar.gz rename to v3.1.0.tar.gz