diff --git a/dulwich-0.10.1a.tar.gz b/dulwich-0.10.1a.tar.gz deleted file mode 100644 index 5410733..0000000 --- a/dulwich-0.10.1a.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:666600ab5eb0b6d531879ee0f65dfefd71bce2e21ab3910c28f7789e15b6330b -size 272688 diff --git a/dulwich-0.11.2.tar.gz b/dulwich-0.11.2.tar.gz new file mode 100644 index 0000000..ab8fdd3 --- /dev/null +++ b/dulwich-0.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a543e2798da5600fe73ed71470f67bcd92611f4e2491d0ed3a3b61c2f91cbf40 +size 290404 diff --git a/python-dulwich.changes b/python-dulwich.changes index 795af1b..812666d 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Sat Dec 5 23:29:21 UTC 2015 - termim@gmail.com + +- update to 0.11.2 + + IMPROVEMENTS + * Add support for agent= capability. (Jelmer Vernooij, #298) + * Add support for quiet capability. (Jelmer Vernooij) + + BUG FIXES + * The ParamikoSSHVendor class has been moved to + dulwich.contrib.paramiko_vendor, as it’s currently untested. + (Jelmer Vernooij, #364) + +- update to 0.11.1 2015-09-13 + * Fix-up release to exclude broken blame.py file. + +- update to 0.11.0 2015-09-13 + + IMPROVEMENTS + * Extended Python3 support to most of the codebase. (Gary van der + Merwe, Jelmer Vernooij) + * The Repo object has a new close method that can be called to close + any open resources. (Gary van der Merwe) + * Support ‘git.bat’ in SubprocessGitClient on Windows. (Stefan + Zimmermann) + * Advertise ‘ofs-delta’ capability in receive-pack server side + capabilities. (Jelmer Vernooij) + * Switched default_local_git_client_cls to LocalGitClient. (Gary van + der Merwe) + * Add porcelain.ls_remote and GitClient.get_refs. (Michael Edgar) + * Add Repo.discover method. (B. M. Corser) + * Add dulwich.objectspec.parse_refspec. (Jelmer Vernooij) + * Add porcelain.pack_objects and porcelain.repack. (Jelmer Vernooij) + + BUG FIXES + * Fix handling of ‘done’ in graph walker and implement the ‘no-done’ + capability. (Tommy Yu, #88) + * Avoid recursion limit issues resolving deltas. (William Grant, #81) + * Allow arguments in local client binary path overrides. (Jelmer + Vernooij) + * Fix handling of commands with arguments in paramiko SSH + client. (Andreas Klöckner, Jelmer Vernooij, #363) + * Fix parsing of quoted strings in configs. (Jelmer Vernooij, #305) + ------------------------------------------------------------------- Tue May 12 15:37:15 UTC 2015 - termim@gmail.com diff --git a/python-dulwich.spec b/python-dulwich.spec index fe79405..8072182 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -17,14 +17,15 @@ Name: python-dulwich -Version: 0.10.1a +Version: 0.11.2 Release: 0 -Url: http://samba.org/~jelmer/dulwich +Url: https://www.dulwich.io Summary: Pure-Python Git Library License: GPL-2.0+ Group: Development/Languages/Python Source: https://pypi.python.org/packages/source/d/dulwich/dulwich-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes BuildRequires: python-Sphinx BuildRequires: python-devel %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -44,6 +45,7 @@ python setup.py build_sphinx && rm build/sphinx/html/.buildinfo %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%fdupes %{buildroot} %files %defattr(-,root,root,-)