Hello community,
here is the log from the commit of package python-django-registration for
openSUSE:Factory checked in at 2020-02-20 14:59:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-registration (Old)
and /work/SRC/openSUSE:Factory/.python-django-registration.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-registration"
Thu Feb 20 14:59:26 2020 rev:15 rq:777599 version:3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-registration/python-django-registration.changes
2019-05-28 09:42:52.553852369 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-registration.new.26092/python-django-registration.changes
2020-02-20 14:59:29.818772709 +0100
@@ -1,0 +2,6 @@
+Thu Feb 20 08:50:03 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.1:
+ * no changelog provided
+
+-------------------------------------------------------------------
Old:
----
django-registration-3.0.1.tar.gz
New:
----
django-registration-3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-registration.spec ++++++
--- /var/tmp/diff_new_pack.deHiLL/_old 2020-02-20 14:59:30.298773651 +0100
+++ /var/tmp/diff_new_pack.deHiLL/_new 2020-02-20 14:59:30.298773651 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-registration
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,21 @@
#
+%define skip_python2 1
Name: python-django-registration
-Version: 3.0.1
+Version: 3.1
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/
Source:
https://files.pythonhosted.org/packages/source/d/django-registration/django-registration-%{version}.tar.gz
-BuildRequires: %{python_module Django >= 1.11}
+BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module confusable-homoglyphs >= 3.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python2-mock
-Requires: python-Django >= 1.11
+Requires: python-Django >= 2.2
Requires: python-confusable-homoglyphs >= 3.0
BuildArch: noarch
%python_subpackages
@@ -42,6 +42,7 @@
%prep
%setup -q -n django-registration-%{version}
+sed -i -e 's:~=:>=:g' setup.py
%build
%python_build
++++++ django-registration-3.0.1.tar.gz -> django-registration-3.1.tar.gz ++++++
++++ 4266 lines of diff (skipped)