1
0

Accepting request 306671 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/306671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2015-05-15 05:43:55 +00:00 committed by Git OBS Bridge
parent 582ca085a3
commit d1cbe927ca
4 changed files with 45 additions and 4 deletions

3
dulwich-0.10.1a.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:666600ab5eb0b6d531879ee0f65dfefd71bce2e21ab3910c28f7789e15b6330b
size 272688

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b1a0a80cc4f54feed4894af5d8e5e05cf30c82fcce28530543c01266cba9d47
size 270053

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Tue May 12 15:37:15 UTC 2015 - termim@gmail.com
- update to version 0.10.1
+ BUG FIXES
* Return `ApplyDeltaError` when encountering delta errors
in both C extensions and native delta application code.
(Jelmer Vernooij, #259)
- update to version 0.10.0
+ BUG FIXES
* In dulwich.index.build_index_from_tree, by default
refuse to create entries that start with .git/.
* Fix running of testsuite when installed.
(Jelmer Vernooij, #223)
* Use a block cache in _find_content_rename_candidates(),
improving performance. (Mike Williams)
* Add support for ``core.protectNTFS`` setting.
(Jelmer Vernooij)
* Fix TypeError when fetching empty updates.
(Hwee Miin Koh)
* Resolve delta refs when pulling into a MemoryRepo.
(Max Shawabkeh, #256)
* Fix handling of tags of non-commits in missing object finder.
(Augie Fackler, #211)
* Explicitly disable mmap on plan9 where it doesn't work.
(Jeff Sickel)
+ IMPROVEMENTS
* New public method `Repo.reset_index`. (Jelmer Vernooij)
* Prevent duplicate parsing of loose files in objects
directory when reading. Thanks to David Keijser for the
report. (Jelmer Vernooij, #231)
- update to version 0.9.9
+ SECURITY BUG FIXES
* Fix buffer overflow in C implementation of pack apply_delta().
(CVE-2015-0838)
Thanks to Ivan Fratric of the Google Security Team for
reporting this issue.
(Jelmer Vernooij)
-------------------------------------------------------------------
Sun Feb 22 20:54:12 UTC 2015 - develop7@develop7.info

View File

@ -17,7 +17,7 @@
Name: python-dulwich
Version: 0.9.8
Version: 0.10.1a
Release: 0
Url: http://samba.org/~jelmer/dulwich
Summary: Pure-Python Git Library