forked from pool/python-GitPython
- Update to version 3.0.3.1570041589.23b83cd:
* Prepare v3.0.3 * git: repo: base: update clone_from env argument description * remove previously added debug code from test_doc.py * Revert "Remove control character stripping." * Try to fix tests; get more debug output * Update util.py * Update util.py * Remove control character stripping. * add type check to git.Remote.__eq__ * Take advantage of universal newlines. * Parse rejected deletes. * Remove assert that can fail erroneously. * Fix test_commit_msg_hook_success. * fix decoding problem * Fix #889: Add DeepSource config and fix some major issues OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=26
This commit is contained in:
committed by
Git OBS Bridge
parent
176b3973c2
commit
f9fccd6e06
@@ -19,11 +19,10 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-GitPython
|
||||
Version: 3.0.2.1566444429.0765792
|
||||
Version: 3.0.3.1570041589.23b83cd
|
||||
Release: 0
|
||||
Summary: Python Git Library
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/gitpython-developers/GitPython
|
||||
Source: GitPython-%{version}.tar.xz
|
||||
Patch0: test-skips.patch
|
||||
|
||||
Reference in New Issue
Block a user