14
0

Accepting request 627918 from home:TheBlackCat:branches:devel:languages:python

- update to 2.1.11
  * Update test_docs.py
  * Dedent code blocks in tutorial.
  * Exception when constructing a Repo() from a pathlib.Path acknowledged help wanted
  * Allow pathlib.Path in Repo.__init__
  * Fix exception on import in MacOS
  * Failed import raises non-ImportError exception on MacOS
- update to 2.1.10
  * Fix rename change type & support 'change in type' acknowledged
  * Configurable chunk size
  * Avoid from_timestamp() function to raise an exception when the offset…
  * Adding files to repository that is located directly in the root acknowledged
  * git: index: base: use os.path.relpath

OBS-URL: https://build.opensuse.org/request/show/627918
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=14
This commit is contained in:
2018-08-07 20:46:52 +00:00
committed by Git OBS Bridge
parent 5e1fb6c3ec
commit 5b0381367d
4 changed files with 22 additions and 4 deletions

View File

@@ -18,9 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# Requires test files missing from the pypi source archive
# See: https://github.com/gitpython-developers/GitPython/pull/788
%bcond_with test
Name: python-GitPython
Version: 2.1.9
Version: 2.1.11
Release: 0
Summary: Python Git Library
License: BSD-3-Clause