From 213c47118c571dfbd3bf5749341bd944d884c7c9 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 22 Apr 2018 11:50:28 -0400 Subject: python-jsonpatch: update to version 1.23 Remove upstreamed patch Drop-support-for-EOL-Python-3.3.patch Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- .../Drop-support-for-EOL-Python-3.3.patch | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-jsonpatch/Drop-support-for-EOL-Python-3.3.patch (limited to 'meta-python/recipes-devtools/python/python-jsonpatch/Drop-support-for-EOL-Python-3.3.patch') diff --git a/meta-python/recipes-devtools/python/python-jsonpatch/Drop-support-for-EOL-Python-3.3.patch b/meta-python/recipes-devtools/python/python-jsonpatch/Drop-support-for-EOL-Python-3.3.patch deleted file mode 100644 index ccd8e127c9..0000000000 --- a/meta-python/recipes-devtools/python/python-jsonpatch/Drop-support-for-EOL-Python-3.3.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 71bdeed8b49390ff14fe8f0434fc8a1038d89128 Mon Sep 17 00:00:00 2001 -From: Hugo -Date: Tue, 16 Jan 2018 14:22:33 +0200 -Subject: [PATCH 1/4] Drop support for EOL Python 3.3 - -Upstream-Status: Backport - -[MA: remove dev only files from patch] -Signed-off-by: Mark Asselstine - ---- - setup.py | 2 +- - -diff --git a/setup.py b/setup.py -index 0776c41..471c433 100644 ---- a/setup.py -+++ b/setup.py -@@ -58,7 +58,6 @@ CLASSIFIERS = [ - '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', -@@ -81,5 +80,6 @@ setup(name=PACKAGE, - package_data={'': ['requirements.txt']}, - scripts=['bin/jsondiff', 'bin/jsonpatch'], - classifiers=CLASSIFIERS, -+ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', - **OPTIONS - ) --- -2.7.4 - -- cgit v1.2.3-54-g00ecf