17
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

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sat Nov 16 16:40:59 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* be more explicit in %files section
* updated line numbers in patches
- update to version 3.0.5:
* Remove duplicate license parameter
* Fix/deepsource issues
* Check if submodule exists before referencing
* Fix cloning to path with unicode
* Global ConfigParser
* Fix 'PushInfo' object has no attribute 'name'
* Reading and writing global configuration parameters acknowledged
help wanted
* Added Git Gud to projects
* Git.AutoInterrupt.__del__() OSError: [WinError 6] The handle is
invalid acknowledged help wanted tag.Windows
- changes from version 3.0.4:
* Fix repo.index.diff("HEAD", create_patch=True) always returning an
empty list
* Fix how Diff handles commits that contain submodule changes
* Fix pickling of tzoffset
* Add support for 'C'-type diffs
* Fixed#731
* Update .deepsource.toml
* Allow single item for index.addremovemove
-------------------------------------------------------------------
Mon Oct 07 13:33:58 UTC 2019 - tchvatal@suse.com