Hello community,

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

Package is "python-django-registration"

Tue Sep  4 22:56:45 2018 rev:11 rq:632838 version:2.5.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-registration/python-django-registration.changes
    2017-04-06 11:00:18.883148697 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-registration.new/python-django-registration.changes
       2018-09-04 22:56:47.497128256 +0200
@@ -1,0 +2,30 @@
+Mon Sep  3 10:53:25 UTC 2018 - Ondřej Súkup <[email protected]>
+
+- update 2.5.2
+- remove django2.patch
+- no upstream changelog
+
+-------------------------------------------------------------------
+Wed Aug 29 08:09:23 UTC 2018 - [email protected]
+
+- Add patch to build with django 2.0+:
+  * django2.patch
+
+-------------------------------------------------------------------
+Fri Aug 24 08:14:00 UTC 2018 - [email protected]
+
+- Add missing python2-mock dependency
+
+-------------------------------------------------------------------
+Wed Aug 15 12:32:44 UTC 2018 - [email protected]
+
+- Ensure neutrality of description.
+
+-------------------------------------------------------------------
+Wed Aug  8 09:36:52 UTC 2018 - [email protected]
+
+- Switch to singlespec
+- Version update to 2.4.1:
+  * Support 2.0 django and bunch of bugfixes
+
+-------------------------------------------------------------------

Old:
----
  2.2.tar.gz

New:
----
  2.5.2.tar.gz

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

Other differences:
------------------
++++++ python-django-registration.spec ++++++
--- /var/tmp/diff_new_pack.aJ5k4i/_old  2018-09-04 22:56:48.401131342 +0200
+++ /var/tmp/diff_new_pack.aJ5k4i/_new  2018-09-04 22:56:48.413131383 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-registration
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,48 +17,44 @@
 
 
 Name:           python-django-registration
-Version:        2.2
+Version:        2.5.2
 Release:        0
 Summary:        An extensible user-registration application for Django
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            https://github.com/ubernostrum/django-registration/
+URL:            https://github.com/ubernostrum/django-registration/
 Source:         
https://github.com/ubernostrum/django-registration/archive/%{version}.tar.gz    
     
+BuildRequires:  %{python_module Django >= 1.8}
+BuildRequires:  %{python_module confusable-homoglyphs}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python2-mock
 Requires:       python-Django >= 1.8
-BuildRequires:  python-Django >= 1.8
-BuildRequires:  python-devel >= 2.7
-BuildRequires:  python-setuptools
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%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
+%python_subpackages
 
 %description
-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.
-
-Full documentation is `available online
-<https://django-registration.readthedocs.org/>`_.
+This is a user registration application for Django. It requires a
+functional installation of Django, but has no other
+dependencies.
 
 %prep
 %setup -q -n django-registration-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/
 
 %check
-python setup.py test
+%python_exec setup.py test
 
-%files
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst
+%files %{python_files}
+%license LICENSE
+%doc AUTHORS README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ 2.2.tar.gz -> 2.5.2.tar.gz ++++++
++++ 2808 lines of diff (skipped)


Reply via email to