New Upstream Release - django-uwsgi

Ready changes

Summary

Merged new upstream version: 2.0.1 (was: 1.1.2).

Resulting package

Built on 2022-12-18T08:06 (took 3m35s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases python-django-uwsgi-docapt install -t fresh-releases python-django-uwsgi-ng-docapt install -t fresh-releases python3-django-uwsgi-ngapt install -t fresh-releases python3-django-uwsgi

Lintian Result

Diff

diff --git a/PKG-INFO b/PKG-INFO
index 52bdc13..9491821 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: django-uwsgi-ng
-Version: 1.1.2
+Version: 2.0.1
 Summary: uWSGI stuff for Django projects
 Home-page: https://edugit.org/AlekSIS/libs/django-uwsgi-ng
 Author: Eugene MechanisM
@@ -8,65 +8,7 @@ Author-email: eugene@mechanism.pro
 Maintainer: Dominik George
 Maintainer-email: dominik.george@teckids.org
 License: MIT
-Description: django-uwsgi
-        ~~~~~~~~~~~~
-        
-        |release| |stats|  |lic|
-        
-        .. |release| image:: https://img.shields.io/pypi/v/django-uwsgi-ng.svg
-            :target: https://pypi.python.org/pypi/django-uwsgi-ng
-        
-        .. |stats| image:: https://img.shields.io/pypi/dm/django-uwsgi-ng.svg
-            :target: https://pypi.python.org/pypi/django-uwsgi-ng
-        
-        .. |lic| image:: https://img.shields.io/pypi/l/django-uwsgi-ng.svg
-            :target: https://pypi.python.org/pypi/django-uwsgi-ng
-        
-        
-        Django related examples/tricks/modules for uWSGI
-        
-        Forked from: https://github.com/unbit/django-uwsgi
-        
-        
-        Screenshots
-        ~~~~~~~~~~~
-        
-        `django-debug-toolbar <http://django-debug-toolbar.readthedocs.org/en/latest/>`_ panel
-        
-        .. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot1.png
-        
-        
-        `Wagtail <https://github.com/torchbox/wagtail>`_ admin interface:
-        
-        .. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot2.png
-        
-        .. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot3.png
-        
-        Emperor's Vassal Admin Panel
-        
-        .. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot4.png
-        
-        `django.contrib.admin <https://docs.djangoproject.com/en/1.10/ref/contrib/admin/>`_ interface
-        
-        .. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot5.png
-        
-        Documentation
-        ~~~~~~~~~~~~~
-        
-        `Read the documentation at rtfd.org <http://django-uwsgi-ng.rtfd.org/>`_
-        
-        Contributors
-        ~~~~~~~~~~~~
-        
-        See `CONTRIBUTORS <https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/CONTRIBUTORS>`_
-        
-        License
-        ~~~~~~~
-        
-        `MIT <https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/LICENSE>`_
-        
 Keywords: uwsgi,django,mail,cache,template
-Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Framework :: Django
 Classifier: Intended Audience :: Developers
@@ -74,11 +16,10 @@ Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Framework :: Django
-Classifier: Framework :: Django :: 1.9
-Classifier: Framework :: Django :: 1.10
+Classifier: Framework :: Django :: 3.0
+Classifier: Framework :: Django :: 4.0
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
@@ -89,3 +30,61 @@ Classifier: Topic :: Software Development :: Code Generators
 Classifier: Topic :: Communications :: Email
 Classifier: Framework :: Django
 Provides-Extra: uwsgi
+License-File: LICENSE
+
+django-uwsgi
+~~~~~~~~~~~~
+
+|release| |stats|  |lic|
+
+.. |release| image:: https://img.shields.io/pypi/v/django-uwsgi-ng.svg
+    :target: https://pypi.python.org/pypi/django-uwsgi-ng
+
+.. |stats| image:: https://img.shields.io/pypi/dm/django-uwsgi-ng.svg
+    :target: https://pypi.python.org/pypi/django-uwsgi-ng
+
+.. |lic| image:: https://img.shields.io/pypi/l/django-uwsgi-ng.svg
+    :target: https://pypi.python.org/pypi/django-uwsgi-ng
+
+
+Django related examples/tricks/modules for uWSGI
+
+Forked from: https://github.com/unbit/django-uwsgi
+
+
+Screenshots
+~~~~~~~~~~~
+
+`django-debug-toolbar <http://django-debug-toolbar.readthedocs.org/en/latest/>`_ panel
+
+.. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot1.png
+
+
+`Wagtail <https://github.com/torchbox/wagtail>`_ admin interface:
+
+.. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot2.png
+
+.. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot3.png
+
+Emperor's Vassal Admin Panel
+
+.. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot4.png
+
+`django.contrib.admin <https://docs.djangoproject.com/en/1.10/ref/contrib/admin/>`_ interface
+
+.. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot5.png
+
+Documentation
+~~~~~~~~~~~~~
+
+`Read the documentation at rtfd.org <http://django-uwsgi-ng.rtfd.org/>`_
+
+Contributors
+~~~~~~~~~~~~
+
+See `CONTRIBUTORS <https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/CONTRIBUTORS>`_
+
+License
+~~~~~~~
+
+`MIT <https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/LICENSE>`_
diff --git a/debian/changelog b/debian/changelog
index eb839c2..4b1b45b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+django-uwsgi (2.0.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 18 Dec 2022 08:03:48 -0000
+
 django-uwsgi (1.1.2-3) unstable; urgency=medium
 
   [ Mohammed Bilal ]
diff --git a/debian/patches/0002-Use-local-copies-of-screenshot-images-to-prevent-pri.patch b/debian/patches/0002-Use-local-copies-of-screenshot-images-to-prevent-pri.patch
index a893ab9..0b0244c 100644
--- a/debian/patches/0002-Use-local-copies-of-screenshot-images-to-prevent-pri.patch
+++ b/debian/patches/0002-Use-local-copies-of-screenshot-images-to-prevent-pri.patch
@@ -6,9 +6,11 @@ Subject: Use local copies of screenshot images to prevent privacy breach.
  docs/screenshots.rst | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
---- a/docs/screenshots.rst
-+++ b/docs/screenshots.rst
-@@ -9,14 +9,14 @@
+Index: django-uwsgi.git/docs/screenshots.rst
+===================================================================
+--- django-uwsgi.git.orig/docs/screenshots.rst
++++ django-uwsgi.git/docs/screenshots.rst
+@@ -9,14 +9,14 @@ Screenshots
  
  `Wagtail <https://github.com/torchbox/wagtail>`_ admin interface:
  
diff --git a/debian/patches/sphinx.patch b/debian/patches/sphinx.patch
index 33ef82d..aaac213 100644
--- a/debian/patches/sphinx.patch
+++ b/debian/patches/sphinx.patch
@@ -10,9 +10,11 @@ Patch-Name: sphinx.patch
  docs/conf.py | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)
 
---- a/docs/conf.py
-+++ b/docs/conf.py
-@@ -13,10 +13,10 @@
+Index: django-uwsgi.git/docs/conf.py
+===================================================================
+--- django-uwsgi.git.orig/docs/conf.py
++++ django-uwsgi.git/docs/conf.py
+@@ -13,10 +13,10 @@ sys.path.insert(0, os.path.abspath('..')
  from django_uwsgi import __version__
  
  
diff --git a/django_uwsgi/__init__.py b/django_uwsgi/__init__.py
index 7015e65..16009be 100644
--- a/django_uwsgi/__init__.py
+++ b/django_uwsgi/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '1.1.2'
+__version__ = '2.0.1'
 
 
 try:
diff --git a/django_uwsgi/compat.py b/django_uwsgi/compat.py
deleted file mode 100644
index 472c373..0000000
--- a/django_uwsgi/compat.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import django
-
-
-if django.VERSION >= (2, 0):
-    from django.urls import reverse_lazy, include, re_path as url
-elif django.VERSION < (2, 0):
-    from django.core.urlresolvers import reverse_lazy
-    from django.conf.urls import include, url
diff --git a/django_uwsgi/emperor/admin.py b/django_uwsgi/emperor/admin.py
index c2f0391..5f258e3 100644
--- a/django_uwsgi/emperor/admin.py
+++ b/django_uwsgi/emperor/admin.py
@@ -1,5 +1,5 @@
 from django.contrib import admin
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
 from .models import Vassal
 
 
diff --git a/django_uwsgi/emperor/models.py b/django_uwsgi/emperor/models.py
index 497508f..50e9ba5 100644
--- a/django_uwsgi/emperor/models.py
+++ b/django_uwsgi/emperor/models.py
@@ -1,8 +1,7 @@
 import time
 from django.db import models
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
 from django.utils.text import get_valid_filename, slugify
-from django.utils.encoding import python_2_unicode_compatible
 
 
 EXTENSION_CHOICES = (
@@ -13,7 +12,6 @@ EXTENSION_CHOICES = (
 )
 
 
-@python_2_unicode_compatible
 class Vassal(models.Model):
     """
     Model for uWSGI Vassals
diff --git a/django_uwsgi/panels.py b/django_uwsgi/panels.py
index 71bc095..64b752d 100644
--- a/django_uwsgi/panels.py
+++ b/django_uwsgi/panels.py
@@ -1,5 +1,5 @@
 from debug_toolbar.panels import Panel
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
 from . import uwsgi
 
 
diff --git a/django_uwsgi/stats.py b/django_uwsgi/stats.py
index d95d1e4..502079d 100644
--- a/django_uwsgi/stats.py
+++ b/django_uwsgi/stats.py
@@ -1,7 +1,7 @@
 import os
 import time
 from datetime import datetime
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
 from . import uwsgi
 
 
diff --git a/django_uwsgi/urls.py b/django_uwsgi/urls.py
index 31e3e74..37a1cfa 100644
--- a/django_uwsgi/urls.py
+++ b/django_uwsgi/urls.py
@@ -1,16 +1,16 @@
-from django.conf.urls import url
 from django.contrib import admin
+from django.urls import re_path
 from . import views
 
 urlpatterns = [
-    url(r'^$', admin.site.admin_view(views.UwsgiStatus.as_view()),
+    re_path(r'^$', admin.site.admin_view(views.UwsgiStatus.as_view()),
         name='uwsgi_index'),
-    url(r'^reload/$', admin.site.admin_view(views.UwsgiReload.as_view()),
+    re_path(r'^reload/$', admin.site.admin_view(views.UwsgiReload.as_view()),
         name='uwsgi_reload'),
-    url(r'^cache_clear/$', admin.site.admin_view(
+    re_path(r'^cache_clear/$', admin.site.admin_view(
         views.UwsgiCacheClear.as_view()), name='uwsgi_cache_clear'),
-    url(r'^log/$', admin.site.admin_view(views.UwsgiLog.as_view()),
+    re_path(r'^log/$', admin.site.admin_view(views.UwsgiLog.as_view()),
         name='uwsgi_log'),
-    url(r'^signal/$', admin.site.admin_view(views.UwsgiSignal.as_view()),
+    re_path(r'^signal/$', admin.site.admin_view(views.UwsgiSignal.as_view()),
         name='uwsgi_signal'),
 ]
diff --git a/django_uwsgi/views.py b/django_uwsgi/views.py
index 1b6a1a8..49c791c 100644
--- a/django_uwsgi/views.py
+++ b/django_uwsgi/views.py
@@ -1,6 +1,6 @@
 from __future__ import unicode_literals
 from django.http import HttpResponseRedirect
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
 from django.contrib import messages
 try:
     from django.urls import reverse_lazy
diff --git a/django_uwsgi/wagtail_hooks.py b/django_uwsgi/wagtail_hooks.py
index 911c36c..6e42be5 100644
--- a/django_uwsgi/wagtail_hooks.py
+++ b/django_uwsgi/wagtail_hooks.py
@@ -1,7 +1,7 @@
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
 
 from . import uwsgi, urls
-from .compat import include, url, reverse_lazy
+from django.urls import include, re_path, reverse_lazy
 from .wagtail_compat import hooks, MenuItem, SummaryItem
 
 
@@ -22,7 +22,7 @@ def add_uwsgi_summary_item(request, items):
 @hooks.register('register_admin_urls')
 def register_admin_urls():
     return [
-        url(r'^uwsgi/', include(urls)),
+        re_path(r'^uwsgi/', include(urls)),
     ]
 
 
diff --git a/django_uwsgi_ng.egg-info/PKG-INFO b/django_uwsgi_ng.egg-info/PKG-INFO
index 52bdc13..9491821 100644
--- a/django_uwsgi_ng.egg-info/PKG-INFO
+++ b/django_uwsgi_ng.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: django-uwsgi-ng
-Version: 1.1.2
+Version: 2.0.1
 Summary: uWSGI stuff for Django projects
 Home-page: https://edugit.org/AlekSIS/libs/django-uwsgi-ng
 Author: Eugene MechanisM
@@ -8,65 +8,7 @@ Author-email: eugene@mechanism.pro
 Maintainer: Dominik George
 Maintainer-email: dominik.george@teckids.org
 License: MIT
-Description: django-uwsgi
-        ~~~~~~~~~~~~
-        
-        |release| |stats|  |lic|
-        
-        .. |release| image:: https://img.shields.io/pypi/v/django-uwsgi-ng.svg
-            :target: https://pypi.python.org/pypi/django-uwsgi-ng
-        
-        .. |stats| image:: https://img.shields.io/pypi/dm/django-uwsgi-ng.svg
-            :target: https://pypi.python.org/pypi/django-uwsgi-ng
-        
-        .. |lic| image:: https://img.shields.io/pypi/l/django-uwsgi-ng.svg
-            :target: https://pypi.python.org/pypi/django-uwsgi-ng
-        
-        
-        Django related examples/tricks/modules for uWSGI
-        
-        Forked from: https://github.com/unbit/django-uwsgi
-        
-        
-        Screenshots
-        ~~~~~~~~~~~
-        
-        `django-debug-toolbar <http://django-debug-toolbar.readthedocs.org/en/latest/>`_ panel
-        
-        .. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot1.png
-        
-        
-        `Wagtail <https://github.com/torchbox/wagtail>`_ admin interface:
-        
-        .. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot2.png
-        
-        .. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot3.png
-        
-        Emperor's Vassal Admin Panel
-        
-        .. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot4.png
-        
-        `django.contrib.admin <https://docs.djangoproject.com/en/1.10/ref/contrib/admin/>`_ interface
-        
-        .. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot5.png
-        
-        Documentation
-        ~~~~~~~~~~~~~
-        
-        `Read the documentation at rtfd.org <http://django-uwsgi-ng.rtfd.org/>`_
-        
-        Contributors
-        ~~~~~~~~~~~~
-        
-        See `CONTRIBUTORS <https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/CONTRIBUTORS>`_
-        
-        License
-        ~~~~~~~
-        
-        `MIT <https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/LICENSE>`_
-        
 Keywords: uwsgi,django,mail,cache,template
-Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Framework :: Django
 Classifier: Intended Audience :: Developers
@@ -74,11 +16,10 @@ Classifier: Intended Audience :: System Administrators
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Framework :: Django
-Classifier: Framework :: Django :: 1.9
-Classifier: Framework :: Django :: 1.10
+Classifier: Framework :: Django :: 3.0
+Classifier: Framework :: Django :: 4.0
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
 Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
@@ -89,3 +30,61 @@ Classifier: Topic :: Software Development :: Code Generators
 Classifier: Topic :: Communications :: Email
 Classifier: Framework :: Django
 Provides-Extra: uwsgi
+License-File: LICENSE
+
+django-uwsgi
+~~~~~~~~~~~~
+
+|release| |stats|  |lic|
+
+.. |release| image:: https://img.shields.io/pypi/v/django-uwsgi-ng.svg
+    :target: https://pypi.python.org/pypi/django-uwsgi-ng
+
+.. |stats| image:: https://img.shields.io/pypi/dm/django-uwsgi-ng.svg
+    :target: https://pypi.python.org/pypi/django-uwsgi-ng
+
+.. |lic| image:: https://img.shields.io/pypi/l/django-uwsgi-ng.svg
+    :target: https://pypi.python.org/pypi/django-uwsgi-ng
+
+
+Django related examples/tricks/modules for uWSGI
+
+Forked from: https://github.com/unbit/django-uwsgi
+
+
+Screenshots
+~~~~~~~~~~~
+
+`django-debug-toolbar <http://django-debug-toolbar.readthedocs.org/en/latest/>`_ panel
+
+.. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot1.png
+
+
+`Wagtail <https://github.com/torchbox/wagtail>`_ admin interface:
+
+.. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot2.png
+
+.. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot3.png
+
+Emperor's Vassal Admin Panel
+
+.. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot4.png
+
+`django.contrib.admin <https://docs.djangoproject.com/en/1.10/ref/contrib/admin/>`_ interface
+
+.. image:: https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/docs/screenshots/screenshot5.png
+
+Documentation
+~~~~~~~~~~~~~
+
+`Read the documentation at rtfd.org <http://django-uwsgi-ng.rtfd.org/>`_
+
+Contributors
+~~~~~~~~~~~~
+
+See `CONTRIBUTORS <https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/CONTRIBUTORS>`_
+
+License
+~~~~~~~
+
+`MIT <https://edugit.org/AlekSIS/libs/django-uwsgi-ng/-/raw/master/LICENSE>`_
diff --git a/django_uwsgi_ng.egg-info/SOURCES.txt b/django_uwsgi_ng.egg-info/SOURCES.txt
index 9a92a14..0ac6997 100644
--- a/django_uwsgi_ng.egg-info/SOURCES.txt
+++ b/django_uwsgi_ng.egg-info/SOURCES.txt
@@ -7,7 +7,6 @@ setup.py
 django_uwsgi/__init__.py
 django_uwsgi/apps.py
 django_uwsgi/cache.py
-django_uwsgi/compat.py
 django_uwsgi/decorators.py
 django_uwsgi/mail.py
 django_uwsgi/panels.py
diff --git a/setup.py b/setup.py
index 041162d..eee875b 100644
--- a/setup.py
+++ b/setup.py
@@ -31,11 +31,10 @@ setup(
         'License :: OSI Approved :: MIT License',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
-        'Programming Language :: Python :: 2.7',
-        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.7',
         'Framework :: Django',
-        'Framework :: Django :: 1.9',
-        'Framework :: Django :: 1.10',
+        'Framework :: Django :: 3.0',
+        'Framework :: Django :: 4.0',
         'Topic :: Software Development :: Libraries :: Python Modules',
         'Topic :: Internet :: WWW/HTTP :: WSGI',
         'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi_ng-2.0.1.egg-info/PKG-INFO
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi_ng-2.0.1.egg-info/dependency_links.txt
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi_ng-2.0.1.egg-info/not-zip-safe
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi_ng-2.0.1.egg-info/requires.txt
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi_ng-2.0.1.egg-info/top_level.txt
lrwxrwxrwx  root/root   /usr/share/doc/python-django-uwsgi-ng-doc/html/_static/_sphinx_javascript_frameworks_compat.js -> ../../../../javascript/sphinxdoc/1.0/_sphinx_javascript_frameworks_compat.js

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi/compat.py
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi_ng-1.1.2.egg-info/PKG-INFO
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi_ng-1.1.2.egg-info/dependency_links.txt
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi_ng-1.1.2.egg-info/not-zip-safe
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi_ng-1.1.2.egg-info/requires.txt
-rw-r--r--  root/root   /usr/lib/python3/dist-packages/django_uwsgi_ng-1.1.2.egg-info/top_level.txt

No differences were encountered between the control files of package python-django-uwsgi-doc

Control files of package python-django-uwsgi-ng-doc: lines which differ (wdiff format)

  • Depends: libjs-sphinxdoc (>= 4.3), 5.0), sphinx-rtd-theme-common (>= 1.1.1+dfsg) 1.2.0~rc1+dfsg)

No differences were encountered between the control files of package python3-django-uwsgi

No differences were encountered between the control files of package python3-django-uwsgi-ng

More details

Full run details