Hello community,

here is the log from the commit of package python-dulwich for openSUSE:Factory 
checked in at 2013-11-01 17:42:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dulwich (Old)
 and      /work/SRC/openSUSE:Factory/.python-dulwich.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dulwich"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dulwich/python-dulwich.changes    
2012-11-25 13:28:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-dulwich.new/python-dulwich.changes       
2013-11-01 17:42:23.000000000 +0100
@@ -1,0 +2,56 @@
+Fri Nov  1 12:04:05 UTC 2013 - [email protected]
+
+- Fix download Url
+
+-------------------------------------------------------------------
+Fri Nov  1 11:32:29 UTC 2013 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  dulwich-0.8.6.tar.gz

New:
----
  dulwich-0.9.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dulwich.spec ++++++
--- /var/tmp/diff_new_pack.PO0fZf/_old  2013-11-01 17:42:24.000000000 +0100
+++ /var/tmp/diff_new_pack.PO0fZf/_new  2013-11-01 17:42:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dulwich
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           python-dulwich
-Version:        0.8.6
+Version:        0.9.3
 Release:        0
 Url:            http://samba.org/~jelmer/dulwich
 Summary:        Pure-Python Git Library
 License:        GPL-2.0+
 Group:          Development/Languages/Python
-Source:         http://www.samba.org/~jelmer/dulwich/dulwich-%{version}.tar.gz
+Source:         
https://pypi.python.org/packages/source/d/dulwich/dulwich-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
@@ -50,8 +50,10 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING HACKING NEWS README build/sphinx/html
+%doc COPYING NEWS README build/sphinx/html
 %{_bindir}/dul-daemon
+%{_bindir}/dul-receive-pack
+%{_bindir}/dul-upload-pack
 %{_bindir}/dul-web
 %{_bindir}/dulwich
 %{python_sitearch}/*

++++++ dulwich-0.8.6.tar.gz -> dulwich-0.9.3.tar.gz ++++++
++++ 4490 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to