All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-python] [PATCH] python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0
@ 2022-11-01  2:06 wangmy
  2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-luma-oled: upgrade 3.8.1 -> 3.9.0 wangmy
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: wangmy @ 2022-11-01  2:06 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2022.

Changelog:
==========
    Cleaned up use of cPickle. Contributed by Sandro Tosi in #62.
    Cleaned up more dead Python 2 code.
    Added Python 3.11 wheels.
    Dropped support for Python 3.6.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...ject-proxy_1.7.1.bb => python3-lazy-object-proxy_1.8.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-lazy-object-proxy_1.7.1.bb => python3-lazy-object-proxy_1.8.0.bb} (61%)

diff --git a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.7.1.bb b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.8.0.bb
similarity index 61%
rename from meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.7.1.bb
rename to meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.8.0.bb
index 4c20fcc861..46ef296262 100644
--- a/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-lazy-object-proxy_1.8.0.bb
@@ -2,10 +2,10 @@ SUMMARY = "A fast and thorough lazy object proxy"
 HOMEPAGE = "https://python-lazy-object-proxy.readthedocs.io/"
 LICENSE = "BSD-2-Clause"
 SECTION = "devel/python"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c7d2e9d24c2b5bad57ca894da972e22e"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-pip-native"
 
-SRC_URI[sha256sum] = "d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4"
+SRC_URI[sha256sum] = "c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156"
 
 inherit pypi setuptools3
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-luma-oled: upgrade 3.8.1 -> 3.9.0
  2022-11-01  2:06 [oe] [meta-python] [PATCH] python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0 wangmy
@ 2022-11-01  2:06 ` wangmy
  2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0 wangmy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2022-11-01  2:06 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2022

Changelog:
==========
    Use native namespace package configuration
    Drop support for Python 3.6

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

diff --git a/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb b/meta-python/recipes-devtools/python/python3-luma-oled_3.9.0.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb
rename to meta-python/recipes-devtools/python/python3-luma-oled_3.9.0.bb
index a551e46fcb..4d34fbb01f 100644
--- a/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb
+++ b/meta-python/recipes-devtools/python/python3-luma-oled_3.9.0.bb
@@ -4,11 +4,11 @@ A small library to drive an OLED device with either SSD1306 , SSD1309, SSD1322,
 SSD1325, SSD1327, SSD1331, SSD1351 or SH1106 chipset"
 HOMEPAGE = "https://github.com/rm-hull/luma.oled"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c328c862c3335ad464e1c9a3ba574249"
+LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=20adf60219f02398b350b8bfbdad7a58"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "a9b445ecc686e9413ddac655544da21d801bbc6b94612736cf59283e6b92bcbb"
+SRC_URI[sha256sum] = "e51c2ce5b88d591f9c64ab49d6bd5abd26759b87180706d615fec796569b6f6b"
 
 CLEANBROKEN = "1"
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0
  2022-11-01  2:06 [oe] [meta-python] [PATCH] python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0 wangmy
  2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-luma-oled: upgrade 3.8.1 -> 3.9.0 wangmy
@ 2022-11-01  2:06 ` wangmy
  2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-pytest-html: upgrade 3.1.1 -> 3.2.0 wangmy
  2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-jsonref: upgrade 0.3.0 -> 1.0.0 wangmy
  3 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2022-11-01  2:06 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2022.

Changelog:
==========
    Dropped support for legacy Pythons (2.7, 3.6 or older).
    Switched CI to GitHub Actions.
    Removed dependency on the py library (that was not properly specified as a dependency anyway).
    Fix skipping test in test_utils.py if appropriate VCS not available. Also fix typo. Contributed by Sam James in #211.
    Added support for pytest 7.2.0 by using pytest.hookimpl and pytest.hookspec to configure hooks. Contributed by Florian Bruhin in #224.
    Now no save is attempted if --benchmark-disable is used. Fixes #205. Contributed by Friedrich Delgado in #207.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...enchmark_3.4.1.bb => python3-pytest-benchmark_4.0.0.bb} | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-benchmark_3.4.1.bb => python3-pytest-benchmark_4.0.0.bb} (56%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb b/meta-python/recipes-devtools/python/python3-pytest-benchmark_4.0.0.bb
