All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-openpyxl: upgrade 3.1.1 -> 3.1.2
@ 2023-03-15 14:07 wangmy
  2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-paramiko: upgrade 3.0.0 -> 3.1.0 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wangmy @ 2023-03-15 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 #1963 Cannot read worksheets in read-only mode with locally scoped definitions
 #1974 Empty custom properties cause invalid files

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

diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.1.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.2.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-openpyxl_3.1.1.bb
rename to meta-python/recipes-devtools/python/python3-openpyxl_3.1.2.bb
index a0a4b6dc9..a88921061 100644
--- a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.2.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "f06d44e2c973781068bce5ecf860a09bcdb1c7f5ce1facd5e9aa82c92c93ae72"
+SRC_URI[sha256sum] = "a6f5977418eff3b2d5500d54d9db50c8277a368436f4e4f8ddb1be3422870184"
 
 RDEPENDS:${PN} += "\
 	${PYTHON_PN}-compression \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-paramiko: upgrade 3.0.0 -> 3.1.0
  2023-03-15 14:07 [oe] [meta-python] [PATCH] python3-openpyxl: upgrade 3.1.1 -> 3.1.2 wangmy
@ 2023-03-15 14:07 ` wangmy
  2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-portion: upgrade 2.3.1 -> 2.4.0 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-15 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
-[Feature] #2173: Accept single tabs as field separators (in addition to single
 spaces) in <paramiko.hostkeys.HostKeyEntry.from_line> for parity with
 OpenSSH’s KnownHosts parser.
-[Feature] #2013: (solving #2009, plus others) Add an explicit channel_timeout
 keyword argument to paramiko.client.SSHClient.connect, allowing users to
 configure the previously-hardcoded default value of 3600 seconds.
-[Support] #2178: Apply codespell to the codebase, which found a lot of very old
 minor spelling mistakes in docstrings. Also modernize many instances of
 *largs vs *args and **kwarg vs **kwargs.

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

diff --git a/meta-python/recipes-devtools/python/python3-paramiko_3.0.0.bb b/meta-python/recipes-devtools/python/python3-paramiko_3.1.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-paramiko_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-paramiko_3.1.0.bb
index 9e79c3668..70cee849a 100644
--- a/meta-python/recipes-devtools/python/python3-paramiko_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-paramiko_3.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/paramiko/paramiko/"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fd0120fc2e9f841c73ac707a30389af5"

-SRC_URI[sha256sum] = "fedc9b1dd43bc1d45f67f1ceca10bc336605427a46dcdf8dec6bfea3edf57965"
+SRC_URI[sha256sum] = "6950faca6819acd3219d4ae694a23c7a87ee38d084f70c1724b0c0dbb8b75769"

 PYPI_PACKAGE = "paramiko"

--
2.34.1



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

* [oe] [meta-python] [PATCH] python3-portion: upgrade 2.3.1 -> 2.4.0
  2023-03-15 14:07 [oe] [meta-python] [PATCH] python3-openpyxl: upgrade 3.1.1 -> 3.1.2 wangmy
  2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-paramiko: upgrade 3.0.0 -> 3.1.0 wangmy
@ 2023-03-15 14:07 ` wangmy
  2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-pydantic: upgrade 1.10.5 -> 1.10.6 wangmy
  2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.168.1 -> 2.4.169 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-15 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Added
------
 An AbstractDiscreteInterval class to ease the creation of specialized discrete intervals (experimental).
 A create_api function to generate an API similar to the one of portion but configured to use a given subclass of Interval (experimental, see Specialize & customize intervals).

