All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0
@ 2021-05-10 14:07 Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 02/10] python3-humanize: Upgrade 3.4.1 -> 3.5.0 Leon Anavi
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Leon Anavi @ 2021-05-10 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.9.0:

- Modified the --timestats general option from boolean to choice
  with 3 choices for when statistics are displayed (after each
  command or via a command).
- Fixed a ValueError on Windows that was raised when the
  connections file was not on the home drive.
- Limit click package to < 8.0 because of a) incompatibility with
  python 2.7, b) incompatibility between click 8.0 and clicl-repl.
- Limit mock package to lt 4.0.3 to avoid issue issue that causes
  test failure.
- Fix issue caused by mock package version 4.0.3 by creating
  replacements for warnings.warn and warnings.warn_explicit
  functions and removing the use of the patch decorator in
  pywbemcli.py before the definition of the cli function.
- Fixes issue where in pywbemcli the --timeout and --use-pull
  general options were not always correctly included in the new
  object context in interactive mode if they were specified on
  the interactive mode cmd line.
- Fixed issue in tests with use of stdin and inputting the instance
  path for instance get and instance delete. This was a test setup
  issue and not a code issue.
- Mitigated the coveralls HTTP status 422 by pinning
  coveralls-python to <3.0.0.
- Fix issue where documentation index disappeared when we changed
  the documentation theme
- Test: Fixed behavior of 'pdb' test condition, which is supposed
  to stop in the pdb debugger before executing the command
  function, but did immediately leave the debugger again because
  of redirections of the standard streams. The debugger now
  properly comes up when 'pdb' is specified as a condition.
- Test: Fixed restoring of environment variables that are modified
  by testcases, and displaying of PYWBEMCLI environment variables
  during testing in verbose mode.
- Change MOFCompiler.add_mof/remove_mof() to only display
  exceptions received if not MOFCompileError since the MOF
  compiler logs all MOFCompileError exceptions.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-pywbemtools_0.8.1.bb => python3-pywbemtools_0.9.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-extended/pywbemtools/{python3-pywbemtools_0.8.1.bb => python3-pywbemtools_0.9.0.bb} (92%)

diff --git a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.1.bb b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb
similarity index 92%
rename from meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.1.bb
rename to meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb
index c5cabdb13e..b06fee5500 100644
--- a/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.8.1.bb
+++ b/meta-python/recipes-extended/pywbemtools/python3-pywbemtools_0.9.0.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://pywbemtools.readthedocs.io/en/stable/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 
-SRC_URI[sha256sum] = "3cbee091f0a4917394814d7e639ab9fe13ad0859e47288deabf2b09a4382c4ae"
+SRC_URI[sha256sum] = "f6f36c96be46c801919fa6cc218a5d051fce381a2d9a0b99c9162d8335e96c36"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 02/10] python3-humanize: Upgrade 3.4.1 -> 3.5.0
  2021-05-10 14:07 [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0 Leon Anavi
@ 2021-05-10 14:07 ` Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 03/10] python3-elementpath: Upgrade 2.2.1 -> 2.2.2 Leon Anavi
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Leon Anavi @ 2021-05-10 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.5.0:

- Add intword processing for thousands
- Update translation .po files with 'thousand'
- Remove generated translation binaries from repo

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-humanize_3.4.1.bb => python3-humanize_3.5.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-humanize_3.4.1.bb => python3-humanize_3.5.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.4.1.bb b/meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-humanize_3.4.1.bb
rename to meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb
index 5ffc2b5938..866079105e 100644
--- a/meta-python/recipes-devtools/python/python3-humanize_3.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
 
-SRC_URI[sha256sum] = "6e04cdd75d66074c34ff93c30a2ad6d19d91202a65c1bd400b2edeedae399bda"
+SRC_URI[sha256sum] = "a0474226e1494923f9106758e11f0c3bb4dbe5e7d84388fa78f90eb7713b5d65"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 03/10] python3-elementpath: Upgrade 2.2.1 -> 2.2.2
  2021-05-10 14:07 [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0 Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 02/10] python3-humanize: Upgrade 3.4.1 -> 3.5.0 Leon Anavi
@ 2021-05-10 14:07 ` Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 04/10] python3-typing-extensions: Upgrade 3.7.4.3 -> 3.10.0.0 Leon Anavi
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Leon Anavi @ 2021-05-10 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.2.2:

