All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] python3-docutils: upgrade 0.18 -> 0.18.1
@ 2021-11-29  9:57 Wang Mingyu
  2021-11-29  9:57 ` [OE-core] [PATCH] python3-libarchive-c: upgrade 3.1 -> 3.2 Wang Mingyu
  0 siblings, 1 reply; 2+ messages in thread
From: Wang Mingyu @ 2021-11-29  9:57 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
docutils/nodes.py
  Node.traverse() returns a list again to restore backwards compatibility. Fixes bug #431.
  New method Node.findall(): like Node.traverse() but returns an iterator. Obsoletes Node.traverse().

docutils/utils/__init__.py:
  Fix behaviour of get_stylesheet_list(): do not look up stylesheets given as "stylesheet" setting. Cf. bug #434.

docutils/writers/_html_base.py:
  Fix handling of footnote_backlinks==False (report Alan G Isaac).

docutils/writers/html5_polyglot/math.css:
  Fix typo (bug #432).

docutils/writers/odf_odt/__init__.py:
  Fix spurious output with Windows (bug #350).

test/test_error_reporting.py:
  Fix a false positive (bug #434).

License-Update:
 year updated to 2021
 update url of elyxer
 add url of BSD 3-Clause License
 change "2-Clause BSD license" to "BSD 2-Clause License"

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-docutils_0.18.bb => python3-docutils_0.18.1.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-docutils_0.18.bb => python3-docutils_0.18.1.bb} (60%)

diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.bb b/meta/recipes-devtools/python/python3-docutils_0.18.1.bb
similarity index 60%
rename from meta/recipes-devtools/python/python3-docutils_0.18.bb
rename to meta/recipes-devtools/python/python3-docutils_0.18.1.bb
index 979eea27fb..e0fbb2c12d 100644
--- a/meta/recipes-devtools/python/python3-docutils_0.18.bb
+++ b/meta/recipes-devtools/python/python3-docutils_0.18.1.bb
@@ -2,9 +2,9 @@ SUMMARY = "Docutils is a modular system for processing documentation into useful
 HOMEPAGE = "http://docutils.sourceforge.net"
 SECTION = "devel/python"
 LICENSE = "PSF & BSD-2-Clause & GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=01aec8e28f975e3f369e06b5eb2af9b9"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fecee07ad8df9116e1f739e2ed2ea513"
 
-SRC_URI[sha256sum] = "c1d5dab2b11d16397406a282e53953fe495a46d69ae329f55aa98a5c4e3c5fbb"
+SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

* [OE-core] [PATCH] python3-libarchive-c: upgrade 3.1 -> 3.2
  2021-11-29  9:57 [OE-core] [PATCH] python3-docutils: upgrade 0.18 -> 0.18.1 Wang Mingyu
@ 2021-11-29  9:57 ` Wang Mingyu
  0 siblings, 0 replies; 2+ messages in thread
From: Wang Mingyu @ 2021-11-29  9:57 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

This release fixes the seek callbacks passed to libarchive by the custom_reader and stream_reader function.
(https://github.com/Changaco/python-libarchive-c/pull/116)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...python3-libarchive-c_3.1.bb => python3-libarchive-c_3.2.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-libarchive-c_3.1.bb => python3-libarchive-c_3.2.bb} (79%)

diff --git a/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb b/meta/recipes-devtools/python/python3-libarchive-c_3.2.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-libarchive-c_3.1.bb
rename to meta/recipes-devtools/python/python3-libarchive-c_3.2.bb
index ac8466e63b..cc04210e72 100644
--- a/meta/recipes-devtools/python/python3-libarchive-c_3.1.bb
+++ b/meta/recipes-devtools/python/python3-libarchive-c_3.2.bb
@@ -9,8 +9,7 @@ PYPI_PACKAGE = "libarchive-c"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "8c62da42a8b9bd24642e5430427e6f5a"
-SRC_URI[sha256sum] = "618a7ecfbfb58ca15e11e3138d4a636498da3b6bc212811af158298530fbb87e"
+SRC_URI[sha256sum] = "21ad493f4628972fc82440bff54c834a9fbe13be3893037a4bad332b9ee741e5"
 
 RDEPENDS:${PN} += "\
   libarchive \
-- 
2.25.1



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

end of thread, other threads:[~2021-11-29  9:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29  9:57 [OE-core] [PATCH] python3-docutils: upgrade 0.18 -> 0.18.1 Wang Mingyu
2021-11-29  9:57 ` [OE-core] [PATCH] python3-libarchive-c: upgrade 3.1 -> 3.2 Wang Mingyu

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.