3f3a3f7dcb
- Fix download Url (forwarded request 205536 from posophe) OBS-URL: https://build.opensuse.org/request/show/205537 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=12
120 lines
4.9 KiB
Plaintext
120 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 1 12:04:05 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Fix download Url
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 1 11:32:29 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Update to version 0.9.3
|
|
+ * Fix path for stdint.h in MANIFEST.in.
|
|
- Changes from version 0.9.2
|
|
+ Include stdint.h in MANIFEST.in
|
|
- Changes from version 0.9.1
|
|
+ Support lookups of 40-character refs in BaseRepo.__getitem_
|
|
+ Fix fetching packs with side-band-64k capability disabled.
|
|
+ Several fixes in send-pack protocol behaviour - handling of empty
|
|
pack files and deletes. #1063087
|
|
+ Fix capability negotiation when fetching packs over HTTP.
|
|
#1072461
|
|
+ Enforce determine_wants returning an empty list rather than None.
|
|
+ In the server, support pushes just removing refs.
|
|
+ Support passing a single revision to BaseRepo.get_walker() rather
|
|
than a list of revisions.
|
|
+ Add `Repo.get_description` method.
|
|
+ Support thin packs in Pack.iterobjects() and Pack.get_raw().
|
|
+ Add `MemoryObjectStore.add_pack` and `MemoryObjectStore.add_thin_pack` methods.
|
|
+ Add paramiko-based SSH vendor.
|
|
+ Support running 'dulwich.server' and 'dulwich.web' using 'python -m'.
|
|
+ Add ObjectStore.close().
|
|
+ Raise appropriate NotImplementedError when encountering dumb HTTP servers.
|
|
+ SSHVendor.connect_ssh has been renamed to SSHVendor.run_command.
|
|
+ ObjectStore.add_pack() now returns a 3-tuple. The last element will be an
|
|
abort() method that can be used to cancel the pack operation.
|
|
- Changes from version 0.9.0
|
|
+ Push efficiency - report missing objects only. #562676
|
|
+ Use indentation consistent with C Git in config files.
|
|
#1031356
|
|
+ Recognize and skip binary files in diff function.
|
|
+ Fix handling of relative paths in dulwich.client.get_transport_and_path.
|
|
+ Preserve ordering of entries in configuration.
|
|
+ Support ~ expansion in SSH client paths. #1083439
|
|
+ Support relative paths in alternate paths.
|
|
#1175007
|
|
+ Log all error messages from wsgiref server to the logging module. This
|
|
makes the test suit quiet again.
|
|
+ Support passing None for empty tree in changes_from_tree.
|
|
+ Support fetching empty repository in client. #1060462
|
|
+ Add optional honor_filemode flag to build_index_from_tree.
|
|
+ Support core/filemode setting when building trees.
|
|
+ Add chapter on tags in tutorial
|
|
+ Add support for mergetags. #963525
|
|
+ Add support for posix shell hooks.
|
|
- Changes from 0.8.7
|
|
+ Fix use of alternates in ``DiskObjectStore``.{__contains__,__iter__}.
|
|
+ Fix compatibility with Python 2.4.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|