All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.25.2 -> 3.26.0
@ 2023-03-23  4:20 wangmy
  2023-03-23  4:20 ` [oe] [meta-python] [PATCH] python3-coverage: upgrade 7.2.1 -> 7.2.2 wangmy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: wangmy @ 2023-03-23  4:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-cmake_3.25.2.bb => python3-cmake_3.26.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cmake_3.25.2.bb => python3-cmake_3.26.0.bb} (90%)

diff --git a/meta-python/recipes-devtools/python/python3-cmake_3.25.2.bb b/meta-python/recipes-devtools/python/python3-cmake_3.26.0.bb
similarity index 90%
rename from meta-python/recipes-devtools/python/python3-cmake_3.25.2.bb
rename to meta-python/recipes-devtools/python/python3-cmake_3.26.0.bb
index d0e11f9a6..e4644d9aa 100644
--- a/meta-python/recipes-devtools/python/python3-cmake_3.25.2.bb
+++ b/meta-python/recipes-devtools/python/python3-cmake_3.26.0.bb
@@ -11,7 +11,7 @@ PYPI_PACKAGE = "cmake"
 PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
 
 inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "bcf9f0369743278ec26961542b31ed1610e6f4cfc20c00a3f1c61985abb3b0d2"
+SRC_URI[sha256sum] = "c18185c9cc147d0fa1e9228962aa37901b37866bd5d617e9efa23dfe706f7321"
 
 SRC_URI += " \
 	file://CMakeLists.txt \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [oe] [meta-python] [PATCH] python3-coverage: upgrade 7.2.1 -> 7.2.2
  2023-03-23  4:20 [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.25.2 -> 3.26.0 wangmy
@ 2023-03-23  4:20 ` wangmy
  2023-03-23  4:20 ` [oe] [meta-python] [PATCH] python3-daemon: upgrade 2.3.2 -> 3.0.1 wangmy
  2023-03-23  4:20 ` [oe] [meta-python] [PATCH] python3-eth-typing: upgrade 3.2.0 -> 3.3.0 wangmy
  2 siblings, 0 replies; 4+ messages in thread
From: wangmy @ 2023-03-23  4:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fix: if a virtualenv was created inside a source directory, and a sourced
  package was installed inside the virtualenv, then all of the third-party
  packages inside the virtualenv would be measured. This was incorrect,
  but has now been fixed: only the specified packages will be measured.
- Fix: the coverage lcov command could create a .lcov file with incorrect
  LF (lines found) and LH (lines hit) totals.
- Fix: the coverage xml command on Windows could create a .xml file with
  duplicate <package> elements.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-coverage_7.2.1.bb => python3-coverage_7.2.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-coverage_7.2.1.bb => python3-coverage_7.2.2.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-coverage_7.2.1.bb b/meta-python/recipes-devtools/python/python3-coverage_7.2.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-coverage_7.2.1.bb
rename to meta-python/recipes-devtools/python/python3-coverage_7.2.2.bb
index 5c57967bc..58d0b46f6 100644
--- a/meta-python/recipes-devtools/python/python3-coverage_7.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-coverage_7.2.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://coverage.readthedocs.io"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ee41112a44fe7014dce33e26468ba93"
 
