[python-django-picklefield] initial import

Matthias Runge mrunge at fedoraproject.org
Wed Jun 20 20:06:37 UTC 2012


commit 670c6eccd133475ba03628640fcf1a1f724f1fed
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Wed Jun 20 22:06:06 2012 +0200

    initial import

 .gitignore                     |    1 +
 python-django-picklefield.spec |   62 ++++++++++++++++++++++++++++++++++++++++
 sources                        |    1 +
 3 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..333bc1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-picklefield-0.2.1.tar.gz
diff --git a/python-django-picklefield.spec b/python-django-picklefield.spec
new file mode 100644
index 0000000..74412ba
--- /dev/null
+++ b/python-django-picklefield.spec
@@ -0,0 +1,62 @@
+%global obs_ver 0.1.9-3
+%global pkgname django-picklefield
+Name:           python-django-picklefield
+Version:        0.2.1
+Release:        1%{?dist}
+Summary:        Implementation of a pickled object field
+
+Group:          Development/Languages
+License:        MIT
+URL:            http://pypi.python.org/pypi/django-picklefield
+Source0:        http://pypi.python.org/packages/source/d/%{pkgname}/%{pkgname}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
+Requires:       python-django 
+
+Provides:       %{pkgname} = %{version}-%{release}
+Obsoletes:      %{pkgname} < %{obs_ver}
+
+%description
+django-picklefield provides an implementation of a pickled object field.
+Such fields can contain any picklable objects.
+
+The implementation is taken and adopted from Django snippet #1694 by
+Taavi Taijala, which is in turn based on Django snippet #513 by
+Oliver Beattie.
+
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install --skip-build --root %{buildroot}
+
+ 
+
+
+%files
+%doc README
+%{python_sitelib}/picklefield/
+%{python_sitelib}/django_picklefield*.egg-info
+
+
+%changelog
+* Tue Jun 05 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.2.1-1
+- package renamed to python-django-picklefield
+- update to version 0.2.1
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.9-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Wed Nov 08 2010 Fabian Affolter <fabian at bernewireless.net> - 0.1.9-1
+- Updated to new upstream version 0.1.9
+
+* Sat Jul 03 2010 Fabian Affolter <fabian at bernewireless.net> - 0.1.6-1
+- Initial package
diff --git a/sources b/sources
index e69de29..9679c77 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6b539d50a020716890a4c01eeb27db3e  django-picklefield-0.2.1.tar.gz


More information about the scm-commits mailing list