- Fix issue sissaschool/xmlschema#243 (assert with xsi:nil usage)
- First implementation of XPath 3.0 fn:format-integer

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-elementpath_2.2.1.bb => python3-elementpath_2.2.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-elementpath_2.2.1.bb => python3-elementpath_2.2.2.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-elementpath_2.2.1.bb b/meta-python/recipes-devtools/python/python3-elementpath_2.2.2.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-elementpath_2.2.1.bb
rename to meta-python/recipes-devtools/python/python3-elementpath_2.2.2.bb
index b0a7339687..c793592bea 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_2.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_2.2.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"
 
-SRC_URI[sha256sum] = "c7b996c5624926f329f4379fbcffd5787629e08b2f8d7159d23525e9243ba637"
+SRC_URI[sha256sum] = "68de07c1aec3b1d33126111252cc699600dd1e45802625344aa6eb9e680ef157"
 
 PYPI_PACKAGE = "elementpath"
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 04/10] python3-typing-extensions: Upgrade 3.7.4.3 -> 3.10.0.0
  2021-05-10 14:07 [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0 Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 02/10] python3-humanize: Upgrade 3.4.1 -> 3.5.0 Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 03/10] python3-elementpath: Upgrade 2.2.1 -> 2.2.2 Leon Anavi
@ 2021-05-10 14:07 ` Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 05/10] python3-watchdog: Upgrade 2.0.3 -> 2.1.0 Leon Anavi
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Leon Anavi @ 2021-05-10 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.10.0.0:

- Implement TypeGuard (PEP 649)
- backport ParamSpecArgs/Kwargs
- Fixed required/optional keys with old-style TypedDict
- Support PEP 612 in typing_extensions (Python 3)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...nsions_3.7.4.3.bb => python3-typing-extensions_3.10.0.0.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-typing-extensions_3.7.4.3.bb => python3-typing-extensions_3.10.0.0.bb} (66%)

diff --git a/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.3.bb b/meta-python/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.3.bb
rename to meta-python/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb
index 8ef15fab79..a8e632487d 100644
--- a/meta-python/recipes-devtools/python/python3-typing-extensions_3.7.4.3.bb
+++ b/meta-python/recipes-devtools/python/python3-typing-extensions_3.10.0.0.bb
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=64fc2b30b67d0a8423c250e0386ed72f"
 # The name on PyPi is slightly different.
 PYPI_PACKAGE = "typing_extensions"
 
-SRC_URI[md5sum] = "5fcbfcb22e6f8c9bf23fb9f8e020f6ee"
-SRC_URI[sha256sum] = "99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"
+SRC_URI[sha256sum] = "50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 05/10] python3-watchdog: Upgrade 2.0.3 -> 2.1.0
  2021-05-10 14:07 [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-05-10 14:07 ` [meta-python][PATCH 04/10] python3-typing-extensions: Upgrade 3.7.4.3 -> 3.10.0.0 Leon Anavi
@ 2021-05-10 14:07 ` Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 06/10] python3-greenlet: Upgrade 1.0.0 -> 1.1.0 Leon Anavi
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Leon Anavi @ 2021-05-10 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.0:

- [inotify] Simplify libc loading
- [mac] Add support for non-recursive watches in FSEventsEmitter
- [watchmedo] Add support for --debug-force-* arguments to tricks

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-watchdog_2.0.3.bb => python3-watchdog_2.1.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-watchdog_2.0.3.bb => python3-watchdog_2.1.0.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.0.3.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.1.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-watchdog_2.0.3.bb
rename to meta-python/recipes-devtools/python/python3-watchdog_2.1.0.bb
index 7486570192..91744d8e3c 100644
--- a/meta-python/recipes-devtools/python/python3-watchdog_2.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-watchdog_2.1.0.bb
@@ -4,7 +4,7 @@ DEPENDS = "${PYTHON_PN}-argh"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "4288d3a984324db492e57aa169666238a2578f0af5a081685526608fb9f6bd61"
+SRC_URI[sha256sum] = "55316efab52f659b8b7b59730680bfb27ac003522f24c44f6bcd60c4e3736ccd"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 06/10] python3-greenlet: Upgrade 1.0.0 -> 1.1.0
  2021-05-10 14:07 [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-05-10 14:07 ` [meta-python][PATCH 05/10] python3-watchdog: Upgrade 2.0.3 -> 2.1.0 Leon Anavi
