]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pluggy: upgrade 1.0.0 -> 1.2.0
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 27 Jun 2023 07:17:22 +0000 (15:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2023 06:55:00 +0000 (07:55 +0100)
Changelog:
==========
#405: The new-style hook wrappers, added in the yanked 1.1.0 release, now require an explicit wrapper=True designation in the @hookimpl() decorator.
#364: Python 3.6 is no longer supported.
#260: Added "new-style" hook wrappers, a simpler but equally powerful alternative to the existing hookwrapper=True wrappers.
#364: Python 3.11 and 3.12 are now officially supported.
#394: Added the :meth:`~pluggy._callers._Result.force_exception` method to _Result.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pluggy_1.2.0.bb [moved from meta/recipes-devtools/python/python3-pluggy_1.0.0.bb with 88% similarity]

similarity index 88%
rename from meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
rename to meta/recipes-devtools/python/python3-pluggy_1.2.0.bb
index 99ae6336b7645d21abd1781c24449a34ad816beb..3322bb523ba530431db692b37ab415580d835979 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pytest-dev/pluggy"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1c8206d16fd5cc02fa9b0bb98955e5c2"
 
-SRC_URI[sha256sum] = "4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"
+SRC_URI[sha256sum] = "d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 RDEPENDS:${PN} += "${PYTHON_PN}-importlib-metadata \