diff mbox series

[meta-python,3/4] python3-jdatetime: Upgrade 5.2.0 -> 5.3.0

Message ID 20260623094127.1592848-3-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/4] python3-zeroconf: Upgrade 0.149.17 -> 0.150.0 | expand

Commit Message

Leon Anavi June 23, 2026, 9:41 a.m. UTC
Upgrade to release 5.3.0:

- Migrate CI to Ruff for Code Formatting and Linting
- Fix: Setuptools License Deprecation Warning
- Add Windows test CI support
- feat: add type hints to functions and methods in jdatetime module

Fixes:

WARNING: python3-jdatetime-5.3.0-r0 do_check_backend: QA Issue:
inherits setuptools3 but has pyproject.toml with setuptools.build_meta,
use the correct class [pep517-backend]

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...on3-jdatetime_5.2.0.bb => python3-jdatetime_5.3.0.bb} | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-jdatetime_5.2.0.bb => python3-jdatetime_5.3.0.bb} (59%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-jdatetime_5.2.0.bb b/meta-python/recipes-devtools/python/python3-jdatetime_5.3.0.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python3-jdatetime_5.2.0.bb
rename to meta-python/recipes-devtools/python/python3-jdatetime_5.3.0.bb
index 257ac93fbf..9275736eb3 100644
--- a/meta-python/recipes-devtools/python/python3-jdatetime_5.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jdatetime_5.3.0.bb
@@ -3,15 +3,14 @@  HOMEPAGE = "https://github.com/slashmili/python-jalali"
 LICENSE = "Python-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c80be45b33471b4a23cf53d06a8172be"
 
-SRC_URI[sha256sum] = "c81d5898717b82b609a3ce2a73f8b8d3230b0c757e5c0de9d6b1acfdc224f551"
+SRC_URI[sha256sum] = "d20eb9fc2a00e86493a6156b2a0e4e579f23379e8fea186a0e603fd36a130227"
 
-PYPI_PACKAGE = "jdatetime"
-
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
 
 CLEANBROKEN = "1"
 
 RDEPENDS:${PN} += " \
-        python3-modules \
+    python3-modules \
+    python3-jalali-core \
 "