similarity index 56%
rename from meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb
rename to meta-python/recipes-devtools/python/python3-pytest-benchmark_4.0.0.bb
index bde9935ffe..98ba6c3822 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-benchmark_3.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-benchmark_4.0.0.bb
@@ -1,12 +1,9 @@
-# Copyright (C) 2021 Khem Raj <raj.khem@gmail.com>
-# Released under the MIT license (see COPYING.MIT for the terms)
-
 SUMMARY = "A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer."
 HOMEPAGE = "https://github.com/ionelmc/pytest-benchmark"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=9c5c2c74370826468065c5702b8a1fcf"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c7d2e9d24c2b5bad57ca894da972e22e"
 
-SRC_URI[sha256sum] = "40e263f912de5a81d891619032983557d62a3d85843f9a9f30b98baea0cd7b47"
+SRC_URI[sha256sum] = "fb0785b83efe599a6a956361c0691ae1dbb5318018561af10f3e915caa0048d1"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-pytest-html: upgrade 3.1.1 -> 3.2.0
  2022-11-01  2:06 [oe] [meta-python] [PATCH] python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0 wangmy
  2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-luma-oled: upgrade 3.8.1 -> 3.9.0 wangmy
  2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0 wangmy
@ 2022-11-01  2:06 ` wangmy
  2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-jsonref: upgrade 0.3.0 -> 1.0.0 wangmy
  3 siblings, 0 replies; 6+ messages in thread
From: wangmy @ 2022-11-01  2:06 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

no-pip.patch
removed since it's included in 3.2.0

Changelog:
chore: Deactivate broken test for now (#557)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/python3-pytest-html/no-pip.patch   | 24 -------------------
 ..._3.1.1.bb => python3-pytest-html_3.2.0.bb} |  4 +---
 2 files changed, 1 insertion(+), 27 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-html/no-pip.patch
 rename meta-python/recipes-devtools/python/{python3-pytest-html_3.1.1.bb => python3-pytest-html_3.2.0.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-html/no-pip.patch b/meta-python/recipes-devtools/python/python3-pytest-html/no-pip.patch
deleted file mode 100644
index e120498846..0000000000
--- a/meta-python/recipes-devtools/python/python3-pytest-html/no-pip.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Upstream-Status: Submitted [https://github.com/pytest-dev/pytest-html/pull/516]
-Signed-off-by: Ross Burton <ross.burton@arm.com>
-
-From d7fbc79d428323c838ce68a51e1e1806c2096a76 Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@arm.com>
-Date: Mon, 23 May 2022 13:46:50 +0100
-Subject: [PATCH] pip isn't a build dependency
-
-It's possible, and even desirable, to build modern Python code without pip, for example by using the `build` and `installer` packages.
----
- pyproject.toml | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 2683f072..e3f25bf7 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,6 +1,5 @@
- [build-system]
- requires = [
--  "pip >= 19.3.1",
-   "setuptools >= 42",
-   "setuptools_scm[toml] >= 3.5.0",
-   "setuptools_scm_git_archive >= 1.1",
diff --git a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-html_3.2.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb
rename to meta-python/recipes-devtools/python/python3-pytest-html_3.2.0.bb
index 1bbdfb633b..713a84b416 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-html_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-html_3.2.0.bb
@@ -4,7 +4,7 @@ DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
 
-SRC_URI[sha256sum] = "3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3"
+SRC_URI[sha256sum] = "c4e2f4bb0bffc437f51ad2174a8a3e71df81bbc2f6894604e604af18fbe687c3"
 
 PYPI_PACKAGE = "pytest-html"
 
@@ -12,8 +12,6 @@ inherit pypi python_setuptools_build_meta
 
 DEPENDS += "python3-setuptools-scm-git-archive-native"
 
-SRC_URI += "file://no-pip.patch"
-
 RDEPENDS:${PN} += " \
     ${PYTHON_PN}-pytest \
 "
-- 
2.25.1



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

* [oe] [meta-python] [PATCH] python3-jsonref: upgrade 0.3.0 -> 1.0.0
  2022-11-01  2:06 [oe] [meta-python] [PATCH] python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0 wangmy
                   ` (2 preceding siblings ...)
  2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-pytest-html: upgrade 3.1.1 -> 3.2.0 wangmy
