New Upstream Snapshot - coreschema

Ready changes

Summary

Merged new upstream version: 0.0.4+git20170907.1.494435d (was: 0.0.4).

Resulting package

Built on 2023-01-19T01:01 (took 7m38s)

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

apt install -t fresh-snapshots python3-coreschema

Diff

diff --git a/PKG-INFO b/PKG-INFO
index 2748779..ca71974 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,4 +1,4 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: coreschema
 Version: 0.0.4
 Summary: Core Schema.
@@ -6,12 +6,17 @@ Home-page: https://github.com/core-api/python-coreschema
 Author: Tom Christie
 Author-email: tom@tomchristie.com
 License: BSD
-Description: UNKNOWN
-Platform: UNKNOWN
 Classifier: Development Status :: 3 - Alpha
 Classifier: Environment :: Web Environment
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Topic :: Internet :: WWW/HTTP
diff --git a/coreschema.egg-info/PKG-INFO b/coreschema.egg-info/PKG-INFO
index 2748779..ca71974 100644
--- a/coreschema.egg-info/PKG-INFO
+++ b/coreschema.egg-info/PKG-INFO
@@ -1,4 +1,4 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: coreschema
 Version: 0.0.4
 Summary: Core Schema.
@@ -6,12 +6,17 @@ Home-page: https://github.com/core-api/python-coreschema
 Author: Tom Christie
 Author-email: tom@tomchristie.com
 License: BSD
-Description: UNKNOWN
-Platform: UNKNOWN
 Classifier: Development Status :: 3 - Alpha
 Classifier: Environment :: Web Environment
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Topic :: Internet :: WWW/HTTP
diff --git a/debian/changelog b/debian/changelog
index 5578323..e7c0368 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+coreschema (0.0.4+git20170907.1.494435d-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 19 Jan 2023 00:56:00 -0000
+
 coreschema (0.0.4-5) unstable; urgency=medium
 
   * Set upstream metadata fields: Repository-Browse.
diff --git a/debian/patches/0001-Use-local-js-files-only.patch b/debian/patches/0001-Use-local-js-files-only.patch
index 27c96b4..b7b5625 100644
--- a/debian/patches/0001-Use-local-js-files-only.patch
+++ b/debian/patches/0001-Use-local-js-files-only.patch
@@ -10,10 +10,10 @@ library instead.
  coreschema/templates/base.html | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
-diff --git a/coreschema/templates/base.html b/coreschema/templates/base.html
-index e1431be..5623e4a 100644
---- a/coreschema/templates/base.html
-+++ b/coreschema/templates/base.html
+Index: coreschema.git/coreschema/templates/base.html
+===================================================================
+--- coreschema.git.orig/coreschema/templates/base.html
++++ coreschema.git/coreschema/templates/base.html
 @@ -53,8 +53,7 @@
      <!-- Bootstrap core JavaScript
      ================================================== -->
diff --git a/setup.py b/setup.py
index c4975d2..9fe89fd 100755
--- a/setup.py
+++ b/setup.py
@@ -72,6 +72,13 @@ setup(
         'License :: OSI Approved :: BSD License',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
+        'Programming Language :: Python :: 2',
+        'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
         'Topic :: Internet :: WWW/HTTP',
     ]
 )

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details