All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-oe] [PATCH] xfstests: upgrade 2022.10.30 -> 2022.11.06
@ 2022-11-28  6:12 wangmy
  2022-11-28  6:12 ` [oe] [meta-python] [PATCH] python3-matplotlib-inline: upgrade 0.1.2 -> 0.1.6 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xfstests/{xfstests_2022.10.30.bb => xfstests_2022.11.06.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-filesystems/recipes-utils/xfstests/{xfstests_2022.10.30.bb => xfstests_2022.11.06.bb} (97%)

diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.30.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.11.06.bb
similarity index 97%
rename from meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.30.bb
rename to meta-filesystems/recipes-utils/xfstests/xfstests_2022.11.06.bb
index 19e16c591..1c1a176a6 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.10.30.bb
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.11.06.bb
@@ -10,7 +10,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;na
            file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \
            "
 
-SRCREV_xfstests = "7d839ccc1a13148d1a41d32fb9be83a0c8d31496"
+SRCREV_xfstests = "41f2bbdec5faa5d6522e86e63c1f30473a99dbfe"
 SRCREV_unionmount = "e3825b16b46f4c4574a1a69909944c059835f914"
 
 S = "${WORKDIR}/git"
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-matplotlib-inline: upgrade 0.1.2 -> 0.1.6
  2022-11-28  6:12 [oe] [meta-oe] [PATCH] xfstests: upgrade 2022.10.30 -> 2022.11.06 wangmy
@ 2022-11-28  6:12 ` wangmy
  2022-11-28  6:12 ` [oe] [meta-oe] [PATCH] pcsc-lite: upgrade 1.9.8 -> 1.9.9 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright updated to 0.1.6

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/python3-matplotlib-inline_0.1.2.bb             | 8 --------
 .../python/python3-matplotlib-inline_0.1.6.bb             | 8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb

diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb
deleted file mode 100644
index f060f9333..000000000
--- a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.2.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-SUMMARY = "Inline Matplotlib backend for Jupyter"
-HOMEPAGE = "https://pypi.org/project/matplotlib-inline/"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c2728819a4288030f51c594327977be0"
-
-SRC_URI[sha256sum] = "f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e"
-
-inherit pypi
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb
new file mode 100644
index 000000000..13210b906
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.1.6.bb
@@ -0,0 +1,8 @@
+SUMMARY = "Inline Matplotlib backend for Jupyter"
+HOMEPAGE = "https://pypi.org/project/matplotlib-inline/"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d4692a0eb42ca54892399db2cb35e61e"
+
+SRC_URI[sha256sum] = "f887e5f10ba98e8d2b150ddcf4702c1e5f8b3a20005eb0f74bfdbd360ee6f304"
+
+inherit pypi
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] pcsc-lite: upgrade 1.9.8 -> 1.9.9
  2022-11-28  6:12 [oe] [meta-oe] [PATCH] xfstests: upgrade 2022.10.30 -> 2022.11.06 wangmy
  2022-11-28  6:12 ` [oe] [meta-python] [PATCH] python3-matplotlib-inline: upgrade 0.1.2 -> 0.1.6 wangmy
