All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] sip: Upgrade 6.7.12 -> 6.8.0
@ 2023-12-06 15:52 Leon Anavi
  2023-12-13  7:07 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Anavi @ 2023-12-06 15:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Add runtime dependencies and upgrade sip to version 6.8.0:

- Added support for specifying the project metadata using the
  [project] section of pyproject.toml as defined in PEP 621. The
  use of the [tool.sip.metadata] is now deprecated.
- The latest version of ABI v13 is v13.7.0.
- The latest version of ABI v12 is v12.14.0.
- The conversion to a pure Python implementation is now complete.

The work was sponsored by GOVCERT.LU.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../sip/{sip_6.7.12.bb => sip_6.8.0.bb}                | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/sip/{sip_6.7.12.bb => sip_6.8.0.bb} (66%)

diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.12.bb b/meta-oe/recipes-devtools/sip/sip_6.8.0.bb
similarity index 66%
rename from meta-oe/recipes-devtools/sip/sip_6.7.12.bb
rename to meta-oe/recipes-devtools/sip/sip_6.8.0.bb
index 00823cf1a..6c7f22dd9 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.7.12.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.8.0.bb
@@ -11,6 +11,14 @@ LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
 inherit pypi setuptools3 python3native
 
 PYPI_PACKAGE = "sip"
-SRC_URI[sha256sum] = "08e66f742592eb818ac8fda4173e2ed64c9f2d40b70bee11db1c499127d98450"
+SRC_URI[sha256sum] = "2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c"
+
+RDEPENDS:${PN} = " \
+    python3-core \
+    python3-packaging \
+    python3-logging \
+    python3-tomllib \
+    python3-setuptools \
+"
 
 BBCLASSEXTEND = "native"
-- 
2.39.2



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

* Re: [meta-oe][PATCH] sip: Upgrade 6.7.12 -> 6.8.0
  2023-12-06 15:52 [meta-oe][PATCH] sip: Upgrade 6.7.12 -> 6.8.0 Leon Anavi
@ 2023-12-13  7:07 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2023-12-13  7:07 UTC (permalink / raw)
  To: openembedded-devel, Leon Anavi


On Wed, 06 Dec 2023 17:52:17 +0200, Leon Anavi wrote:
> Add runtime dependencies and upgrade sip to version 6.8.0:
> 
> - Added support for specifying the project metadata using the
>   [project] section of pyproject.toml as defined in PEP 621. The
>   use of the [tool.sip.metadata] is now deprecated.
> - The latest version of ABI v13 is v13.7.0.
> - The latest version of ABI v12 is v12.14.0.
> - The conversion to a pure Python implementation is now complete.
> 
> [...]

Applied, thanks!

[1/1] sip: Upgrade 6.7.12 -> 6.8.0
      commit: 61cd30fc786fe95c47ca59e800224382d3bd763e

Best regards,
-- 
Khem Raj <raj.khem@gmail.com>



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

end of thread, other threads:[~2023-12-13  7:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-06 15:52 [meta-oe][PATCH] sip: Upgrade 6.7.12 -> 6.8.0 Leon Anavi
2023-12-13  7:07 ` 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.