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
This commit is contained in:
Markéta Machová 2022-05-06 12:07:59 +00:00 committed by Git OBS Bridge
parent 472e19d8cd
commit bfca417edb
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43133fbb2e4bfc8bab77ea996de6b027ea5054a958cc01f5efdcab3f5cb116ae
size 35275892

3
github3.py-3.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09b72be1497d346b0968cde8360a0d6af79dc206d0149a63cd3ec86c65c377cc
size 35278666

View File

@ -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

View File

@ -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}