forked from pool/python-httplib2
Accepting request 38349 from devel:languages:python
Copy from devel:languages:python/python-httplib2 based on submit request 38349 from user cstender OBS-URL: https://build.opensuse.org/request/show/38349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httplib2?expand=0&rev=7
This commit is contained in:
parent
a9150ab906
commit
e18fff618d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eebcc867a48a49fdeb8965dc3f42390be8c6e02ee4433a30105a6273bfd9a730
|
|
||||||
size 17857
|
|
3
httplib2-0.6.0.tar.bz2
Normal file
3
httplib2-0.6.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:08becb6f23e52c0c213fd9581407095e62a733cc5a967ff2ec58ce33669d9c8a
|
||||||
|
size 33080
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 19 13:47:15 CEST 2010 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to version 0.6.0:
|
||||||
|
* include python 3 support/compatibility
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 13 10:55:40 UTC 2009 - cstender@novell.com
|
Thu Aug 13 10:55:40 UTC 2009 - cstender@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-httplib2 (Version 0.5.0)
|
# spec file for package python-httplib2 (Version 0.6.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 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
|
||||||
@ -21,9 +21,9 @@
|
|||||||
Name: python-httplib2
|
Name: python-httplib2
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Summary: A Python HTTP library
|
Summary: A Python HTTP library
|
||||||
Version: 0.5.0
|
Version: 0.6.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Source0: httplib2-%{version}.tar.gz
|
Source0: httplib2-%{version}.tar.bz2
|
||||||
License: MIT License (or similar)
|
License: MIT License (or similar)
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -58,6 +58,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files -f INSTALLED_FILES
|
%files -f INSTALLED_FILES
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc PKG-INFO README
|
%doc CHANGELOG README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user