-SRC_URI[sha256sum] = "c77f2a9093ccf329dd523a9b2b3c854c20d2a3d968b6def3b820272ca6732242"
+SRC_URI[sha256sum] = "36dd42da34fe94ed98c39887b86db9d06777b1c8f860520e21126a75507024f2"
 
 inherit pypi setuptools3
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [oe] [meta-python] [PATCH] python3-daemon: upgrade 2.3.2 -> 3.0.1
  2023-03-23  4:20 [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.25.2 -> 3.26.0 wangmy
  2023-03-23  4:20 ` [oe] [meta-python] [PATCH] python3-coverage: upgrade 7.2.1 -> 7.2.2 wangmy
@ 2023-03-23  4:20 ` wangmy
  2023-03-23  4:20 ` [oe] [meta-python] [PATCH] python3-eth-typing: upgrade 3.2.0 -> 3.3.0 wangmy
  2 siblings, 0 replies; 4+ messages in thread
From: wangmy @ 2023-03-23  4:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Bugs Fixed:
* Migrate to use the explicitly-maintained 'packaging' library.
  The package bundled in 'setuptools.extern.packaging' is to help make that
  package self-contained, but is not a supported API.
* Declare dependency on Setuptools >= 62.4.0.
  This is necessary for establishing the version information via Setuptools. We
  use 'setuptools.command.build', 'introduced in Setuptools version 62.4.0
* Refactor calculation of file descriptor ranges to close.
	
Added:
* Document a 'ServiceRunner' class as an example of using 'DaemonContext'.
* PyPA recommended Project URLs for the distribution.
	
Changed:
* Raise a TypeError if any 'exclude' values are not valid file descriptors.
* Migrate package version handling to use Setuptools API.
	
Removed:
* Remove redundant 'wheel' from the requirements specification.
* Remove Setuptools 'test' command support.
* Remove Setuptools 'register' and 'upload' command support.
* Remove the obsolete 'runner' module.
	
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-daemon_2.3.2.bb => python3-daemon_3.0.1.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-daemon_2.3.2.bb => python3-daemon_3.0.1.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-daemon_2.3.2.bb b/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-daemon_2.3.2.bb
rename to meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb
index 49b094fce..79507bdce 100644
--- a/meta-python/recipes-devtools/python/python3-daemon_2.3.2.bb
+++ b/meta-python/recipes-devtools/python/python3-daemon_3.0.1.bb
@@ -13,7 +13,6 @@ LIC_FILES_CHKSUM = "file://README;md5=a3a94c615dc969a70525f1eebbacf235"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "b7397fe73d516dc14921500a1245b41c"
-SRC_URI[sha256sum] = "3deeb808e72b6b89f98611889e11cc33754f5b2c1517ecfa1aaf25f402051fb5"
+SRC_URI[sha256sum] = "6c57452372f7eaff40934a1c03ad1826bf5e793558e87fef49131e6464b4dae5"
 
 PYPI_PACKAGE = "python-daemon"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [oe] [meta-python] [PATCH] python3-eth-typing: upgrade 3.2.0 -> 3.3.0
  2023-03-23  4:20 [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.25.2 -> 3.26.0 wangmy
  2023-03-23  4:20 ` [oe] [meta-python] [PATCH] python3-coverage: upgrade 7.2.1 -> 7.2.2 wangmy
  2023-03-23  4:20 ` [oe] [meta-python] [PATCH] python3-daemon: upgrade 2.3.2 -> 3.0.1 wangmy
@ 2023-03-23  4:20 ` wangmy
  2 siblings, 0 replies; 4+ messages in thread
From: wangmy @ 2023-03-23  4:20 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...{python3-eth-typing_3.2.0.bb => python3-eth-typing_3.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-eth-typing_3.2.0.bb => python3-eth-typing_3.3.0.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb b/meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb
rename to meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb
index b810341d2..ad339a22c 100644
--- a/meta-python/recipes-devtools/python/python3-eth-typing_3.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-eth-typing_3.3.0.bb
@@ -4,6 +4,6 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bf9691ead96f1163622689e47ce3f366"
 
-SRC_URI[sha256sum] = "177e2070da9bf557fe0fd46ee467a7be2d0b6476aa4dc18680603e7da1fc5690"
+SRC_URI[sha256sum] = "e9535e9d524d4c7a0cbd3d9832093cc5001a3e31869e72645674d24c6376d196"
 
 inherit pypi setuptools3
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-23  4:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23  4:20 [oe] [meta-python] [PATCH] python3-cmake: upgrade 3.25.2 -> 3.26.0 wangmy
2023-03-23  4:20 ` [oe] [meta-python] [PATCH] python3-coverage: upgrade 7.2.1 -> 7.2.2 wangmy
2023-03-23  4:20 ` [oe] [meta-python] [PATCH] python3-daemon: upgrade 2.3.2 -> 3.0.1 wangmy
2023-03-23  4:20 ` [oe] [meta-python] [PATCH] python3-eth-typing: upgrade 3.2.0 -> 3.3.0 wangmy

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.