Accepting request 955427 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/955427 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-github3.py?expand=0&rev=4
This commit is contained in:
commit
3c4ecb6832
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:15a115c18f7bfcf934dfef7ab103844eb9f620c586bad65967708926da47cbda
|
|
||||||
size 35367349
|
|
3
github3.py-3.1.0.tar.gz
Normal file
3
github3.py-3.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43133fbb2e4bfc8bab77ea996de6b027ea5054a958cc01f5efdcab3f5cb116ae
|
||||||
|
size 35275892
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 14 16:15:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Thu Mar 14 16:15:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-github3.py
|
# spec file for package python-github3.py
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-github3.py
|
Name: python-github3.py
|
||||||
Version: 1.3.0
|
Version: 3.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python wrapper for the GitHub API
|
Summary: Python wrapper for the GitHub API
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -29,6 +29,7 @@ Source20: https://raw.githubusercontent.com/sigmavirus24/github3.py/%{vers
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-PyJWT >= 2.3.0
|
||||||
Requires: python-jwcrypto >= 0.5.0
|
Requires: python-jwcrypto >= 0.5.0
|
||||||
Requires: python-python-dateutil >= 2.6.0
|
Requires: python-python-dateutil >= 2.6.0
|
||||||
Requires: python-requests >= 2.18
|
Requires: python-requests >= 2.18
|
||||||
@ -39,6 +40,7 @@ Recommends: python-pyasn1
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module betamax >= 0.8.0}
|
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 betamax-matchers >= 0.1.0}
|
||||||
BuildRequires: %{python_module jwcrypto >= 0.5.0}
|
BuildRequires: %{python_module jwcrypto >= 0.5.0}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
@ -64,7 +66,7 @@ cp %{SOURCE20} tests/
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest -c /dev/null
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc AUTHORS.rst README.rst
|
%doc AUTHORS.rst README.rst
|
||||||
|
Loading…
x
Reference in New Issue
Block a user