Package: python-jsonschema Version: 2.6.0-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bionic ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/p/fixup-version.patch: Set version to 2.6.0. Looks like this just got missed with the bump from 2.5.1 to 2.6.0. Thanks for considering the patch. -- System Information: Debian Release: stretch/sid APT prefers artful-updates APT policy: (500, 'artful-updates'), (500, 'artful-security'), (500, 'artful') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.13.0-16-generic (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru python-jsonschema-2.6.0/debian/patches/fixup-version.patch python-jsonschema-2.6.0/debian/patches/fixup-version.patch --- python-jsonschema-2.6.0/debian/patches/fixup-version.patch 2017-11-01 16:23:29.000000000 +0000 +++ python-jsonschema-2.6.0/debian/patches/fixup-version.patch 2017-11-15 16:54:17.000000000 +0000 @@ -13,7 +13,7 @@ @@ -0,0 +1,5 @@ + +# This file is automatically generated by setup.py. -+__version__ = '2.5.1' ++__version__ = '2.6.0' +__sha__ = '1\n' +__revision__ = '1\n' Index: python-jsonschema/setup.py @@ -24,7 +24,7 @@ setup( name="jsonschema", -+ version="2.5.1", ++ version="2.6.0", packages=["jsonschema", "jsonschema.tests"], package_data={"jsonschema": ["schemas/*.json"]}, setup_requires=["vcversioner>=2.16.0.0"],