From 8bb66c31c11d7eb23baa1a3cd24ca38c586cdab17751a11757b4ccd6c3d494fd Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 20 Apr 2010 23:56:16 +0000 Subject: [PATCH] Accepting request 38349 from devel:languages:python checked in (request 38349) OBS-URL: https://build.opensuse.org/request/show/38349 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=8 --- httplib2-0.5.0.tar.gz | 3 +++ httplib2-0.6.0.tar.bz2 | 3 --- python-httplib2.changes | 6 ------ python-httplib2.spec | 8 ++++---- 4 files changed, 7 insertions(+), 13 deletions(-) create mode 100644 httplib2-0.5.0.tar.gz delete mode 100644 httplib2-0.6.0.tar.bz2 diff --git a/httplib2-0.5.0.tar.gz b/httplib2-0.5.0.tar.gz new file mode 100644 index 0000000..355bd2d --- /dev/null +++ b/httplib2-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebcc867a48a49fdeb8965dc3f42390be8c6e02ee4433a30105a6273bfd9a730 +size 17857 diff --git a/httplib2-0.6.0.tar.bz2 b/httplib2-0.6.0.tar.bz2 deleted file mode 100644 index bc6077a..0000000 --- a/httplib2-0.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08becb6f23e52c0c213fd9581407095e62a733cc5a967ff2ec58ce33669d9c8a -size 33080 diff --git a/python-httplib2.changes b/python-httplib2.changes index f786321..9705d18 100644 --- a/python-httplib2.changes +++ b/python-httplib2.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -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 diff --git a/python-httplib2.spec b/python-httplib2.spec index f16434e..59081e8 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -21,9 +21,9 @@ Name: python-httplib2 BuildRequires: python-devel Summary: A Python HTTP library -Version: 0.6.0 -Release: 1 -Source0: httplib2-%{version}.tar.bz2 +Version: 0.5.0 +Release: 2 +Source0: httplib2-%{version}.tar.gz License: MIT License (or similar) Group: Development/Libraries/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -58,6 +58,6 @@ rm -rf $RPM_BUILD_ROOT %files -f INSTALLED_FILES %defattr(-,root,root) -%doc CHANGELOG README +%doc PKG-INFO README %changelog