From bfca417edbc7f365f6c4ccf5f8141b6075cb10305006fd475aadc4b0970ea5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 6 May 2022 12:07:59 +0000 Subject: [PATCH] Accepting request 975396 from home:pgajdos:python - version update to 3.2.0 https://github3.readthedocs.io/en/latest/release-notes/3.2.0.html - python-mock is not required for build OBS-URL: https://build.opensuse.org/request/show/975396 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-github3.py?expand=0&rev=19 --- github3.py-3.1.0.tar.gz | 3 --- github3.py-3.2.0.tar.gz | 3 +++ python-github3.py.changes | 8 +++++++- python-github3.py.spec | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 github3.py-3.1.0.tar.gz create mode 100644 github3.py-3.2.0.tar.gz diff --git a/github3.py-3.1.0.tar.gz b/github3.py-3.1.0.tar.gz deleted file mode 100644 index 89182f0..0000000 --- a/github3.py-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43133fbb2e4bfc8bab77ea996de6b027ea5054a958cc01f5efdcab3f5cb116ae -size 35275892 diff --git a/github3.py-3.2.0.tar.gz b/github3.py-3.2.0.tar.gz new file mode 100644 index 0000000..a8bb364 --- /dev/null +++ b/github3.py-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b72be1497d346b0968cde8360a0d6af79dc206d0149a63cd3ec86c65c377cc +size 35278666 diff --git a/python-github3.py.changes b/python-github3.py.changes index bda6d7c..83c8b76 100644 --- a/python-github3.py.changes +++ b/python-github3.py.changes @@ -1,8 +1,14 @@ +------------------------------------------------------------------- +Fri May 6 11:12:20 UTC 2022 - pgajdos@suse.com + +- version update to 3.2.0 + https://github3.readthedocs.io/en/latest/release-notes/3.2.0.html +- python-mock is not required for build + ------------------------------------------------------------------- Wed Feb 16 10:50:13 UTC 2022 - pgajdos@suse.com - update to 3.1.0: - https://github3.readthedocs.io/en/latest/release-notes/3.2.0.html https://github3.readthedocs.io/en/latest/release-notes/3.1.0.html https://github3.readthedocs.io/en/latest/release-notes/3.0.0.html https://github3.readthedocs.io/en/latest/release-notes/2.0.0.html diff --git a/python-github3.py.spec b/python-github3.py.spec index a28ee6a..12c3457 100644 --- a/python-github3.py.spec +++ b/python-github3.py.spec @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-github3.py -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: Python wrapper for the GitHub API License: BSD-3-Clause @@ -43,7 +44,6 @@ BuildRequires: %{python_module betamax >= 0.8.0} BuildRequires: %{python_module PyJWT >= 2.3.0} BuildRequires: %{python_module betamax-matchers >= 0.1.0} BuildRequires: %{python_module jwcrypto >= 0.5.0} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest > 2.3.5} BuildRequires: %{python_module python-dateutil >= 2.6.0} BuildRequires: %{python_module requests >= 2.18}