mbox series

[v2,0/2] python3-jsonschema: Fix rfc3339 validation dependencies in #kirkstone

Message ID 20230920-fix-python3-jsonschema-deps-v2-0-7c58f77c19d4@a-eberle.de
Headers show
Series python3-jsonschema: Fix rfc3339 validation dependencies in #kirkstone | expand

Message

Stephan Wurm Sept. 20, 2023, 5:58 a.m. UTC
The project changed its dependency for rfc3339 validation from package
"python3-strict-rfc3339" to package "python3-rfc3339-validation" after
v3.2.0.
But the v4.4.0 recipe in #kirkstone does not reflect this change and
still depends on package "python3-strict-rfc3339" when "format" is set
in PACKAGECONFIG.

Newer branches are not affected; "python3-strict-rfc3339" was even
removed completely.

Additionally, this patch updates the homepage URL.

PS: Sorry for the resend, forgot to add the maintainer in my first try.

Signed-off-by: Stephan Wurm <stephan.wurm@a-eberle.de>
---
Changes in v2:
- No code changes
- Explicitly added maintainer as recipient
- Improved cover letter
- Link to v1: https://lists.openembedded.org/g/openembedded-core/message/187591

---
Stephan Wurm (2):
      python3-jsonschema: Update homepage URL
      python3-jsonschema: Fix rfc3339 validation dependencies

 meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 47a1dd7f389e3cf4ac2dc5fc21dccc870aafab4a
change-id: 20230915-fix-python3-jsonschema-deps-41918244af31

Best regards,