Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-registration for
openSUSE:Factory checked in at 2021-07-24 20:39:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-registration (Old)
and /work/SRC/openSUSE:Factory/.python-django-registration.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-registration"
Sat Jul 24 20:39:01 2021 rev:18 rq:908033 version:3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-registration/python-django-registration.changes
2021-04-17 00:01:48.473598112 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-registration.new.1899/python-django-registration.changes
2021-07-24 20:39:14.476409446 +0200
@@ -1,0 +2,6 @@
+Sat Jul 24 01:52:54 UTC 2021 - John Vandenberg <[email protected]>
+
+- Update to v3.2
+ * Django 3.2 support added
+
+-------------------------------------------------------------------
Old:
----
django-registration-3.1.2.tar.gz
New:
----
django-registration-3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-registration.spec ++++++
--- /var/tmp/diff_new_pack.Bd5E8w/_old 2021-07-24 20:39:14.856409005 +0200
+++ /var/tmp/diff_new_pack.Bd5E8w/_new 2021-07-24 20:39:14.856409005 +0200
@@ -18,7 +18,7 @@
%define skip_python2 1
Name: python-django-registration
-Version: 3.1.2
+Version: 3.2
Release: 0
Summary: An extensible user-registration application for Django
License: BSD-3-Clause
++++++ django-registration-3.1.2.tar.gz -> django-registration-3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-registration-3.1.2/PKG-INFO
new/django-registration-3.2/PKG-INFO
--- old/django-registration-3.1.2/PKG-INFO 2021-04-01 07:04:23.594258300
+0200
+++ new/django-registration-3.2/PKG-INFO 2021-06-21 02:17:25.885213900
+0200
@@ -1,32 +1,18 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
Name: django-registration
-Version: 3.1.2
+Version: 3.2
Summary: An extensible user-registration application for Django
Home-page: https://github.com/ubernostrum/django-registration/
Author: James Bennett
Author-email: [email protected]
License: UNKNOWN
-Description: .. -*-restructuredtext-*-
-
- .. image::
https://github.com/ubernostrum/django-registration/workflows/CI/badge.svg
- :alt: CI status image
- :target:
https://github.com/ubernostrum/django-registration/actions?query=workflow%3ACI
-
- This is a user-registration application for `Django
- <https://www.djangoproject.com/>`_. There are two registration
- workflows (one-step, and two-step with activation) built in, and it's
- designed to be extensible and support building additional workflows.
-
- To get started, check out `the documentation
- <https://django-registration.readthedocs.io/>`_.
-
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
-Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
+Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
@@ -34,9 +20,26 @@
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
-Requires-Python: >=3.5
+Requires-Python: >=3.6
+License-File: LICENSE
+
+.. -*-restructuredtext-*-
+
+.. image::
https://github.com/ubernostrum/django-registration/workflows/CI/badge.svg
+ :alt: CI status image
+ :target:
https://github.com/ubernostrum/django-registration/actions?query=workflow%3ACI
+
+This is a user-registration application for `Django
+<https://www.djangoproject.com/>`_. There are two registration
+workflows (one-step, and two-step with activation) built in, and it's
+designed to be extensible and support building additional workflows.
+
+To get started, check out `the documentation
+<https://django-registration.readthedocs.io/>`_.
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-registration-3.1.2/docs/conf.py
new/django-registration-3.2/docs/conf.py
--- old/django-registration-3.1.2/docs/conf.py 2021-04-01 07:00:01.000000000
+0200
+++ new/django-registration-3.2/docs/conf.py 2021-06-21 02:03:23.000000000
+0200
@@ -9,8 +9,8 @@
master_doc = "index"
project = "django-registration"
copyright = "2007-2021, James Bennett"
-version = "3.1"
-release = "3.1.2"
+version = "3.2"
+release = "3.2"
exclude_trees = ["_build"]
pygments_style = "sphinx"
htmlhelp_basename = "django-registrationdoc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-registration-3.1.2/docs/faq.rst
new/django-registration-3.2/docs/faq.rst
--- old/django-registration-3.1.2/docs/faq.rst 2020-09-21 09:05:02.000000000
+0200
+++ new/django-registration-3.2/docs/faq.rst 2021-06-21 02:05:27.000000000
+0200
@@ -51,8 +51,8 @@
What versions of Django and Python are supported?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-As of django-registration |release|, Django 2.2, 3.0, and 3.1 are supported,
-on Python 3.5 (Django 2.2 only), 3.6, 3.7, and 3.8.
+As of django-registration |release|, Django 2.2, 3.1, and 3.2 are supported,
+on Python3.6, 3.7, 3.8, and 3.9.
I found a bug or want to make an improvement!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -79,8 +79,8 @@
How secure is django-registration?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Over the decade-plus history of django-registration, there have been
-no security issues reported which required new releases to
+Over the course of django-registration's history so far, there has
+been one security issue reported which required a new release to
remedy. This doesn't mean, though, that django-registration is
perfectly secure: much will depend on ensuring best practices in
deployment and server configuration, and there could always be
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-registration-3.1.2/docs/install.rst
new/django-registration-3.2/docs/install.rst
--- old/django-registration-3.1.2/docs/install.rst 2020-09-21
09:04:47.000000000 +0200
+++ new/django-registration-3.2/docs/install.rst 2021-06-21
02:05:01.000000000 +0200
@@ -4,12 +4,8 @@
Installation guide
==================
-The |release| release of django-registration supports Django 2.2, 3.0,
-and 3.1 on the following Python versions:
-
-* Django 2.2 supports Python 3.5, 3.6, 3.7, and 3.8.
-
-* Django 3.0 and 3.1 support Python 3.6, 3.7, and 3.8.
+The |release| release of django-registration supports Django 2.2, 3.1,
+and 3.2 on Python 3.6, 3.7., 3.8, and 3.9.
Normal installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-registration-3.1.2/docs/quickstart.rst
new/django-registration-3.2/docs/quickstart.rst
--- old/django-registration-3.1.2/docs/quickstart.rst 2020-09-21
09:14:02.000000000 +0200
+++ new/django-registration-3.2/docs/quickstart.rst 2021-06-21
01:27:16.000000000 +0200
@@ -321,6 +321,7 @@
Finally, you will need to create following templates:
* `django_registration/registration_form.html`
+* `django_registration/registration_complete.html`
* `django_registration/registration_closed.html`
See :ref:`the documentation above <default-form-template>` for details
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-registration-3.1.2/docs/spelling_wordlist.txt
new/django-registration-3.2/docs/spelling_wordlist.txt
--- old/django-registration-3.1.2/docs/spelling_wordlist.txt 2020-01-02
08:33:10.000000000 +0100
+++ new/django-registration-3.2/docs/spelling_wordlist.txt 2021-06-21
02:12:46.000000000 +0200
@@ -11,6 +11,7 @@
Backends
blog
boolean
+bugfixes
checkbox
codebase
confusable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-registration-3.1.2/docs/upgrade.rst
new/django-registration-3.2/docs/upgrade.rst
--- old/django-registration-3.1.2/docs/upgrade.rst 2021-04-01
07:00:01.000000000 +0200
+++ new/django-registration-3.2/docs/upgrade.rst 2021-06-21
02:08:10.000000000 +0200
@@ -16,6 +16,18 @@
and improvements, documented here along with the version in which they
occurred.
+django-registration 3.2
+~~~~~~~~~~~~~~~~~~~~~~~
+
+This release contains no new features or bugfixes. The supported
+Python and Django versions are changed to:
+
+* Django 2.2, 3.1, and 3.2, on Python 3.6, 3.7, 3.8, and 3.9.
+
+Python 3.5 reached the end of its upstream support cycle in September
+2020, and is no longer supported. Django 3.0 reached the end of its
+upstream support cycle in May 2021, and is no longer supported.
+
django-registration 3.1.2
~~~~~~~~~~~~~~~~~~~~~~~~~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-registration-3.1.2/runtests.py
new/django-registration-3.2/runtests.py
--- old/django-registration-3.1.2/runtests.py 2020-02-16 20:44:58.000000000
+0100
+++ new/django-registration-3.2/runtests.py 2021-06-21 01:38:10.000000000
+0200
@@ -10,6 +10,8 @@
import os
import sys
+from django.utils.crypto import get_random_string
+
APP_DIR = os.path.abspath(os.path.dirname(__file__))
@@ -30,12 +32,14 @@
"DATABASES": {
"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": ":memory:"}
},
+ "DEFAULT_AUTO_FIELD": "django.db.models.AutoField",
"MIDDLEWARE": (
"django.middleware.common.CommonMiddleware",
"django.middleware.csrf.CsrfViewMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
),
+ "SECRET_KEY": get_random_string(12),
"SITE_ID": 1,
"TEMPLATES": [
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-registration-3.1.2/setup.py
new/django-registration-3.2/setup.py
--- old/django-registration-3.1.2/setup.py 2021-04-01 07:00:01.000000000
+0200
+++ new/django-registration-3.2/setup.py 2021-06-21 02:03:06.000000000
+0200
@@ -5,7 +5,7 @@
setup(
name="django-registration",
zip_safe=False, # eggs are the devil.
- version="3.1.2",
+ version="3.2",
description="An extensible user-registration application for Django",
long_description=open(os.path.join(os.path.dirname(__file__),
"README.rst")).read(),
author="James Bennett",
@@ -19,8 +19,8 @@
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 2.2",
- "Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
+ "Framework :: Django :: 3.2",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
@@ -28,12 +28,12 @@
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
"Topic :: Utilities",
],
- python_requires=">=3.5",
- install_requires=["Django>=2.2", "confusable_homoglyphs~=3.0"],
+ python_requires=">=3.6",
+ install_requires=["Django>=2.2,!=3.0.*", "confusable_homoglyphs~=3.0"],
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-registration-3.1.2/src/django_registration.egg-info/PKG-INFO
new/django-registration-3.2/src/django_registration.egg-info/PKG-INFO
--- old/django-registration-3.1.2/src/django_registration.egg-info/PKG-INFO
2021-04-01 07:04:23.000000000 +0200
+++ new/django-registration-3.2/src/django_registration.egg-info/PKG-INFO
2021-06-21 02:17:25.000000000 +0200
@@ -1,32 +1,18 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
Name: django-registration
-Version: 3.1.2
+Version: 3.2
Summary: An extensible user-registration application for Django
Home-page: https://github.com/ubernostrum/django-registration/
Author: James Bennett
Author-email: [email protected]
License: UNKNOWN
-Description: .. -*-restructuredtext-*-
-
- .. image::
https://github.com/ubernostrum/django-registration/workflows/CI/badge.svg
- :alt: CI status image
- :target:
https://github.com/ubernostrum/django-registration/actions?query=workflow%3ACI
-
- This is a user-registration application for `Django
- <https://www.djangoproject.com/>`_. There are two registration
- workflows (one-step, and two-step with activation) built in, and it's
- designed to be extensible and support building additional workflows.
-
- To get started, check out `the documentation
- <https://django-registration.readthedocs.io/>`_.
-
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
-Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
+Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
@@ -34,9 +20,26 @@
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
-Requires-Python: >=3.5
+Requires-Python: >=3.6
+License-File: LICENSE
+
+.. -*-restructuredtext-*-
+
+.. image::
https://github.com/ubernostrum/django-registration/workflows/CI/badge.svg
+ :alt: CI status image
+ :target:
https://github.com/ubernostrum/django-registration/actions?query=workflow%3ACI
+
+This is a user-registration application for `Django
+<https://www.djangoproject.com/>`_. There are two registration
+workflows (one-step, and two-step with activation) built in, and it's
+designed to be extensible and support building additional workflows.
+
+To get started, check out `the documentation
+<https://django-registration.readthedocs.io/>`_.
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-registration-3.1.2/src/django_registration.egg-info/requires.txt
new/django-registration-3.2/src/django_registration.egg-info/requires.txt
--- old/django-registration-3.1.2/src/django_registration.egg-info/requires.txt
2021-04-01 07:04:23.000000000 +0200
+++ new/django-registration-3.2/src/django_registration.egg-info/requires.txt
2021-06-21 02:17:25.000000000 +0200
@@ -1,2 +1,2 @@
-Django>=2.2
+Django!=3.0.*,>=2.2
confusable_homoglyphs~=3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-registration-3.1.2/tox.ini
new/django-registration-3.2/tox.ini
--- old/django-registration-3.1.2/tox.ini 2020-12-12 10:47:28.000000000
+0100
+++ new/django-registration-3.2/tox.ini 2021-06-21 01:28:27.000000000 +0200
@@ -23,7 +23,7 @@
# Environment matrix.
[tox]
envlist =
- py{36,37,38,39}-django{22,30,31}
+ py{36,37,38,39}-django{22,31,32}
black
check-description
check-manifest
@@ -78,8 +78,8 @@
deps =
coverage
django22: Django>=2.2,<3.0
- django30: Django>=3.0,<3.1
django31: Django>=3.1,<3.2
+ django32: Django>=3.2,<4.0
# Documentation checks.