[django-piston/el6] update to 0.2.3 (previously not pushed)

Matthias Runge mrunge at fedoraproject.org
Tue Jun 5 06:49:21 UTC 2012


commit 4e4493961225aad41286023681fb25efabc7a8b6
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Tue Jun 5 08:48:52 2012 +0200

    update to 0.2.3 (previously not pushed)

 .gitignore         |    1 +
 django-piston.spec |   13 ++++++++++---
 sources            |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8101924..f534d58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 django-piston-0.2.2.tar.gz
+/django-piston-0.2.3.tar.gz
diff --git a/django-piston.spec b/django-piston.spec
index 73c43f6..f83f5d6 100644
--- a/django-piston.spec
+++ b/django-piston.spec
@@ -1,14 +1,16 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           django-piston
-Version:        0.2.2
+Version:        0.2.3
 Release:        1%{?dist}
 Summary:        A mini-framework for Django for creating RESTful APIs
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://bitbucket.org/jespern/django-piston/
-Source:         http://bitbucket.org/jespern/django-piston/downloads/django-piston-0.2.2.tar.gz
+Source:         http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
+#md5=8b040d426793cf22ce89543e059cd6e1
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -20,7 +22,7 @@ Piston is a relatively small Django application that lets you
 create application programming interfaces (API) for your sites.
 
 %prep
-%setup -q -n %{name}
+%setup -q 
 
 %build
 %{__python} setup.py build
@@ -34,8 +36,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%doc PKG-INFO
 %{python_sitelib}/*
 
 %changelog
+* Thu Jan 05 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.2.3-1
+- update to 0.2.3
+
+
 * Thu Aug 14 2009 Diego Búrigo Zacarão <diegobz at gmail.com> 0.2.2-1
 - Initial RPM release
diff --git a/sources b/sources
index bdcf473..405540b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28a2900695fdbcb14ff3c45390e7a4fd  django-piston-0.2.2.tar.gz
+8b040d426793cf22ce89543e059cd6e1  django-piston-0.2.3.tar.gz


More information about the scm-commits mailing list