Changed
-------
 Speed up repr and to_string for Interval instances (see #76, adm271828).
 Some internal changes to ease subclassing:
     from_string and from_data accepts a klass parameter to specify which class should be used to create Interval instances (default is Interval).
     Add a klass parameter for open, closed, openclosed, closedopen, singleton and empty (default is Interval).
     Add a _klass class attribute in IntervalDict to specify how to create Interval instances (default is Interval).
     IntervalDict uses self.__class__ to preserve subclasses when creating new instances.

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

diff --git a/meta-python/recipes-devtools/python/python3-portion_2.3.1.bb b/meta-python/recipes-devtools/python/python3-portion_2.4.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-portion_2.3.1.bb
rename to meta-python/recipes-devtools/python/python3-portion_2.4.0.bb
index d998db01d..942f1204c 100644
--- a/meta-python/recipes-devtools/python/python3-portion_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-portion_2.4.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "247471718131d41fb82137ab7b6466cdf4b785d047e38d309ebf34c84101a3a6"
+SRC_URI[sha256sum] = "deb16389e844dbf9aeb654261fce5febd720e4786c6690efbb9dc11608226840"
 
 RDEPENDS:${PN} = "\
     ${PYTHON_PN}-sortedcontainers \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-pydantic: upgrade 1.10.5 -> 1.10.6
  2023-03-15 14:07 [oe] [meta-python] [PATCH] python3-openpyxl: upgrade 3.1.1 -> 3.1.2 wangmy
  2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-paramiko: upgrade 3.0.0 -> 3.1.0 wangmy
  2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-portion: upgrade 2.3.1 -> 2.4.0 wangmy
@ 2023-03-15 14:07 ` wangmy
  2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.168.1 -> 2.4.169 wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-15 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Implement logic to support creating validators from non standard callables by
  using defaults to identify them and unwrapping functools.partial and
  functools.partialmethod when checking the signature
- Fix mypy plugin for v1.1.1, and fix dataclass_transform decorator for pydantic dataclasses
- Raise ValidationError, not ConfigError, when a discriminator value is unhashable

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

diff --git a/meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb b/meta-python/recipes-devtools/python/python3-pydantic_1.10.6.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb
rename to meta-python/recipes-devtools/python/python3-pydantic_1.10.6.bb
index 77e94a9bb..c888f4a5d 100644
--- a/meta-python/recipes-devtools/python/python3-pydantic_1.10.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pydantic_1.10.6.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2c02ea30650b91528657db64baea1757"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "9e337ac83686645a46db0e825acceea8e02fca4062483f40e9ae178e8bd1103a"
+SRC_URI[sha256sum] = "cf95adb0d1671fc38d8c43dd921ad5814a735e7d9b4d9e437c088002863854fd"
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-typing-extensions \
-- 
2.34.1



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

* [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.168.1 -> 2.4.169
  2023-03-15 14:07 [oe] [meta-python] [PATCH] python3-openpyxl: upgrade 3.1.1 -> 3.1.2 wangmy
                   ` (2 preceding siblings ...)
  2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-pydantic: upgrade 1.10.5 -> 1.10.6 wangmy
@ 2023-03-15 14:07 ` wangmy
  3 siblings, 0 replies; 5+ messages in thread
From: wangmy @ 2023-03-15 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Changes
- Bump changelog.
- Bump version.
- Bump templates.
- Bump deps.

Fix
- Add local key in MISPTag.
- Use pytest for the tests.

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

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.168.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.169.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.168.1.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.169.bb
index 3d55f35c3..a82b26851 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.168.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.169.bb
@@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
 
 SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main"
-SRCREV = "5fa99aa55706321767576ea501ce08416d970ace"
+SRCREV = "be755277b85cd6b06a1c2d6bb793f47ac891cc66"
 S = "${WORKDIR}/git"
 
 inherit python_poetry_core
-- 
2.34.1



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

end of thread, other threads:[~2023-03-15 14:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-15 14:07 [oe] [meta-python] [PATCH] python3-openpyxl: upgrade 3.1.1 -> 3.1.2 wangmy
2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-paramiko: upgrade 3.0.0 -> 3.1.0 wangmy
2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-portion: upgrade 2.3.1 -> 2.4.0 wangmy
2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-pydantic: upgrade 1.10.5 -> 1.10.6 wangmy
2023-03-15 14:07 ` [oe] [meta-python] [PATCH] python3-pymisp: upgrade 2.4.168.1 -> 2.4.169 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.