17
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

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Aug 7 14:58:46 UTC 2018 - toddrme2178@gmail.com
- 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
-------------------------------------------------------------------
Sat Apr 14 17:16:15 UTC 2018 - arun@gmx.de