1
0

Accepting request 205537 from devel:languages:python

- 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
This commit is contained in:
Tomáš Chvátal 2013-11-01 16:42:22 +00:00 committed by Git OBS Bridge
parent bcc7be252b
commit 3f3a3f7dcb
4 changed files with 65 additions and 7 deletions

View File

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

3
dulwich-0.9.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,59 @@
-------------------------------------------------------------------
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 Fri Nov 23 10:55:48 UTC 2012 - saschpe@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-dulwich # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: python-dulwich Name: python-dulwich
Version: 0.8.6 Version: 0.9.3
Release: 0 Release: 0
Url: http://samba.org/~jelmer/dulwich Url: http://samba.org/~jelmer/dulwich
Summary: Pure-Python Git Library Summary: Pure-Python Git Library
License: GPL-2.0+ License: GPL-2.0+
Group: Development/Languages/Python 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-Sphinx BuildRequires: python-Sphinx
BuildRequires: python-devel BuildRequires: python-devel
@ -50,8 +50,10 @@ python setup.py test
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS COPYING HACKING NEWS README build/sphinx/html %doc COPYING NEWS README build/sphinx/html
%{_bindir}/dul-daemon %{_bindir}/dul-daemon
%{_bindir}/dul-receive-pack
%{_bindir}/dul-upload-pack
%{_bindir}/dul-web %{_bindir}/dul-web
%{_bindir}/dulwich %{_bindir}/dulwich
%{python_sitearch}/* %{python_sitearch}/*