From 850944b4caf9b70b8883823de5b0392508405f95 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 08:10:44 -0600 Subject: [PATCH 1/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- django-piston.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/django-piston.spec b/django-piston.spec index 0320a5d..da50887 100644 --- a/django-piston.spec +++ b/django-piston.spec @@ -2,7 +2,7 @@ Name: django-piston Version: 0.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A mini-framework for Django for creating RESTful APIs Group: Development/Languages @@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 0.2.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Jul 21 2010 David Malcolm - 0.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild From 2d6e10d5d22be7d57a66454ad8ad47701da1384f Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Thu, 5 Jan 2012 09:19:56 +0100 Subject: [PATCH 2/3] update to 0.2.3 --- .gitignore | 1 + django-piston.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 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 da50887..00cc534 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 -Release: 3%{?dist} +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,9 +36,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) +%doc PKG-INFO %{python_sitelib}/* %changelog +* Thu Jan 05 2012 Matthias Runge - 0.2.3-1 +- update to 0.2.3 + * Tue Feb 08 2011 Fedora Release Engineering - 0.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 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 From 883fb27e9a23411bbf9c7f53e900601e3268e75e Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Fri, 9 Mar 2012 22:06:42 +0100 Subject: [PATCH 3/3] renamed to python-django-piston --- .gitignore | 2 -- dead.package | 1 + django-piston.spec | 53 ---------------------------------------------- sources | 1 - 4 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 django-piston.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f534d58..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -django-piston-0.2.2.tar.gz -/django-piston-0.2.3.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ba1e47b --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +renamed to python-django-piston diff --git a/django-piston.spec b/django-piston.spec deleted file mode 100644 index 00cc534..0000000 --- a/django-piston.spec +++ /dev/null @@ -1,53 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: django-piston -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://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz -#md5=8b040d426793cf22ce89543e059cd6e1 - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: python-devel python-setuptools-devel -Requires: Django - -%description -Piston is a relatively small Django application that lets you -create application programming interfaces (API) for your sites. - -%prep -%setup -q - -%build -%{__python} setup.py build - -%install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,-) -%doc PKG-INFO -%{python_sitelib}/* - -%changelog -* Thu Jan 05 2012 Matthias Runge - 0.2.3-1 -- update to 0.2.3 - -* Tue Feb 08 2011 Fedora Release Engineering - 0.2.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Jul 21 2010 David Malcolm - 0.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* Thu Aug 14 2009 Diego Búrigo Zacarão 0.2.2-1 -- Initial RPM release diff --git a/sources b/sources deleted file mode 100644 index 405540b..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -8b040d426793cf22ce89543e059cd6e1 django-piston-0.2.3.tar.gz