diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-12-23 17:11:01 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-24 13:49:28 +0000 |
| commit | 2d73ae79a86eefd0e2c2cf419159795f0113579d (patch) | |
| tree | 26af77294395dcf97c93f7aa0ab92c7253a79f84 /meta/recipes-devtools/python | |
| parent | d2e63af813bd914563436a5beebd91fdb0f9a221 (diff) | |
| download | poky-2d73ae79a86eefd0e2c2cf419159795f0113579d.tar.gz | |
python3-six: upgrade 1.16.0 -> 1.17.0
License-Update: Copyright year updated to 2024.
Changelog:
===========
- Pull request #388: Remove 'URLopener' and 'FancyURLopener' classes from
'urllib.request' when running on Python 3.14 or greater.
- Pull request #365, issue #283: 'six.moves.UserDict' now points to
'UserDict.IterableUserDict' instead of 'UserDict.UserDict' on Python 2.
(From OE-Core rev: dd62b4f7b46bb5551e5397404356c56905dda9ce)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python-six.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-six_1.16.0.bb | 4 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-six_1.17.0.bb | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python-six.inc b/meta/recipes-devtools/python/python-six.inc index 6b1b4ba481..f7a62b6068 100644 --- a/meta/recipes-devtools/python/python-six.inc +++ b/meta/recipes-devtools/python/python-six.inc | |||
| @@ -2,7 +2,7 @@ SUMMARY = "Python 2 and 3 compatibility library" | |||
| 2 | HOMEPAGE = "https://pypi.org/project/six/" | 2 | HOMEPAGE = "https://pypi.org/project/six/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=43cfc9e4ac0e377acfb9b76f56b8415d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e50fab7e9501f3dfc920eafeb24b46ea" |
| 6 | 6 | ||
| 7 | inherit pypi | 7 | inherit pypi |
| 8 | 8 | ||
diff --git a/meta/recipes-devtools/python/python3-six_1.16.0.bb b/meta/recipes-devtools/python/python3-six_1.16.0.bb deleted file mode 100644 index 1ba48d4f47..0000000000 --- a/meta/recipes-devtools/python/python3-six_1.16.0.bb +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-six.inc | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" | ||
diff --git a/meta/recipes-devtools/python/python3-six_1.17.0.bb b/meta/recipes-devtools/python/python3-six_1.17.0.bb new file mode 100644 index 0000000000..693f1818d3 --- /dev/null +++ b/meta/recipes-devtools/python/python3-six_1.17.0.bb | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | inherit setuptools3 | ||
| 2 | require python-six.inc | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81" | ||
