Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-requests-debug-toolbar
for openSUSE:Factory checked in at 2023-06-26 18:15:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-requests-debug-toolbar (Old)
and
/work/SRC/openSUSE:Factory/.python-django-requests-debug-toolbar.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-requests-debug-toolbar"
Mon Jun 26 18:15:53 2023 rev:2 rq:1095250 version:0.0.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-requests-debug-toolbar/python-django-requests-debug-toolbar.changes
2022-11-22 16:10:52.798242172 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-requests-debug-toolbar.new.15902/python-django-requests-debug-toolbar.changes
2023-06-26 18:16:03.206459587 +0200
@@ -1,0 +2,6 @@
+Sun Jun 25 08:15:46 UTC 2023 - Andreas Schneider <[email protected]>
+
+- Update to version 0.0.5
+- Use sle15_python_module_pythons
+
+-------------------------------------------------------------------
Old:
----
django-requests-debug-toolbar-0.0.3.tar.gz
New:
----
django-requests-debug-toolbar-0.0.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-requests-debug-toolbar.spec ++++++
--- /var/tmp/diff_new_pack.rWmNDB/_old 2023-06-26 18:16:03.922462768 +0200
+++ /var/tmp/diff_new_pack.rWmNDB/_new 2023-06-26 18:16:03.930462803 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-requests-debug-toolbar
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,17 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?sle15_python_module_pythons}
Name: python-django-requests-debug-toolbar
-Version: 0.0.3
+Version: 0.0.5
Release: 0
Summary: A Django Debug Toolbar panel for Requests
License: MIT
URL:
https://github.com/marceltschoppch/django-requests-debug-toolbar
-Source:
https://files.pythonhosted.org/packages/40/e9/fceb387fbf06f9a0db3a60de8d9bd76043da28616805e344e53222d4be16/django-requests-debug-toolbar-0.0.3.tar.gz
-BuildRequires: python-rpm-macros
+Source:
https://files.pythonhosted.org/packages/de/15/82c597cc0d7017323a09d2dac5ad0a2818ab278140a063ac0a329690fd6c/django-requests-debug-toolbar-0.0.5.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
++++++ django-requests-debug-toolbar-0.0.3.tar.gz ->
django-requests-debug-toolbar-0.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-requests-debug-toolbar-0.0.3/PKG-INFO
new/django-requests-debug-toolbar-0.0.5/PKG-INFO
--- old/django-requests-debug-toolbar-0.0.3/PKG-INFO 2022-09-27
21:10:02.453095400 +0200
+++ new/django-requests-debug-toolbar-0.0.5/PKG-INFO 2023-05-05
11:22:39.219155800 +0200
@@ -1,12 +1,41 @@
-Metadata-Version: 2.1
+Metadata-Version: 1.1
Name: django-requests-debug-toolbar
-Version: 0.0.3
+Version: 0.0.5
Summary: A Django Debug Toolbar panel for Requests
Home-page: https://github.com/marceltschoppch/django-requests-debug-toolbar
Author: Marcel Tschopp
Author-email: [email protected]
License: MIT
+Description: django-requests-debug-toolbar
+ =============================
+
+ A `Django Debug Toolbar
<https://django-debug-toolbar.readthedocs.io/>`_ panel for Requests
+
+ About
+ -----
+
+ Django Requests Debug Toolbar tracks all HTTP requests made with the
popular
+ `requests <https://requests.readthedocs.io/>`_ library.
+
+
+ Usage
+ -----
+
+ #. Install using pip::
+
+ pip install django-requests-debug-toolbar
+
+ #. Add ``requests_panel`` to your ``INSTALLED_APPS`` setting.
+ #. Add ``requests_panel.panel.RequestsDebugPanel`` to your
``DEBUG_TOOLBAR_PANELS``.
+
+
+ Contributing
+ ------------
+
+ All suggestions are welcome.
+
Keywords: django django-debug-toolbar requests debug toolbar
+Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
@@ -17,32 +46,6 @@
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
-License-File: LICENSE
-
-django-requests-debug-toolbar
-=============================
-
-A `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/>`_ panel
for Requests
-
-About
------
-
-Django Requests Debug Toolbar tracks all HTTP requests made with the popular
-`requests <https://requests.readthedocs.io/>`_ library.
-
-
-Usage
------
-
-#. Install using pip::
-
- pip install django-requests-debug-toolbar
-
-#. Add ``requests_panel`` to your ``INSTALLED_APPS`` setting.
-#. Add ``requests_panel.panel.RequestsDebugPanel`` to your
``DEBUG_TOOLBAR_PANELS``.
-
-
-Contributing
-------------
-
-All suggestions are welcome.
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-requests-debug-toolbar-0.0.3/django_requests_debug_toolbar.egg-info/PKG-INFO
new/django-requests-debug-toolbar-0.0.5/django_requests_debug_toolbar.egg-info/PKG-INFO
---
old/django-requests-debug-toolbar-0.0.3/django_requests_debug_toolbar.egg-info/PKG-INFO
2022-09-27 21:10:02.000000000 +0200
+++
new/django-requests-debug-toolbar-0.0.5/django_requests_debug_toolbar.egg-info/PKG-INFO
2023-05-05 11:22:39.000000000 +0200
@@ -1,12 +1,41 @@
-Metadata-Version: 2.1
+Metadata-Version: 1.1
Name: django-requests-debug-toolbar
-Version: 0.0.3
+Version: 0.0.5
Summary: A Django Debug Toolbar panel for Requests
Home-page: https://github.com/marceltschoppch/django-requests-debug-toolbar
Author: Marcel Tschopp
Author-email: [email protected]
License: MIT
+Description: django-requests-debug-toolbar
+ =============================
+
+ A `Django Debug Toolbar
<https://django-debug-toolbar.readthedocs.io/>`_ panel for Requests
+
+ About
+ -----
+
+ Django Requests Debug Toolbar tracks all HTTP requests made with the
popular
+ `requests <https://requests.readthedocs.io/>`_ library.
+
+
+ Usage
+ -----
+
+ #. Install using pip::
+
+ pip install django-requests-debug-toolbar
+
+ #. Add ``requests_panel`` to your ``INSTALLED_APPS`` setting.
+ #. Add ``requests_panel.panel.RequestsDebugPanel`` to your
``DEBUG_TOOLBAR_PANELS``.
+
+
+ Contributing
+ ------------
+
+ All suggestions are welcome.
+
Keywords: django django-debug-toolbar requests debug toolbar
+Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
@@ -17,32 +46,6 @@
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
-License-File: LICENSE
-
-django-requests-debug-toolbar
-=============================
-
-A `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/>`_ panel
for Requests
-
-About
------
-
-Django Requests Debug Toolbar tracks all HTTP requests made with the popular
-`requests <https://requests.readthedocs.io/>`_ library.
-
-
-Usage
------
-
-#. Install using pip::
-
- pip install django-requests-debug-toolbar
-
-#. Add ``requests_panel`` to your ``INSTALLED_APPS`` setting.
-#. Add ``requests_panel.panel.RequestsDebugPanel`` to your
``DEBUG_TOOLBAR_PANELS``.
-
-
-Contributing
-------------
-
-All suggestions are welcome.
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-requests-debug-toolbar-0.0.3/requests_panel/__init__.py
new/django-requests-debug-toolbar-0.0.5/requests_panel/__init__.py
--- old/django-requests-debug-toolbar-0.0.3/requests_panel/__init__.py
2022-09-27 21:05:17.000000000 +0200
+++ new/django-requests-debug-toolbar-0.0.5/requests_panel/__init__.py
2023-05-05 11:22:14.000000000 +0200
@@ -1 +1 @@
-__version__ = '0.0.3'
+__version__ = '0.0.5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/django-requests-debug-toolbar-0.0.3/requests_panel/panel.py
new/django-requests-debug-toolbar-0.0.5/requests_panel/panel.py
--- old/django-requests-debug-toolbar-0.0.3/requests_panel/panel.py
2022-09-27 21:03:29.000000000 +0200
+++ new/django-requests-debug-toolbar-0.0.5/requests_panel/panel.py
2023-05-05 11:20:47.000000000 +0200
@@ -99,8 +99,9 @@
@property
def nav_subtitle(self):
- return ngettext('%(count)s request', '%(count)s requests',
self._local.request_count) % {
- 'count': self._local.request_count,
+ request_count = getattr(self._local, 'request_count', 0)
+ return ngettext('%(count)s request', '%(count)s requests',
request_count) % {
+ 'count': request_count,
}
def process_request(self, request):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/django-requests-debug-toolbar-0.0.3/setup.py
new/django-requests-debug-toolbar-0.0.5/setup.py
--- old/django-requests-debug-toolbar-0.0.3/setup.py 2022-09-27
20:50:31.000000000 +0200
+++ new/django-requests-debug-toolbar-0.0.5/setup.py 2023-05-05
11:21:19.000000000 +0200
@@ -37,5 +37,8 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
],
)