New Upstream Snapshot - mimerender

Ready changes

Summary

Merged new upstream version: 0.6.0+git20160223.2.8bcd053+ds (was: 0.6.0+git20160223.1.8bcd053).

Resulting package

Built on 2022-07-21T04:02 (took 8m12s)

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

apt install -t fresh-snapshots python3-mimerender

Lintian Result

Diff

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..f98bbe0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+Copyright (c) 2009-2016 Martin Blech & contributors
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/PKG-INFO b/PKG-INFO
index 7f1a667..9bb7bdf 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,4 +1,4 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: mimerender
 Version: 0.6.0
 Summary: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2 (Google App Engine)
@@ -6,11 +6,6 @@ Home-page: https://github.com/martinblech/mimerender
 Author: Martin Blech
 Author-email: martinblech@gmail.com
 License: MIT
-Description: This module provides a decorator that wraps a HTTP
-            request handler to select the correct render function for a given HTTP
-            Accept header. It uses mimeparse to parse the accept string and select the
-            best available representation. Supports Flask, Bottle, web.py and webapp2
-            out of the box, and it's easy to add support for other frameworks.
 Platform: all
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Web Environment
@@ -23,3 +18,11 @@ Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Requires: python_mimeparse (>=0.1.4)
+License-File: LICENSE
+
+This module provides a decorator that wraps a HTTP
+    request handler to select the correct render function for a given HTTP
+    Accept header. It uses mimeparse to parse the accept string and select the
+    best available representation. Supports Flask, Bottle, web.py and webapp2
+    out of the box, and it's easy to add support for other frameworks.
+
diff --git a/debian/changelog b/debian/changelog
index bb0da72..2102a4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mimerender (0.6.0+git20160223.2.8bcd053+ds-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 21 Jul 2022 03:55:06 -0000
+
 mimerender (0.6.0-3) unstable; urgency=medium
 
   [ Debian Janitor ]
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff --git a/src/mimerender.egg-info/PKG-INFO b/src/mimerender.egg-info/PKG-INFO
index 7f1a667..9bb7bdf 100644
--- a/src/mimerender.egg-info/PKG-INFO
+++ b/src/mimerender.egg-info/PKG-INFO
@@ -1,4 +1,4 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: mimerender
 Version: 0.6.0
 Summary: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2 (Google App Engine)
@@ -6,11 +6,6 @@ Home-page: https://github.com/martinblech/mimerender
 Author: Martin Blech
 Author-email: martinblech@gmail.com
 License: MIT
-Description: This module provides a decorator that wraps a HTTP
-            request handler to select the correct render function for a given HTTP
-            Accept header. It uses mimeparse to parse the accept string and select the
-            best available representation. Supports Flask, Bottle, web.py and webapp2
-            out of the box, and it's easy to add support for other frameworks.
 Platform: all
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Web Environment
@@ -23,3 +18,11 @@ Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
 Requires: python_mimeparse (>=0.1.4)
+License-File: LICENSE
+
+This module provides a decorator that wraps a HTTP
+    request handler to select the correct render function for a given HTTP
+    Accept header. It uses mimeparse to parse the accept string and select the
+    best available representation. Supports Flask, Bottle, web.py and webapp2
+    out of the box, and it's easy to add support for other frameworks.
+
diff --git a/src/mimerender.egg-info/SOURCES.txt b/src/mimerender.egg-info/SOURCES.txt
index 4e65ee8..cd1077f 100644
--- a/src/mimerender.egg-info/SOURCES.txt
+++ b/src/mimerender.egg-info/SOURCES.txt
@@ -1,3 +1,4 @@
+LICENSE
 setup.py
 src/mimerender.py
 src/mimerender.egg-info/PKG-INFO
diff --git a/src/mimerender.egg-info/requires.txt b/src/mimerender.egg-info/requires.txt
index 11e9367..d6d2e61 100644
--- a/src/mimerender.egg-info/requires.txt
+++ b/src/mimerender.egg-info/requires.txt
@@ -1 +1 @@
-python_mimeparse >= 0.1.4
\ No newline at end of file
+python_mimeparse>=0.1.4
diff --git a/src/mimerender.py b/src/mimerender.py
index 46337df..c7a2dca 100644
--- a/src/mimerender.py
+++ b/src/mimerender.py
@@ -35,8 +35,7 @@ KMZ   = 'kmz'
 MSGPACK = 'msgpack'
 
 # Map of mime categories to specific mime types. The first mime type in each
-# category's tuple is the default one (e.g. the default for XML is
-# application/xml).
+# category's tuple is the default one (e.g. the default for XML is text/xml).
 _MIME_TYPES = {
     XML:   ('text/xml', 'application/xml', 'application/x-xml'),
     JSON:  ('application/json',),

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details