Hello community,

here is the log from the commit of package python-dojango for openSUSE:Factory 
checked in at 2015-05-07 09:22:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dojango (Old)
 and      /work/SRC/openSUSE:Factory/.python-dojango.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dojango"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dojango/python-dojango.changes    
2012-04-20 15:19:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-dojango.new/python-dojango.changes       
2015-05-07 09:22:29.000000000 +0200
@@ -1,0 +2,14 @@
+Mon May  4 12:10:45 UTC 2015 - [email protected]
+
+- update to version 0.5.8:
+  * no changelog available
+- stop redefining python_sitelib and python_sitearch
+- define python_sitelib only for SLE11
+- update project URL
+- point the source URL to pypi
+- add python-setuptools as BuildREquires: needed by setup.py
+- add fdupes as BuildRequires and call it after install
+- remove unwanted shebang in memcache_zipserve.py
+- add LICENSE to the package documentation
+
+-------------------------------------------------------------------

Old:
----
  dojango-0.5.5.tar.bz2

New:
----
  dojango-0.5.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dojango.spec ++++++
--- /var/tmp/diff_new_pack.G08rv1/_old  2015-05-07 09:22:30.000000000 +0200
+++ /var/tmp/diff_new_pack.G08rv1/_new  2015-05-07 09:22:30.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dojango
 #
-# Copyright (c) 2012 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
@@ -11,30 +11,29 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-dojango
-Version:        0.5.5
+Version:        0.5.8
 Release:        0
-Url:            http://code.google.com/p/dojango/
+Url:            https://github.com/klipstein/dojango/
 Summary:        App that helps you to use the client-side framework dojo
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         dojango-%{version}.tar.bz2
+Source:         
https://pypi.python.org/packages/source/d/dojango/dojango-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:       python-django
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
 
 %description
 Reusable django application that helps you to use the client-side framework 
dojo.
@@ -46,16 +45,19 @@
 
 %prep
 %setup -q -n dojango-%{version}
+# remove unwanted shebang
+sed -i '/^#!/d' dojango/appengine/memcache_zipserve.py
 
 %build
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc LICENSE README
 %{python_sitelib}/*
 
 %changelog


Reply via email to