forked from pool/python-pygerrit2
Accepting request 825260 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/825260 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygerrit2?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:66745e2096c6cfd111ef05ef84ab792e179a9f8408b5870e12df9254a2a168d9
|
|
||||||
size 29237
|
|
3
pygerrit2-2.0.13.tar.gz
Normal file
3
pygerrit2-2.0.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e3c66017e02833bb9302f98fca47fb21cc01d5d2281d62eaefa18e8bd2c2c08
|
||||||
|
size 29812
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 7 15:04:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.13
|
||||||
|
* Return result from review() method
|
||||||
|
* Support explicit anonymous access
|
||||||
|
* Debug log when .netrc could not be parsed
|
||||||
|
* Remove unnecessary string concatenation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 20 08:26:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Fri Mar 20 08:26:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pygerrit2
|
Name: python-pygerrit2
|
||||||
Version: 2.0.10
|
Version: 2.0.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Client library for interacting with Gerrit code review
|
Summary: Client library for interacting with Gerrit code review
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -26,16 +26,13 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/dpursehouse/pygerrit2
|
URL: https://github.com/dpursehouse/pygerrit2
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pygerrit2/pygerrit2-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pygerrit2/pygerrit2-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module pbr}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-importlib-metadata >= 0.22
|
|
||||||
Requires: python-pbr >= 0.8.0
|
Requires: python-pbr >= 0.8.0
|
||||||
Requires: python-requests >= 2.10.0
|
Requires: python-requests >= 2.20.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module importlib-metadata >= 0.22}
|
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pbr >= 0.8.0}
|
BuildRequires: %{python_module pbr >= 0.8.0}
|
||||||
BuildRequires: %{python_module requests >= 2.20.0}
|
BuildRequires: %{python_module requests >= 2.20.0}
|
||||||
|
Reference in New Issue
Block a user