@ 2022-11-01  2:06 ` wangmy
  2022-11-07 16:39   ` Khem Raj
  3 siblings, 1 reply; 6+ messages in thread
From: wangmy @ 2022-11-01  2:06 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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

diff --git a/meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.3.0.bb b/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.0.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.3.0.bb
rename to meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.0.0.bb
index 4daaf521fc..caa8b60250 100644
--- a/meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.3.0.bb
+++ b/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.0.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gazpachoking/jsonref"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a34264f25338d41744dca1abfe4eb18f"
 
-SRC_URI[sha256sum] = "68b330c6815dc0d490dbb3d65ccda265ddde9f7856fd2f3322f971d456ea7549"
+SRC_URI[sha256sum] = "db1ab1faa75a5ffaa2693104a7deb23471c716fb2edc4db27b7408bf90dff157"
 
 inherit pypi setuptools3
 
-- 
2.25.1



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

* Re: [oe] [meta-python] [PATCH] python3-jsonref: upgrade 0.3.0 -> 1.0.0
  2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-jsonref: upgrade 0.3.0 -> 1.0.0 wangmy
@ 2022-11-07 16:39   ` Khem Raj
  0 siblings, 0 replies; 6+ messages in thread
From: Khem Raj @ 2022-11-07 16:39 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-devel

I have dropped this in favor of later patch which goes 0.3.0 -> 1.0.1

On Mon, Oct 31, 2022 at 7:07 PM wangmy <wangmy@fujitsu.com> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{python3-jsonref_0.3.0.bb => python3-jsonref_1.0.0.bb}      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python-jsonref/{python3-jsonref_0.3.0.bb => python3-jsonref_1.0.0.bb} (81%)
>
> diff --git a/meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.3.0.bb b/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.0.0.bb
> similarity index 81%
> rename from meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.3.0.bb
> rename to meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.0.0.bb
> index 4daaf521fc..caa8b60250 100644
> --- a/meta-python/recipes-devtools/python-jsonref/python3-jsonref_0.3.0.bb
> +++ b/meta-python/recipes-devtools/python-jsonref/python3-jsonref_1.0.0.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/gazpachoking/jsonref"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=a34264f25338d41744dca1abfe4eb18f"
>
> -SRC_URI[sha256sum] = "68b330c6815dc0d490dbb3d65ccda265ddde9f7856fd2f3322f971d456ea7549"
> +SRC_URI[sha256sum] = "db1ab1faa75a5ffaa2693104a7deb23471c716fb2edc4db27b7408bf90dff157"
>
>  inherit pypi setuptools3
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#99386): https://lists.openembedded.org/g/openembedded-devel/message/99386
> Mute This Topic: https://lists.openembedded.org/mt/94701241/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

end of thread, other threads:[~2022-11-07 16:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01  2:06 [oe] [meta-python] [PATCH] python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0 wangmy
2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-luma-oled: upgrade 3.8.1 -> 3.9.0 wangmy
2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0 wangmy
2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-pytest-html: upgrade 3.1.1 -> 3.2.0 wangmy
2022-11-01  2:06 ` [oe] [meta-python] [PATCH] python3-jsonref: upgrade 0.3.0 -> 1.0.0 wangmy
2022-11-07 16:39   ` Khem Raj

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.