All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/15] python3-pywbem: Upgrade 0.17.3 -> 0.17.4
@ 2020-07-31 13:22 Leon Anavi
  2020-07-31 13:22 ` [meta-python][PATCH 02/15] python3-lxml: Upgrade 4.5.1 -> 4.5.2 Leon Anavi
                   ` (14 more replies)
  0 siblings, 15 replies; 30+ messages in thread
From: Leon Anavi @ 2020-07-31 13:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.17.4 with the following bug fixes:

- Test: On Python 3.8, upgraded the minimum version of lxml from
  4.4.1 to 4.4.3, in order to fix an XMLSyntaxError raised when
  encountering UCS-4 characters.
- Test: Fixed issue with Swig when installing M2Crypto on native
  Windows in the Appveyor CI, reporting mssing files swig.swg and
  python.swg. This was fixed by pinning the swig version to 4.0.1.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-pywbem_0.17.3.bb => python3-pywbem_0.17.4.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-extended/pywbem/{python3-pywbem_0.17.3.bb => python3-pywbem_0.17.4.bb} (92%)

diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_0.17.3.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_0.17.4.bb
similarity index 92%
rename from meta-python/recipes-extended/pywbem/python3-pywbem_0.17.3.bb
rename to meta-python/recipes-extended/pywbem/python3-pywbem_0.17.4.bb
index 930f04896..a804b0cc0 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_0.17.3.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_0.17.4.bb
@@ -16,8 +16,8 @@ HOMEPAGE = "http://pywbem.github.io"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
 
-SRC_URI[md5sum] = "9fbee6b4327f035eb212017b6cd84309"
-SRC_URI[sha256sum] = "1de9963adda97d89d191d027ddc64167699a11ac42ecc3ea35dddf7679ac2441"
+SRC_URI[md5sum] = "b65c03026bf2174e58e3e47a5e7e4825"
+SRC_URI[sha256sum] = "5b54b65a5434bb16432415743c0d154feee0c6d7a8a2fee208719c67d6d24c97"
 
 inherit pypi setuptools3 update-alternatives
 
-- 
2.17.1


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

end of thread, other threads:[~2020-08-03 21:56 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-31 13:22 [meta-python][PATCH 01/15] python3-pywbem: Upgrade 0.17.3 -> 0.17.4 Leon Anavi
2020-07-31 13:22 ` [meta-python][PATCH 02/15] python3-lxml: Upgrade 4.5.1 -> 4.5.2 Leon Anavi
2020-08-03 21:43   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 03/15] python3-gmqtt: Upgarde 0.6.5 -> 0.6.7 Leon Anavi
2020-08-03 21:43   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 04/15] python3-pyroute2: Upgrade 0.5.12 -> 0.5.13 Leon Anavi
2020-08-03 21:43   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 05/15] python3-pymongo: Upgrade 3.10.1 -> 3.11.0 Leon Anavi
2020-08-03 21:44   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 06/15] python3-pid: Upgrade 3.0.3 -> 3.0.4 Leon Anavi
2020-08-03 21:44   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 07/15] python3-pychromecast: Upgrade 7.1.2 -> 7.2.0 Leon Anavi
2020-08-03 21:54   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 08/15] python3-dynamic-dispatch: Upgrade 1.0.2 -> 1.0.3 Leon Anavi
2020-08-03 21:54   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 09/15] python3-cbor2: Upgrade 5.1.1 -> 5.1.2 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 10/15] python3-xlsxwriter: Consolidate in a single file Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 11/15] python3-xlsxwriter: Upgrade 1.2.9 -> 1.3.0 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 12/15] python3-cffi: Upgrade 1.14.0 -> 1.14.1 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 13/15] python3-pandas: Upgrade 1.0.5 -> 1.1.0 Leon Anavi
2020-08-03 21:55   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 14/15] python3-luma-core: Upgrade 1.14.0 -> 1.14.1 Leon Anavi
2020-08-03 21:56   ` [oe] " Trevor Gamblin
2020-07-31 13:22 ` [meta-python][PATCH 15/15] python3-tqdm: Upgrade 4.47.0 -> 4.48.0 Leon Anavi
2020-08-03 21:56   ` [oe] " Trevor Gamblin
2020-08-03 21:42 ` [oe] [meta-python][PATCH 01/15] python3-pywbem: Upgrade 0.17.3 -> 0.17.4 Trevor Gamblin

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.