@ 2021-05-10 14:07 ` Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 07/10] python3-bitarray: Upgrade 2.0.1 -> 2.1.0 Leon Anavi
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Leon Anavi @ 2021-05-10 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.1.0:

- Add support for Python 3.10. Pre-built binary wheels for 3.10 are
  not currently available for all platforms. The greenlet ABI is
  different on Python 3.10 from all previous versions, but as 3.10
  was never supported before, and the ABI has not changed on other
  Python versions, this is not considered a reason to change
  greenlet's major version.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-greenlet_1.0.0.bb => python3-greenlet_1.1.0.bb}   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-greenlet_1.0.0.bb => python3-greenlet_1.1.0.bb} (65%)

diff --git a/meta-python/recipes-devtools/python/python3-greenlet_1.0.0.bb b/meta-python/recipes-devtools/python/python3-greenlet_1.1.0.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-greenlet_1.0.0.bb
rename to meta-python/recipes-devtools/python/python3-greenlet_1.1.0.bb
index 32194dba78..0f0f18fe35 100644
--- a/meta-python/recipes-devtools/python/python3-greenlet_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-greenlet_1.1.0.bb
@@ -1,8 +1,9 @@
 SUMMARY = "Python lightweight in-process concurrent programming"
+HOMEPAGE = "https://greenlet.readthedocs.io/en/latest/"
 LICENSE = "MIT & PSF"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e95668d68e4329085c7ab3535e6a7aee \
                     file://LICENSE.PSF;md5=c106931d9429eda0492617f037b8f69a"
 
-SRC_URI[sha256sum] = "719e169c79255816cdcf6dccd9ed2d089a72a9f6c42273aae12d55e8d35bdcf8"
+SRC_URI[sha256sum] = "c87df8ae3f01ffb4483c796fe1b15232ce2b219f0b18126948616224d3f658ee"
 
 inherit pypi distutils3 setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 07/10] python3-bitarray: Upgrade 2.0.1 -> 2.1.0
  2021-05-10 14:07 [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0 Leon Anavi
                   ` (4 preceding siblings ...)
  2021-05-10 14:07 ` [meta-python][PATCH 06/10] python3-greenlet: Upgrade 1.0.0 -> 1.1.0 Leon Anavi
@ 2021-05-10 14:07 ` Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 08/10] python3-websockets: Upgrade 8.1 -> 9.0.1 Leon Anavi
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Leon Anavi @ 2021-05-10 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.0:

- add `.find()` method
- `.find()`, `.index()`, `.search()` and `.itersearch()` now all
  except both (sub-) bitarray as well as bool items to be searched
  for
- improve encode/decode error messages
- add lexicographical permutations example
- add tests

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-bitarray_2.0.1.bb => python3-bitarray_2.1.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-bitarray_2.0.1.bb => python3-bitarray_2.1.0.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.0.1.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-bitarray_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
index a91e246d40..12de2c97ae 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_2.1.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray"
 LICENSE = "PSF"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
 
-SRC_URI[sha256sum] = "ec3a4f6d711a79ed23aea9541638d3353dc3f083f293a13180b14b482e3e19ef"
+SRC_URI[sha256sum] = "97224a19325ecee49a3bf4df3ee0531d3af9cf288b67d089a7ef44a3c4ea3839"
 
 inherit setuptools3 pypi
 
-- 
2.17.1


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

