forked from pool/python-GitPython
- Update to version 3.0.2.1566444429.0765792:
* prepare next release * BF: remove ddt from requirements.txt since no ddt required at run time. * Bump version to 3.0.1 * Remove dependency on 'gitdb'; fixes #908 * Changelog information * Adding test * Returning commit object instead of hash value * Snack case as requested in #903 * Method stating which commit is being played during an halted rebase * Fix performance regression, see #906 - Drop merged patch merged_pr_793.patch - Rebase patch test-skips.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
d2938e7022
commit
176b3973c2
@@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-GitPython
|
||||
Version: 2.1.11.1531661757.92a4819
|
||||
Version: 3.0.2.1566444429.0765792
|
||||
Release: 0
|
||||
Summary: Python Git Library
|
||||
License: BSD-3-Clause
|
||||
@@ -26,9 +27,7 @@ Group: Development/Languages/Python
|
||||
URL: https://github.com/gitpython-developers/GitPython
|
||||
Source: GitPython-%{version}.tar.xz
|
||||
Patch0: test-skips.patch
|
||||
# Subset and rebase of merged https://github.com/gitpython-developers/GitPython/pull/793
|
||||
Patch1: merged_pr_793.patch
|
||||
Patch2: test_blocking_lock_file-extra-time.patch
|
||||
Patch1: test_blocking_lock_file-extra-time.patch
|
||||
BuildRequires: %{python_module ddt >= 1.1.1}
|
||||
BuildRequires: %{python_module gitdb2 >= 2.0.0}
|
||||
BuildRequires: %{python_module nose}
|
||||
@@ -58,6 +57,8 @@ are 'cgit' and pure python, which is the default.
|
||||
%setup -q -n GitPython-%{version}
|
||||
echo y | ./init-tests-after-clone.sh
|
||||
%autopatch -p1
|
||||
# do not pull in extra deps
|
||||
sed -i -e '/tox/d' -e '/flake8/d' -e '/coverage/d' test-requirements.txt
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
Reference in New Issue
Block a user