Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-health-check for 
openSUSE:Factory checked in at 2024-11-12 19:23:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-health-check (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-health-check.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-health-check"

Tue Nov 12 19:23:07 2024 rev:12 rq:1223572 version:3.18.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-health-check/python-django-health-check.changes
    2024-05-06 17:56:07.721369028 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-health-check.new.2017/python-django-health-check.changes
  2024-11-12 19:23:56.605796474 +0100
@@ -1,0 +2,6 @@
+Tue Nov 12 08:59:30 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 3.18.3:
+  * Drop deprecated DEFAULT_FILE_STORAGE setting usage
+
+-------------------------------------------------------------------

Old:
----
  django-health-check-3.18.2.tar.gz

New:
----
  django-health-check-3.18.3.tar.gz

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

Other differences:
------------------
++++++ python-django-health-check.spec ++++++
--- /var/tmp/diff_new_pack.cIq1Mw/_old  2024-11-12 19:23:57.081816398 +0100
+++ /var/tmp/diff_new_pack.cIq1Mw/_new  2024-11-12 19:23:57.081816398 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-django-health-check
-Version:        3.18.2
+Version:        3.18.3
 Release:        0
 Summary:        Run checks on Django and is dependent services
 License:        MIT

++++++ django-health-check-3.18.2.tar.gz -> django-health-check-3.18.3.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django-health-check-3.18.2/health_check/storage/backends.py 
new/django-health-check-3.18.3/health_check/storage/backends.py
--- old/django-health-check-3.18.2/health_check/storage/backends.py     
2024-05-03 23:37:27.000000000 +0200
+++ new/django-health-check-3.18.3/health_check/storage/backends.py     
2024-06-22 16:31:37.000000000 +0200
@@ -1,8 +1,8 @@
 import uuid
 
 import django
-from django.conf import settings
 from django.core.files.base import ContentFile
+from django.core.files.storage import default_storage
 
 if django.VERSION >= (4, 2):
     from django.core.files.storage import InvalidStorageError, storages
@@ -81,4 +81,4 @@
 
 class DefaultFileStorageHealthCheck(StorageHealthCheck):
     storage_alias = "default"
-    storage = settings.DEFAULT_FILE_STORAGE
+    storage = default_storage

Reply via email to