Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-environ for
openSUSE:Factory checked in at 2024-11-24 11:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-environ (Old)
and /work/SRC/openSUSE:Factory/.python-django-environ.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-environ"
Sun Nov 24 11:04:47 2024 rev:6 rq:1225998 version:0.11.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-environ/python-django-environ.changes
2023-06-26 18:16:58.934707168 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-environ.new.28523/python-django-environ.changes
2024-11-24 11:05:00.880877070 +0100
@@ -1,0 +2,20 @@
+Sat Nov 23 17:51:02 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 0.11.2:
+ * Revert "Add variable expansion." feature
+ * Revert "Add interpolate argument to avoid resolving proxied
+ values." feature
+ * Added support for Django 4.2
+ * Added support for secure Elasticsearch connections
+ * Added variable expansion
+ * Added capability to handle comments after #, after quoted values,
+ * Added support for ``interpolate`` parameter
+ * Use the core redis library by default if running Django >= 4.0
+ * Value of dict can now contain an equal sign
+ * Added support for Python 3.11.
+ * Added ``CONN_HEALTH_CHECKS`` to database base options
+ * Added ``encoding`` parameter to ``read_env`` with default
+ value 'utf8'
+ * Added support for Django 4.1
+
+-------------------------------------------------------------------
Old:
----
django-environ-0.4.5.tar.gz
New:
----
django-environ-0.11.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-environ.spec ++++++
--- /var/tmp/diff_new_pack.5MCYaw/_old 2024-11-24 11:05:02.584947915 +0100
+++ /var/tmp/diff_new_pack.5MCYaw/_new 2024-11-24 11:05:02.596948414 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-environ
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
%{?sle15_python_module_pythons}
Name: python-django-environ
-Version: 0.4.5
+Version: 0.11.2
Release: 0
Summary: Django application configuration via environment variables
License: MIT
Group: Development/Languages/Python
URL: https://github.com/joke2k/django-environ
Source:
https://files.pythonhosted.org/packages/source/d/django-environ/django-environ-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django
@@ -41,18 +43,19 @@
%setup -q -n django-environ-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
LANG=en_US.UTF-8
-%pytest environ/test.py
+%pytest
%files %{python_files}
-%doc AUTHORS.rst CHANGELOG.rst README.rst README.rst.txt
+%doc CHANGELOG.rst README.rst
%license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/environ
+%{python_sitelib}/django_environ-%{version}.dist-info
++++++ django-environ-0.4.5.tar.gz -> django-environ-0.11.2.tar.gz ++++++
++++ 9666 lines of diff (skipped)