bcc7be252b
- Update to version 0.8.6: + dulwich.__init__ no longer imports client, protocol, repo and server modules. (Jelmer Vernooij) + ConfigDict now behaves more like a dictionary. (Adam 'Cezar' Jenkins, issue #58) + HTTPGitApplication now takes an optional fallback_app argument. (Jonas Haag, issue #67) + Support for large pack index files. (Jameson Nash) + Make index entry tests a little bit less strict, to cope with slightly different behaviour on various platforms. (Jelmer Vernooij) + setup.py test (available when setuptools is installed) now runs all tests, not just the basic unit tests. (Jelmer Vernooij) + Commit._deserialize now actually deserializes the current state rather than the previous one. (Yifan Zhang, issue #59) + Handle None elements in lists of TreeChange objects. (Alex Holmes) + Support cloning repositories without HEAD set. (D-Key, Jelmer Vernooij, issue #69) + Support MemoryRepo.get_config. (Jelmer Vernooij) + In get_transport_and_path, pass extra keyword arguments on to HttpGitClient. (Jelmer Vernooij) - Changes from version 0.8.5: + Avoid use of 'with' in dulwich.index. (Jelmer Vernooij) + Be a little bit strict about OS behaviour in index tests. Should fix the tests on Debian GNU/kFreeBSD. (Jelmer Vernooij) - See NEWS file for more changes OBS-URL: https://build.opensuse.org/request/show/142565 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=9
64 lines
2.4 KiB
Plaintext
64 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 23 10:55:48 UTC 2012 - saschpe@suse.de
|
|
|
|
- Update to version 0.8.6:
|
|
+ dulwich.__init__ no longer imports client, protocol, repo and
|
|
server modules. (Jelmer Vernooij)
|
|
+ ConfigDict now behaves more like a dictionary.
|
|
(Adam 'Cezar' Jenkins, issue #58)
|
|
+ HTTPGitApplication now takes an optional
|
|
fallback_app argument. (Jonas Haag, issue #67)
|
|
+ Support for large pack index files. (Jameson Nash)
|
|
+ Make index entry tests a little bit less strict, to cope with
|
|
slightly different behaviour on various platforms.
|
|
(Jelmer Vernooij)
|
|
+ setup.py test (available when setuptools is installed) now
|
|
runs all tests, not just the basic unit tests.
|
|
(Jelmer Vernooij)
|
|
+ Commit._deserialize now actually deserializes the current state rather than
|
|
the previous one. (Yifan Zhang, issue #59)
|
|
+ Handle None elements in lists of TreeChange objects. (Alex Holmes)
|
|
+ Support cloning repositories without HEAD set.
|
|
(D-Key, Jelmer Vernooij, issue #69)
|
|
+ Support MemoryRepo.get_config. (Jelmer Vernooij)
|
|
+ In get_transport_and_path, pass extra keyword arguments on to
|
|
HttpGitClient. (Jelmer Vernooij)
|
|
- Changes from version 0.8.5:
|
|
+ Avoid use of 'with' in dulwich.index. (Jelmer Vernooij)
|
|
+ Be a little bit strict about OS behaviour in index tests.
|
|
Should fix the tests on Debian GNU/kFreeBSD. (Jelmer Vernooij)
|
|
- See NEWS file for more changes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 20 13:16:45 UTC 2011 - saschpe@suse.de
|
|
|
|
- Update to version 0.8.0:
|
|
* web: Use correct result MIME types.
|
|
* pack: Cache binary SHA of unpacked objects.
|
|
- See upstream git for more details...
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 3 10:21:34 UTC 2011 - saschpe@gmx.de
|
|
|
|
- Update to version 0.7.1:
|
|
* Documentation udated
|
|
* Tree.entries deprecated
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 31 14:25:18 UTC 2011 - saschpe@suse.de
|
|
|
|
- Removed *.egg-info from %%files section
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 25 17:25:04 UTC 2011 - saschpe@gmx.de
|
|
|
|
- Update to 0.7.0
|
|
- Packaged documentation
|
|
- Added license header
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 8 08:49:57 UTC 2010 - nix@opensuse.org
|
|
|
|
- Update to 0.6.1
|
|
|