Accepting request 349373 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/349373 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=16
This commit is contained in:
parent
d1cbe927ca
commit
6a5f405154
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:666600ab5eb0b6d531879ee0f65dfefd71bce2e21ab3910c28f7789e15b6330b
|
|
||||||
size 272688
|
|
3
dulwich-0.11.2.tar.gz
Normal file
3
dulwich-0.11.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a543e2798da5600fe73ed71470f67bcd92611f4e2491d0ed3a3b61c2f91cbf40
|
||||||
|
size 290404
|
@ -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
|
Tue May 12 15:37:15 UTC 2015 - termim@gmail.com
|
||||||
|
|
||||||
|
@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-dulwich
|
Name: python-dulwich
|
||||||
Version: 0.10.1a
|
Version: 0.11.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://samba.org/~jelmer/dulwich
|
Url: https://www.dulwich.io
|
||||||
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: https://pypi.python.org/packages/source/d/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: fdupes
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
@ -44,6 +45,7 @@ python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user