All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-tzlocal: upgrade 4.1 -> 4.2
@ 2022-04-02 12:35 Wang Mingyu
  2022-04-02 12:35 ` [oe] [meta-oe] [PATCH] poppler: upgrade 22.03.0 -> 22.04.0 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-04-02 12:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Add dependency : python3-datetime

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

diff --git a/meta-python/recipes-devtools/python/python3-tzlocal_4.1.bb b/meta-python/recipes-devtools/python/python3-tzlocal_4.2.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-tzlocal_4.1.bb
rename to meta-python/recipes-devtools/python/python3-tzlocal_4.2.bb
index 1c910920e0..b9307f100f 100644
--- a/meta-python/recipes-devtools/python/python3-tzlocal_4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tzlocal_4.2.bb
@@ -3,10 +3,11 @@ HOMEPAGE = "https://pypi.org/project/tzlocal/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=57e0bd61643d81d05683cdce65b11d10"
 
-SRC_URI[sha256sum] = "0f28015ac68a5c067210400a9197fc5d36ba9bc3f8eaf1da3cbd59acdfed9e09"
+SRC_URI[sha256sum] = "ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7"
 
 inherit pypi python_setuptools_build_meta
 
 RDEPENDS:${PN} += "\
 	${PYTHON_PN}-pytz-deprecation-shim \
+        ${PYTHON_PN}-datetime \
 "
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] poppler: upgrade 22.03.0 -> 22.04.0
  2022-04-02 12:35 [oe] [meta-python] [PATCH] python3-tzlocal: upgrade 4.1 -> 4.2 Wang Mingyu
@ 2022-04-02 12:35 ` Wang Mingyu
  2022-04-02 12:35 ` [oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.4.0 -> 2.4.1 Wang Mingyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-04-02 12:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
=========
 core:
  * Fix underline sometimes being drawn only partially
  * Fix Adobe Reader not reading some of the contents we write correctly
  * Fix code that workarounds some broken-ish files
  * FoFiTrueType: Parse CFF2 fonts too
  * FoFiTrueType: Support cmap types 2 and 13
  * Fix a few small memory leaks
  * code improvements

 qt:
  * Handle SaveAs named action
  * Annotations: don't change the text color when changing the font

 utils:
  * pdftotext: print creation and modification date when using htmlmeta param

 glib:
  * Fix returning internal data of temporary strings

 cpp:
  * Fix code incompatibility with MSVC

 build system:
  * poppler internal library is no longer forced to static on MSVC
  * Error out if iconv is not available and the cpp frontend is enabled
  * Require FreeType 2.8

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../poppler/{poppler_22.03.0.bb => poppler_22.04.0.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/poppler/{poppler_22.03.0.bb => poppler_22.04.0.bb} (96%)

diff --git a/meta-oe/recipes-support/poppler/poppler_22.03.0.bb b/meta-oe/recipes-support/poppler/poppler_22.04.0.bb
similarity index 96%
rename from meta-oe/recipes-support/poppler/poppler_22.03.0.bb
rename to meta-oe/recipes-support/poppler/poppler_22.04.0.bb
index a0d8be6aff..9c9122160c 100644
--- a/meta-oe/recipes-support/poppler/poppler_22.03.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_22.04.0.bb
@@ -7,7 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
            file://0001-Do-not-overwrite-all-our-build-flags.patch \
            file://basename-include.patch \
            "
-SRC_URI[sha256sum] = "728c78ba94d75a55f6b6355d4fbdaa6f49934d9616be58e5e679a9cfd0980e1e"
+SRC_URI[sha256sum] = "813fb4b90e7bda63df53205c548602bae728887a60f4048aae4dbd9b1927deff"
 
 DEPENDS = "fontconfig zlib cairo lcms glib-2.0"
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.4.0 -> 2.4.1
  2022-04-02 12:35 [oe] [meta-python] [PATCH] python3-tzlocal: upgrade 4.1 -> 4.2 Wang Mingyu
  2022-04-02 12:35 ` [oe] [meta-oe] [PATCH] poppler: upgrade 22.03.0 -> 22.04.0 Wang Mingyu