@ 2022-11-28  6:12 ` wangmy
  2022-11-28  6:12 ` [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.12.12 -> 2.12.13 wangmy
  2022-11-28  6:12 ` [oe] [meta-python] [PATCH] python3-asyncinotify: upgrade 2.0.5 -> 2.0.8 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- SCardEstablishContext() may return SCARD_W_SECURITY_VIOLATION if refused by Polkit
- Fix SCardReleaseContext() failure on orphan handles
- Fix SCardDisconnect() on orphan handle
- pcsc-spy: log the pioSendPci & pioRecvPci SCardTransmit() parameters
- Improve the log from pcscd: log the return code in text instead of hex
- Some other minor improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../pcsc-lite/{pcsc-lite_1.9.8.bb => pcsc-lite_1.9.9.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-support/pcsc-lite/{pcsc-lite_1.9.8.bb => pcsc-lite_1.9.9.bb} (92%)

diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.8.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb
similarity index 92%
rename from meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.8.bb
rename to meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb
index 64c9c2a9d..fd232c1b6 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.8.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb
@@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=628c01ba985ecfa21677f5ee2d5202f6"
 DEPENDS = "autoconf-archive-native"
 
 SRC_URI = "https://pcsclite.apdu.fr/files/${BP}.tar.bz2"
-SRC_URI[md5sum] = "d063c6ca17c17fab39a85132811e155d"
-SRC_URI[sha256sum] = "502d80c557ecbee285eb99fe8703eeb667bcfe067577467b50efe3420d1b2289"
+SRC_URI[sha256sum] = "cbcc3b34c61f53291cecc0d831423c94d437b188eb2b97b7febc08de1c914e8a"
 
 inherit autotools systemd pkgconfig perlnative
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.12.12 -> 2.12.13
  2022-11-28  6:12 [oe] [meta-oe] [PATCH] xfstests: upgrade 2022.10.30 -> 2022.11.06 wangmy
  2022-11-28  6:12 ` [oe] [meta-python] [PATCH] python3-matplotlib-inline: upgrade 0.1.2 -> 0.1.6 wangmy
  2022-11-28  6:12 ` [oe] [meta-oe] [PATCH] pcsc-lite: upgrade 1.9.8 -> 1.9.9 wangmy
@ 2022-11-28  6:12 ` wangmy
  2022-11-28  6:12 ` [oe] [meta-python] [PATCH] python3-asyncinotify: upgrade 2.0.5 -> 2.0.8 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
    Prevent returning an empty list for ClassDef.slots() when the mro list contains one class & it is not object.
    Prevent a crash when inferring calls to str.format with inferred arguments
    Infer the length argument of the random.sample function.
    Catch ValueError when indexing some builtin containers and sequences during inference.

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

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.12.12.bb b/meta-python/recipes-devtools/python/python3-astroid_2.12.13.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.12.12.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.12.13.bb
index aa0ce44ba..ca87ff013 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.12.12.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.12.13.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = "1c00a14f5a3ed0339d38d2e2e5b74ea2591df5861c0936bb292b84ccf3a78d83"
+SRC_URI[sha256sum] = "1493fe8bd3dfd73dc35bd53c9d5b6e49ead98497c47b2307662556a5692d29d7"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-asyncinotify: upgrade 2.0.5 -> 2.0.8
  2022-11-28  6:12 [oe] [meta-oe] [PATCH] xfstests: upgrade 2022.10.30 -> 2022.11.06 wangmy
                   ` (2 preceding siblings ...)
  2022-11-28  6:12 ` [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.12.12 -> 2.12.13 wangmy
@ 2022-11-28  6:12 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2022-11-28  6:12 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.5.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.8.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-asyncinotify_2.0.5.bb
rename to meta-python/recipes-devtools/python/python3-asyncinotify_2.0.8.bb
index 4c6450875..a34f947c5 100644
--- a/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec941a1cd6616454970d03cb9c9e8f8"
 
-SRC_URI[sha256sum] = "e4d95cba362f10d33b6fdd558afd39f0ea7a5be1a9694434e738141cbed366d9"
+SRC_URI[sha256sum] = "3a621eff75d37402d27648ec06874cd7fdf62128dc5c4f458f5bb88a32d87763"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

end of thread, other threads:[~2022-11-28  6:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28  6:12 [oe] [meta-oe] [PATCH] xfstests: upgrade 2022.10.30 -> 2022.11.06 wangmy
2022-11-28  6:12 ` [oe] [meta-python] [PATCH] python3-matplotlib-inline: upgrade 0.1.2 -> 0.1.6 wangmy
2022-11-28  6:12 ` [oe] [meta-oe] [PATCH] pcsc-lite: upgrade 1.9.8 -> 1.9.9 wangmy
2022-11-28  6:12 ` [oe] [meta-python] [PATCH] python3-astroid: upgrade 2.12.12 -> 2.12.13 wangmy
2022-11-28  6:12 ` [oe] [meta-python] [PATCH] python3-asyncinotify: upgrade 2.0.5 -> 2.0.8 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.