14
0

Accepting request 596537 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/596537
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2018-04-14 19:20:00 +00:00
committed by Git OBS Bridge
parent 1c46f1e624
commit 5e1fb6c3ec
4 changed files with 19 additions and 11 deletions

View File

@@ -20,29 +20,28 @@
# Requires test files missing from the pypi source archive
%bcond_with test
Name: python-GitPython
Version: 2.1.8
Version: 2.1.9
Release: 0
Summary: Python Git Library
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/gitpython-developers/GitPython
URL: https://github.com/gitpython-developers/GitPython
Source: https://files.pythonhosted.org/packages/source/G/GitPython/GitPython-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: git
Requires: python-gitdb2 >= 2.0.0
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module gitdb2 >= 2.0.0}
BuildRequires: %{python_module ddt}
BuildRequires: %{python_module gitdb2 >= 2.0.0}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module smmap2 >= 2.0.0}
BuildRequires: git
BuildRequires: python-mock
%endif
Requires: git
Requires: python-gitdb2 >= 2.0.0
BuildArch: noarch
%python_subpackages
%description
@@ -72,7 +71,8 @@ are 'cgit' and pure python, which is the default.
%endif
%files %{python_files}
%doc AUTHORS CHANGES LICENSE README.md
%license LICENSE
%doc AUTHORS CHANGES README.md
%{python_sitelib}/*
%changelog