@ 2022-04-02 12:35 ` Wang Mingyu
  2022-04-02 12:35 ` [oe] [meta-python] [PATCH] python3-click: upgrade 8.0.4 -> 8.1.2 Wang Mingyu
  2022-04-02 12:35 ` [oe] [meta-python] [PATCH] python3-cppy: upgrade 1.2.0 -> 1.2.1 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-04-02 12:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog:
==========
  * improve 'resize()', see #167
  * optimize 'copy_n()' by avoiding loops, #171
  * '.bytereverse()' no longer sets unused bits to zero

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

diff --git a/meta-python/recipes-devtools/python/python3-bitarray_2.4.0.bb b/meta-python/recipes-devtools/python/python3-bitarray_2.4.1.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-bitarray_2.4.0.bb
rename to meta-python/recipes-devtools/python/python3-bitarray_2.4.1.bb
index 39d1618cb1..fbb89b8dd7 100644
--- a/meta-python/recipes-devtools/python/python3-bitarray_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-bitarray_2.4.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray"
 LICENSE = "PSF-2.0"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d"
 
-SRC_URI[sha256sum] = "f1203e902d51df31917d77eeba9c3fe78d032873a2ad78c737e26420f0080e58"
+SRC_URI[sha256sum] = "faeca03f979e992cc76f7406af7eb9795cb111b8d8969c891a032bd7497c87da"
 
 inherit setuptools3 pypi
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-click: upgrade 8.0.4 -> 8.1.2
  2022-04-02 12:35 [oe] [meta-python] [PATCH] python3-tzlocal: upgrade 4.1 -> 4.2 Wang Mingyu
  2022-04-02 12:35 ` [oe] [meta-oe] [PATCH] poppler: upgrade 22.03.0 -> 22.04.0 Wang Mingyu
  2022-04-02 12:35 ` [oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.4.0 -> 2.4.1 Wang Mingyu
@ 2022-04-02 12:35 ` Wang Mingyu
  2022-04-02 12:35 ` [oe] [meta-python] [PATCH] python3-cppy: upgrade 1.2.0 -> 1.2.1 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-04-02 12:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Changelog from 8.0.4 to 8.1.2:
==============================
- Fix error message for readable path check that was mixed up with the executable
  check. #2236
- Restore parameter order for Path, placing the executable parameter at the end.
  It is recommended to use keyword arguments instead of positional arguments. #2235
- Fix an issue with decorator typing that caused type checking to report that a
  command was not callable. #2227
- Drop support for Python 3.6. #2129
- Remove previously deprecated code. #2130
- Group.resultcallback is renamed to result_callback.
- autocompletion parameter to Command is renamed to shell_complete.
- get_terminal_size is removed, use shutil.get_terminal_size instead.
- get_os_args is removed, use sys.argv[1:] instead.
- Rely on PEP 538 and PEP 540 to handle selecting UTF-8 encoding instead of ASCII.
  Click's locale encoding detection is removed. #2198
- Single options boolean flags with show_default=True only show the default if it is True. #1971
- The command and group decorators can be applied with or without parentheses. #1359
- The Path type can check whether the target is executable. #1961
- Command.show_default overrides Context.show_default, instead of the other way around. #1963
- Parameter decorators and @group handles cls=None the same as not passing cls.
  @option handles help=None the same as not passing help. #1959
- A flag option with required=True requires that the flag is passed instead of
  choosing the implicit default value. #1978
- Indentation in help text passed to Option and Command is cleaned the same as
  using the @option and @command decorators does. A command's epilog and
  short_help are also processed. #1985
- Store unprocessed Command.help, epilog and short_help strings. Processing is
  only done when formatting help text for output. #2149
- Allow empty str input for prompt() when confirmation_prompt=True and default="". #2157
- Windows glob pattern expansion doesn't fail if a value is an invalid pattern. #2195
- It's possible to pass a list of params to @command. Any params defined with
  decorators are appended to the passed params. #2131.
- @command decorator is annotated as returning the correct type if a cls argument is used. #2211
- A Group with invoke_without_command=True and chain=False will invoke its
  result callback with the group function's return value. #2124
- to_info_dict will not fail if a ParamType doesn't define a name. #2168
- Shell completion prioritizes option values with option prefixes over new options. #2040
- Options that get an environment variable value using autoenvvar_prefix treat
  an empty value as None, consistent with a direct envvar. #2146

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

diff --git a/meta-python/recipes-devtools/python/python3-click_8.0.4.bb b/meta-python/recipes-devtools/python/python3-click_8.1.2.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-click_8.0.4.bb
rename to meta-python/recipes-devtools/python/python3-click_8.1.2.bb
index 76f7a8e652..a623fe104c 100644
--- a/meta-python/recipes-devtools/python/python3-click_8.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-click_8.1.2.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://click.pocoo.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=1fa98232fd645608937a0fdc82e999b8"
 
-SRC_URI[sha256sum] = "8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb"
+SRC_URI[sha256sum] = "479707fe14d9ec9a0757618b7a100a0ae4c4e236fac5b7f80ca68028141a1a72"
 
 inherit pypi setuptools3 ptest
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-cppy: upgrade 1.2.0 -> 1.2.1
  2022-04-02 12:35 [oe] [meta-python] [PATCH] python3-tzlocal: upgrade 4.1 -> 4.2 Wang Mingyu
                   ` (2 preceding siblings ...)
  2022-04-02 12:35 ` [oe] [meta-python] [PATCH] python3-click: upgrade 8.0.4 -> 8.1.2 Wang Mingyu
@ 2022-04-02 12:35 ` Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-04-02 12:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

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

diff --git a/meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb b/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb
rename to meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
index f86f571938..b84b46164c 100644
--- a/meta-python/recipes-devtools/python/python3-cppy_1.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cppy_1.2.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://cppy.readthedocs.io/en/latest/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0bfb3e39b13587f0028f17baf0e42371"
 
-SRC_URI[sha256sum] = "95e8862e4f826c3f2a6b7b658333b162f80cbe9f943aa0d0a7a6b2ef850aeffc"
+SRC_URI[sha256sum] = "83b43bf17b1085ac15c5debdb42154f138b928234b21447358981f69d0d6fe1b"
 
 RDEPENDS:${PN} += "python3-setuptools python3-distutils"
 
-- 
2.25.1



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

end of thread, other threads:[~2022-04-05 17:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-02 12:35 [oe] [meta-python] [PATCH] python3-tzlocal: upgrade 4.1 -> 4.2 Wang Mingyu
2022-04-02 12:35 ` [oe] [meta-oe] [PATCH] poppler: upgrade 22.03.0 -> 22.04.0 Wang Mingyu
2022-04-02 12:35 ` [oe] [meta-python] [PATCH] python3-bitarray: upgrade 2.4.0 -> 2.4.1 Wang Mingyu
2022-04-02 12:35 ` [oe] [meta-python] [PATCH] python3-click: upgrade 8.0.4 -> 8.1.2 Wang Mingyu
2022-04-02 12:35 ` [oe] [meta-python] [PATCH] python3-cppy: upgrade 1.2.0 -> 1.2.1 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.