1
0
forked from pool/python-pygit2

Accepting request 703237 from home:gary_smith:branches:devel:languages:python

- Update to 0.28.1
  * Removed patch pycparser.patch as it is no longer needed
  * Now works with pycparser 2.18 and above
  * Now ``Repository.write_archive(..)`` keeps the file mode
  * New ``Patch.data`` returns the raw contents of the patch as a byte string
  * New ``Patch.text`` returns the contents of the patch as a text string,

OBS-URL: https://build.opensuse.org/request/show/703237
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygit2?expand=0&rev=50
This commit is contained in:
Tomáš Chvátal
2019-05-15 18:35:11 +00:00
committed by Git OBS Bridge
parent c1adf547c6
commit 6778612787
5 changed files with 15 additions and 77 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 15 18:22:32 UTC 2019 - Gary Smith <GSmith@suse.com>
- Update to 0.28.1
* Removed patch pycparser.patch as it is no longer needed
* Now works with pycparser 2.18 and above
* Now ``Repository.write_archive(..)`` keeps the file mode
* New ``Patch.data`` returns the raw contents of the patch as a byte string
* New ``Patch.text`` returns the contents of the patch as a text string,
-------------------------------------------------------------------
Mon Apr 8 08:15:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>