Hello community,
here is the log from the commit of package python-django-picklefield for
openSUSE:Factory checked in at 2015-05-07 09:22:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-picklefield (Old)
and /work/SRC/openSUSE:Factory/.python-django-picklefield.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-picklefield"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-picklefield/python-django-picklefield.changes
2013-10-25 11:14:06.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-picklefield.new/python-django-picklefield.changes
2015-05-07 09:22:27.000000000 +0200
@@ -1,0 +2,7 @@
+Mon May 4 10:57:39 UTC 2015 - [email protected]
+
+- update to version 0.3.1:
+ * Favor the built in json module (thanks to Simon Charette).
+- point the source URL to pypi
+
+-------------------------------------------------------------------
Old:
----
django-picklefield-0.3.0.tar.bz2
New:
----
django-picklefield-0.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-picklefield.spec ++++++
--- /var/tmp/diff_new_pack.lNPhE6/_old 2015-05-07 09:22:27.000000000 +0200
+++ /var/tmp/diff_new_pack.lNPhE6/_new 2015-05-07 09:22:27.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-picklefield
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python-django-picklefield
-Version: 0.3.0
+Version: 0.3.1
Release: 0
Url: http://github.com/gintas/django-picklefield
Summary: Pickled object field for Django
License: MIT
Group: Development/Languages/Python
-Source: django-picklefield-%{version}.tar.bz2
+Source:
https://pypi.python.org/packages/source/d/django-picklefield/django-picklefield-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools