forked from pool/python-pygerrit2
Accepting request 786804 from home:mcalabkova:branches:devel:languages:python
- update to 2.0.10 * Support explicit anonymous access * Remove unnecessary string concatenation * Explicitly install importlib_metadata for Python < 3.8.0 * Travis: Add build for Python 3.8 OBS-URL: https://build.opensuse.org/request/show/786804 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygerrit2?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
456df0ab41
commit
0a8a06e539
3
pygerrit2-2.0.10.tar.gz
Normal file
3
pygerrit2-2.0.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66745e2096c6cfd111ef05ef84ab792e179a9f8408b5870e12df9254a2a168d9
|
||||||
|
size 29237
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f85ce483e96ce244d73747dc6a7ed92c5b5c99149c2424627b306a475868234
|
|
||||||
size 23578
|
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 20 08:26:30 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.10
|
||||||
|
* Support explicit anonymous access
|
||||||
|
* Remove unnecessary string concatenation
|
||||||
|
* Explicitly install importlib_metadata for Python < 3.8.0
|
||||||
|
* Travis: Add build for Python 3.8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 23 07:50:13 UTC 2019 - pgajdos@suse.com
|
Thu May 23 07:50:13 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pygerrit2
|
# spec file for package python-pygerrit2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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-pygerrit2
|
Name: python-pygerrit2
|
||||||
Version: 2.0.9
|
Version: 2.0.10
|
||||||
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
|
||||||
@@ -30,10 +30,12 @@ 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.10.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