* [meta-python][PATCH 08/10] python3-websockets: Upgrade 8.1 -> 9.0.1
  2021-05-10 14:07 [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0 Leon Anavi
                   ` (5 preceding siblings ...)
  2021-05-10 14:07 ` [meta-python][PATCH 07/10] python3-bitarray: Upgrade 2.0.1 -> 2.1.0 Leon Anavi
@ 2021-05-10 14:07 ` Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 09/10] python3-babel: Upgrade 2.9.0 -> 2.9.1 Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 10/10] python3-croniter: Upgrade 1.0.12 -> 1.0.13 Leon Anavi
  8 siblings, 0 replies; 10+ messages in thread
From: Leon Anavi @ 2021-05-10 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 9.0.1:

- Fixed issues with the packaging of the 9.0 release.
- :class:`~datastructures.Headers` and
  :exc:`~datastructures.MultipleValuesError` were moved from
  websockets.http to :mod:`websockets.datastructures`.
  If you're using them, you should adjust the import path.
- The client, server, protocol, and auth modules were moved from
  the websockets package to websockets.legacy sub-package, as part
  of an upcoming refactoring. Despite the name, they're still
  fully supported. The refactoring should be a transparent upgrade
  for most uses when it's available. The legacy implementation
  will be preserved according to the backwards-compatibility
  policy.
- The framing, handshake, headers, http, and uri modules in the
  websockets package are deprecated. These modules provided
  low-level APIs for reuse by other WebSocket implementations, but
  that never happened. Keeping these APIs public makes it more
  difficult to improve websockets for no actual benefit.
- Added compatibility with Python 3.9.
- Added support for IRIs in addition to URIs.
- Added close codes 1012, 1013, and 1014.
- Raised an error when passing a :class:`dict` to
  :meth:`~legacy.protocol.WebSocketCommonProtocol.send`.
- Fixed sending fragmented, compressed messages.
- Fixed Host header sent when connecting to an IPv6 address.
- Fixed creating a client or a server with an existing Unix socket.
- Aligned maximum cookie size with popular web browsers.
- Ensured cancellation always propagates, even on Python versions
  where :exc:`~asyncio.CancelledError` inherits :exc:`Exception`.
- Improved error reporting.

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...python3-websockets_8.1.bb => python3-websockets_9.0.1.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-websockets_8.1.bb => python3-websockets_9.0.1.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python3-websockets_8.1.bb b/meta-python/recipes-devtools/python/python3-websockets_9.0.1.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-websockets_8.1.bb
rename to meta-python/recipes-devtools/python/python3-websockets_9.0.1.bb
index b09e978af7..58f4f10ff7 100644
--- a/meta-python/recipes-devtools/python/python3-websockets_8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-websockets_9.0.1.bb
@@ -2,12 +2,11 @@ SUMMARY = "An implementation of the WebSocket Protocol (RFC 6455)"
 HOMEPAGE = "https://github.com/aaugustin/websockets"
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=ad5c6d36b3d0098b2f33a5ab69a9e750"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=78c2cc91e172ca96d6f8e4a76c739ec6"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "f12d7f31fe8d0b3e65c12f845bcd0ad8"
-SRC_URI[sha256sum] = "5c65d2da8c6bce0fca2528f69f44b2f977e06954c8512a952222cea50dad430f"
+SRC_URI[sha256sum] = "2ab64e9fd18e57a66b63a8774e337d81d6366412bef65c7d71f87ad5c4faeed5"
 
 BBCLASSEXTEND = "native nativesdk"
 
-- 
2.17.1


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

* [meta-python][PATCH 09/10] python3-babel: Upgrade 2.9.0 -> 2.9.1
  2021-05-10 14:07 [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0 Leon Anavi
                   ` (6 preceding siblings ...)
  2021-05-10 14:07 ` [meta-python][PATCH 08/10] python3-websockets: Upgrade 8.1 -> 9.0.1 Leon Anavi
@ 2021-05-10 14:07 ` Leon Anavi
  2021-05-10 14:07 ` [meta-python][PATCH 10/10] python3-croniter: Upgrade 1.0.12 -> 1.0.13 Leon Anavi
  8 siblings, 0 replies; 10+ messages in thread
From: Leon Anavi @ 2021-05-10 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.9.1:

- The internal locale-data loading functions now validate the name
  of the locale file to be loaded and only allow files within
  Babel's data directory. Thanks to Chris Lyne of Tenable, Inc. for
  discovering the issue!

License-Update: Update years

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-babel_2.9.0.bb => python3-babel_2.9.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-babel_2.9.0.bb => python3-babel_2.9.1.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-babel_2.9.0.bb b/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-babel_2.9.0.bb
rename to meta-python/recipes-devtools/python/python3-babel_2.9.1.bb
index 7248abf33b..a54f0d2100 100644
--- a/meta-python/recipes-devtools/python/python3-babel_2.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "A collection of tools for internationalizing Python applications"
 HOMEPAGE = "http://babel.edgewall.org/"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=22a580b27e4ebf9689e466b63aedeb7f"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=05fb707293a85504aa67afc8ea34d747"
 
-SRC_URI[sha256sum] = "da031ab54472314f210b0adcff1588ee5d1d1d0ba4dbd07b94dba82bde791e05"
+SRC_URI[sha256sum] = "bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0"
 
 PYPI_PACKAGE = "Babel"
 
-- 
2.17.1


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

* [meta-python][PATCH 10/10] python3-croniter: Upgrade 1.0.12 -> 1.0.13
  2021-05-10 14:07 [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0 Leon Anavi
                   ` (7 preceding siblings ...)
  2021-05-10 14:07 ` [meta-python][PATCH 09/10] python3-babel: Upgrade 2.9.0 -> 2.9.1 Leon Anavi
@ 2021-05-10 14:07 ` Leon Anavi
  8 siblings, 0 replies; 10+ messages in thread
From: Leon Anavi @ 2021-05-10 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.13:

- Fix ZeroDivisionError with * * R/0 * *

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-croniter_1.0.12.bb => python3-croniter_1.0.13.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-croniter_1.0.12.bb => python3-croniter_1.0.13.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.12.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-croniter_1.0.12.bb
rename to meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb
index fd70468953..c520fa715f 100644
--- a/meta-python/recipes-devtools/python/python3-croniter_1.0.12.bb
+++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.13.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
 
 PYPI_PACKAGE = "croniter"
 
-SRC_URI[sha256sum] = "3603ef0d60fc6df98ce356c01529de90b06a002379b9f5e9eae981fb9c1fd936"
+SRC_URI[sha256sum] = "57f36df4f5a1c31bbf50bbffa3551612c19f6156ab1e88e2e42342ccbb9f9b9a"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

end of thread, other threads:[~2021-05-10 14:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10 14:07 [meta-python][PATCH 01/10] python3-pywbemtools: Upgrade 0.8.1 -> 0.9.0 Leon Anavi
2021-05-10 14:07 ` [meta-python][PATCH 02/10] python3-humanize: Upgrade 3.4.1 -> 3.5.0 Leon Anavi
2021-05-10 14:07 ` [meta-python][PATCH 03/10] python3-elementpath: Upgrade 2.2.1 -> 2.2.2 Leon Anavi
2021-05-10 14:07 ` [meta-python][PATCH 04/10] python3-typing-extensions: Upgrade 3.7.4.3 -> 3.10.0.0 Leon Anavi
2021-05-10 14:07 ` [meta-python][PATCH 05/10] python3-watchdog: Upgrade 2.0.3 -> 2.1.0 Leon Anavi
2021-05-10 14:07 ` [meta-python][PATCH 06/10] python3-greenlet: Upgrade 1.0.0 -> 1.1.0 Leon Anavi
2021-05-10 14:07 ` [meta-python][PATCH 07/10] python3-bitarray: Upgrade 2.0.1 -> 2.1.0 Leon Anavi
2021-05-10 14:07 ` [meta-python][PATCH 08/10] python3-websockets: Upgrade 8.1 -> 9.0.1 Leon Anavi
2021-05-10 14:07 ` [meta-python][PATCH 09/10] python3-babel: Upgrade 2.9.0 -> 2.9.1 Leon Anavi
2021-05-10 14:07 ` [meta-python][PATCH 10/10] python3-croniter: Upgrade 1.0.12 -> 1.0.13 Leon Anavi

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.