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
|
Sun Jul 3 10:21:34 UTC 2011 - saschpe@gmx.de
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-dulwich
|
Name: python-dulwich
|
||||||
Version: 0.7.1
|
Version: 0.8.0
|
||||||
Release: 1
|
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: GPLv2+
|
License: GPLv2+
|
||||||
Group: Development/Languages/Python
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@ -46,9 +46,6 @@ CFLAGS="%{optflags}" python setup.py build
|
|||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING HACKING NEWS README docs
|
%doc AUTHORS COPYING HACKING NEWS README docs
|
||||||
|
Loading…
Reference in New Issue
Block a user