14
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/749076
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal
2019-11-17 07:46:39 +00:00
committed by Git OBS Bridge
parent f9fccd6e06
commit 06368485d8
6 changed files with 42 additions and 9 deletions

View File

@@ -19,12 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-GitPython
Version: 3.0.3.1570041589.23b83cd
Version: 3.0.5
Release: 0
Summary: Python Git Library
License: BSD-3-Clause
URL: https://github.com/gitpython-developers/GitPython
Source: GitPython-%{version}.tar.xz
Source: GitPython-%{version}.tar.gz
Patch0: test-skips.patch
Patch1: test_blocking_lock_file-extra-time.patch
BuildRequires: %{python_module ddt >= 1.1.1}
@@ -85,6 +85,9 @@ git config --global user.name "Your Name"
%files %{python_files}
%license LICENSE
%doc AUTHORS CHANGES README.md doc/source/*.rst
%{python_sitelib}/*
%dir %{python_sitelib}/git
%{python_sitelib}/git/*
%dir %{python_sitelib}/GitPython-%{version}-py*.egg-info
%{python_sitelib}/GitPython-%{version}-py*.egg-info
%changelog