aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-configobj
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-01-19 19:26:15 +0200
committerKhem Raj <raj.khem@gmail.com>2023-01-19 11:17:02 -0800
commitceceffcb1e3ef4f9ba7708f77c27e30a7aea61e5 (patch)
treea1d59322969ab07b75ac889e145acf51a87281a8 /meta-python/recipes-devtools/python/python3-configobj
parent2f663daa135e12d53e95762fcdb1539088fc86a7 (diff)
downloadmeta-openembedded-ceceffcb1e3ef4f9ba7708f77c27e30a7aea61e5.tar.gz
python3-configobj: Upgrade 5.0.6 -> 5.0.8
Upgrade to release 5.0.8: - fixing/test for a regression introduced in 5.0.7 that prevented import validate from working - update testing to validate against python version 2.7 & 3.5-3.11 - update broken links / non-existent services and references License-Update: Use file LICENSE, no change of the license Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-configobj')
-rw-r--r--meta-python/recipes-devtools/python/python3-configobj/0001-Switch-from-using-distutils-to-setuptools.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configobj/0001-Switch-from-using-distutils-to-setuptools.patch b/meta-python/recipes-devtools/python/python3-configobj/0001-Switch-from-using-distutils-to-setuptools.patch
deleted file mode 100644
index ed6ceca8e1..0000000000
--- a/meta-python/recipes-devtools/python/python3-configobj/0001-Switch-from-using-distutils-to-setuptools.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From ad9024e50a9df4a2b8a1a019e07bb133c3df31bf Mon Sep 17 00:00:00 2001
-From: Daniel Watkins <daniel@daniel-watkins.co.uk>
-Date: Thu, 28 Aug 2014 18:49:04 +0200
-Subject: [PATCH] Switch from using distutils to setuptools.
-
-Upstream-Status: Backport
-
-Signed-off-by: Tim Orling <tim.orling@konsulko.com>
----
- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index c6d57a6..6755ab4 100644
---- a/setup.py
-+++ b/setup.py
-@@ -12,7 +12,7 @@
- # http://opensource.org/licenses/BSD-3-Clause
- import os
- import sys
--from distutils.core import setup
-+from setuptools import setup
- # a simple import wouldn't work if we moved towards a package with __init__
- from _version import __version__
-
---
-2.30.2
-