forked from pool/python-dulwich
Accepting request 83880 from devel:languages:python
- 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... OBS-URL: https://build.opensuse.org/request/show/83880 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=5
This commit is contained in:
parent
60c2617583
commit
d1dcccf1ef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24e393bdadd685608b61e0293719296d467b76917e2135822576246b988724b5
|
||||
size 164718
|
3
dulwich-0.8.0.tar.gz
Normal file
3
dulwich-0.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:342f84c713839c9a2e24a7e7121cf150a6f53da08224b66da6125fd09bd2886f
|
||||
size 183532
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
|
||||
Name: python-dulwich
|
||||
Version: 0.7.1
|
||||
Release: 1
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Url: http://samba.org/~jelmer/dulwich
|
||||
Summary: Pure-Python Git Library
|
||||
License: GPLv2+
|
||||
Group: Development/Languages/Python
|
||||
Source: dulwich-%{version}.tar.gz
|
||||
Source: http://www.samba.org/~jelmer/dulwich/dulwich-0.8.0.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?suse_version}
|
||||
@ -46,9 +46,6 @@ CFLAGS="%{optflags}" python setup.py build
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING HACKING NEWS README docs
|
||||
|
Loading…
Reference in New Issue
Block a user