All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-jsonpatch: update to version 1.23
@ 2018-04-22 15:50 Derek Straka
  0 siblings, 0 replies; only message in thread
From: Derek Straka @ 2018-04-22 15:50 UTC (permalink / raw)
  To: openembedded-devel

Remove upstreamed patch Drop-support-for-EOL-Python-3.3.patch

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../recipes-devtools/python/python-jsonpatch.inc   |  4 +--
 .../Drop-support-for-EOL-Python-3.3.patch          | 35 ----------------------
 ...-jsonpatch_1.21.bb => python-jsonpatch_1.23.bb} |  4 ---
 ...jsonpatch_1.21.bb => python3-jsonpatch_1.23.bb} |  0
 4 files changed, 2 insertions(+), 41 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-jsonpatch/Drop-support-for-EOL-Python-3.3.patch
 rename meta-python/recipes-devtools/python/{python-jsonpatch_1.21.bb => python-jsonpatch_1.23.bb} (55%)
 rename meta-python/recipes-devtools/python/{python3-jsonpatch_1.21.bb => python3-jsonpatch_1.23.bb} (100%)

diff --git a/meta-python/recipes-devtools/python/python-jsonpatch.inc b/meta-python/recipes-devtools/python/python-jsonpatch.inc
index e559fb1..409c09a 100644
--- a/meta-python/recipes-devtools/python/python-jsonpatch.inc
+++ b/meta-python/recipes-devtools/python/python-jsonpatch.inc
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3"
 
 inherit pypi
 
-SRC_URI[md5sum] = "0b20d819daf120ed3fef3be608f2ce18"
-SRC_URI[sha256sum] = "11f5ffdf543a83047a2f54ac28f8caad7f34724cb1ea26b27547fd974f1a2153"
+SRC_URI[md5sum] = "83c4c9faccb4a2ff8c1db80cbddc590d"
+SRC_URI[sha256sum] = "49f29cab70e9068db3b1dc6b656cbe2ee4edf7dfe9bf5a0055f17a4b6804a4b9"
 
 RDEPENDS_${PN} += "${PYTHON_PN}-json ${PYTHON_PN}-jsonpointer ${PYTHON_PN}-netclient ${PYTHON_PN}-stringold"
 
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 ccd8e12..0000000
--- 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 <hugovk@users.noreply.github.com>
-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 <mark.asselstine@windriver.com>
-
----
- 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
-
diff --git a/meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb b/meta-python/recipes-devtools/python/python-jsonpatch_1.23.bb
similarity index 55%
rename from meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb
rename to meta-python/recipes-devtools/python/python-jsonpatch_1.23.bb
index 2b253b5..90cd318 100644
--- a/meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb
+++ b/meta-python/recipes-devtools/python/python-jsonpatch_1.23.bb
@@ -2,7 +2,3 @@ inherit setuptools
 require python-jsonpatch.inc
 
 RDEPENDS_${PN} += "${PYTHON_PN}-re"
-
-SRC_URI += " \
-    file://Drop-support-for-EOL-Python-3.3.patch \
-"
diff --git a/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb b/meta-python/recipes-devtools/python/python3-jsonpatch_1.23.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb
rename to meta-python/recipes-devtools/python/python3-jsonpatch_1.23.bb
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-04-22 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-22 15:50 [meta-python][PATCH] python-jsonpatch: update to version 1.23 Derek Straka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.