diff --git a/github3.py-1.3.0.tar.gz b/github3.py-1.3.0.tar.gz deleted file mode 100644 index 85df120..0000000 --- a/github3.py-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15a115c18f7bfcf934dfef7ab103844eb9f620c586bad65967708926da47cbda -size 35367349 diff --git a/github3.py-3.1.0.tar.gz b/github3.py-3.1.0.tar.gz new file mode 100644 index 0000000..89182f0 --- /dev/null +++ b/github3.py-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43133fbb2e4bfc8bab77ea996de6b027ea5054a958cc01f5efdcab3f5cb116ae +size 35275892 diff --git a/python-github3.py.changes b/python-github3.py.changes index 5e5c0d7..bda6d7c 100644 --- a/python-github3.py.changes +++ b/python-github3.py.changes @@ -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 diff --git a/python-github3.py.spec b/python-github3.py.spec index 6cefb30..a28ee6a 100644 --- a/python-github3.py.spec +++ b/python-github3.py.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-github3.py -Version: 1.3.0 +Version: 3.1.0 Release: 0 Summary: Python wrapper for the GitHub API License: BSD-3-Clause @@ -29,6 +29,7 @@ Source20: https://raw.githubusercontent.com/sigmavirus24/github3.py/%{vers BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-PyJWT >= 2.3.0 Requires: python-jwcrypto >= 0.5.0 Requires: python-python-dateutil >= 2.6.0 Requires: python-requests >= 2.18 @@ -39,6 +40,7 @@ Recommends: python-pyasn1 BuildArch: noarch # SECTION test requirements 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} @@ -64,7 +66,7 @@ cp %{SOURCE20} tests/ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -c /dev/null %files %{python_files} %doc AUTHORS.rst README.rst