Hello community,

here is the log from the commit of package python-django-registration for 
openSUSE:Factory checked in at 2016-04-28 16:56:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-registration (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-registration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-registration"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-registration/python-django-registration.changes
    2013-10-01 08:29:29.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-registration.new/python-django-registration.changes
       2016-04-28 17:01:36.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Apr 19 13:37:33 UTC 2016 - [email protected]
+
+- Update to version 2.0.4
+  + No Changelog
+- Use new specfile from py2pack 
+
+-------------------------------------------------------------------

Old:
----
  django-registration-1.0.tar.gz

New:
----
  django-registration-2.0.4.tar.gz

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

Other differences:
------------------
++++++ python-django-registration.spec ++++++
--- /var/tmp/diff_new_pack.4MROhF/_old  2016-04-28 17:01:38.000000000 +0200
+++ /var/tmp/diff_new_pack.4MROhF/_new  2016-04-28 17:01:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-registration
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,32 +16,33 @@
 #
 
 
-Summary:        A simple, generic user-registration application for Django
-License:        BSD-3-Clause
-Group:          Development/Libraries/Python
 Name:           python-django-registration
-Version:        1.0
+Version:        2.0.4
 Release:        0
-Url:            http://code.google.com/p/django-registration/
+Summary:        An extensible user-registration application for Django
+License:        BSD-3-Clause
+Group:          Development/Languages/Python
+Url:            https://github.com/ubernostrum/django-registration/
 Source:         
https://pypi.python.org/packages/source/d/django-registration/django-registration-%{version}.tar.gz
+Requires:       python-Django >= 1.7
+BuildRequires:  python-Django >= 1.7
+BuildRequires:  python-devel >= 2.7
+BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python
-BuildRequires:  python-devel
-Requires:       python-django
-%py_requires
-%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
-BuildArch:      noarch
+%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
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+BuildArch:      noarch
 %endif
 
 %description
-A simple, generic user-registration application for Django
+This is a fairly simple user-registration application for Django,
+designed to make allowing user signups as painless as possible. It
+requires a functional installation of Django 1.7 or newer, but has no
+other dependencies.
 
-This is just a simple, portable, generic user-registration application for 
Django projects. Workflow follows a simple pattern:
-* A user signs up for a new account, which will be inactive by default.
-* An email is sent to the address they used to register, containing an 
activation link.
-* Once they click the activation link, the account becomes active and they can 
log in as normal.
+Full documentation is `available online
+<https://django-registration.readthedocs.org/>`_.
 
 %prep
 %setup -q -n django-registration-%{version}
@@ -50,11 +51,14 @@
 python setup.py build
 
 %install
-python setup.py install --root=%{buildroot} --prefix=%{_prefix}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+
+%check
+python setup.py test
 
 %files
-%defattr(-, root, root, 0755)
-%doc README LICENSE CHANGELOG docs/*
+%defattr(-,root,root,-)
+%doc AUTHORS LICENSE README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ django-registration-1.0.tar.gz -> django-registration-2.0.4.tar.gz ++++++
++++ 14841 lines of diff (skipped)


Reply via email to