diff --git a/django_debug_toolbar-6.0.0.tar.gz b/django_debug_toolbar-6.0.0.tar.gz deleted file mode 100644 index 632b0e4b672f49086e5349e154736be644f76952..0000000000000000000000000000000000000000 Binary files a/django_debug_toolbar-6.0.0.tar.gz and /dev/null differ diff --git a/django_debug_toolbar-6.1.0.tar.gz b/django_debug_toolbar-6.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a8cc6d672aeb3d6a71e8b38cb8ad98fc7a5f0fbb Binary files /dev/null and b/django_debug_toolbar-6.1.0.tar.gz differ diff --git a/python-django-debug-toolbar.spec b/python-django-debug-toolbar.spec index e4c2c466f07bbedfddec87469fa29cd2bd391231..88811ce06067828c0b80fba1cedddd6b0cb78db7 100644 --- a/python-django-debug-toolbar.spec +++ b/python-django-debug-toolbar.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-debug-toolbar -Version: 6.0.0 +Version: 6.1.0 Release: 1 Summary: A configurable set of panels that display various debug information about the current request/response. License: BSD URL: https://github.com/jazzband/django-debug-toolbar -Source0: https://files.pythonhosted.org/packages/c5/d5/5fc90234532088aeec5faa48d5b09951cc7eab6626030ed427d3bd8cd9bc/django_debug_toolbar-6.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/d/django_debug_toolbar/django_debug_toolbar-%{version}.tar.gz BuildArch: noarch %description @@ -56,6 +56,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Fri Nov 28 2025 zhangzeyang0718 - 6.1.0-1 +- Update to 6.1.0 + * Wed Aug 13 2025 lifeifei - 6.0.0-1 - update package to version 6.0.0 * Added the setting TOOLBAR_STORE_CLASS to configure the request storage mechanism.