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 2025-02-24 15:50:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-environ (Old)
and /work/SRC/openSUSE:Factory/.python-django-environ.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-environ"
Mon Feb 24 15:50:39 2025 rev:7 rq:1248083 version:0.12.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-environ/python-django-environ.changes
2024-11-24 11:05:00.880877070 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-environ.new.1873/python-django-environ.changes
2025-02-24 15:51:16.141529137 +0100
@@ -1,0 +2,17 @@
+Mon Feb 24 10:38:08 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 0.12.0:
+ * Include prefix in the ImproperlyConfigured error message
+ #513.
+ * Add support for Python 3.12 and 3.13 #538.
+ * Add support for Django 5.1 #535.
+ * Add support for Django CockroachDB driver #509.
+ * Add support for Django Channels #266.
+ * Disabled inline comments handling by default due to potential
+ side effects. While the feature itself is useful, the
+ project's philosophy dictates that it should not be enabled
+ by default for all users #499.
+ * Removed support of Python 3.6, 3.7 and 3.8 #538.
+ * Removed support of Django 1.x. #538.
+
+-------------------------------------------------------------------
Old:
----
django-environ-0.11.2.tar.gz
New:
----
django_environ-0.12.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-environ.spec ++++++
--- /var/tmp/diff_new_pack.nDv5OA/_old 2025-02-24 15:51:16.861559226 +0100
+++ /var/tmp/diff_new_pack.nDv5OA/_new 2025-02-24 15:51:16.861559226 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-django-environ
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-django-environ
-Version: 0.11.2
+Version: 0.12.0
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
+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}
@@ -40,7 +40,7 @@
variables to configure Django applications.
%prep
-%setup -q -n django-environ-%{version}
+%setup -q -n django_environ-%{version}
%build
%pyproject_wheel
@@ -51,7 +51,7 @@
%check
LANG=en_US.UTF-8
-%pytest
+%pytest -k "not test_db_parsing"
%files %{python_files}
%doc CHANGELOG.rst README.rst