git: 4c6246cbc9ac - main - devel/py-openapi-schema-validator: Update to 0.6.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Feb 2025 15:57:41 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4c6246cbc9accfc9ed0ada572cad302bc245d59f
commit 4c6246cbc9accfc9ed0ada572cad302bc245d59f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:18:52 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:51:11 +0000
devel/py-openapi-schema-validator: Update to 0.6.3
Changes: https://github.com/python-openapi/openapi-schema-validator/releases
---
devel/py-openapi-schema-validator/Makefile | 3 +--
devel/py-openapi-schema-validator/distinfo | 6 +++---
.../py-openapi-schema-validator/files/patch-pyproject.toml | 13 -------------
3 files changed, 4 insertions(+), 18 deletions(-)
diff --git a/devel/py-openapi-schema-validator/Makefile b/devel/py-openapi-schema-validator/Makefile
index 8801b2dd3a3e..98aec0018b5b 100644
--- a/devel/py-openapi-schema-validator/Makefile
+++ b/devel/py-openapi-schema-validator/Makefile
@@ -1,6 +1,5 @@
PORTNAME= openapi-schema-validator
-PORTVERSION= 0.6.2
-PORTREVISION= 1
+PORTVERSION= 0.6.3
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-openapi-schema-validator/distinfo b/devel/py-openapi-schema-validator/distinfo
index a2a709809fec..d6396037d30e 100644
--- a/devel/py-openapi-schema-validator/distinfo
+++ b/devel/py-openapi-schema-validator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696753656
-SHA256 (openapi_schema_validator-0.6.2.tar.gz) = 11a95c9c9017912964e3e5f2545a5b11c3814880681fcacfb73b1759bb4f2804
-SIZE (openapi_schema_validator-0.6.2.tar.gz) = 11860
+TIMESTAMP = 1738088998
+SHA256 (openapi_schema_validator-0.6.3.tar.gz) = f37bace4fc2a5d96692f4f8b31dc0f8d7400fd04f3a937798eaf880d425de6ee
+SIZE (openapi_schema_validator-0.6.3.tar.gz) = 11550
diff --git a/devel/py-openapi-schema-validator/files/patch-pyproject.toml b/devel/py-openapi-schema-validator/files/patch-pyproject.toml
deleted file mode 100644
index 1153fdd1c753..000000000000
--- a/devel/py-openapi-schema-validator/files/patch-pyproject.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-Obtained from: https://github.com/python-openapi/openapi-schema-validator/commit/1f93f5be800625f3ef9350acaff111c3f441c598
-
---- pyproject.toml.orig 2023-10-05 11:16:22 UTC
-+++ pyproject.toml
-@@ -57,7 +57,7 @@ rfc3339-validator = "*" # requred by jsonschema for da
- python = "^3.8.0"
- jsonschema = "^4.19.1"
- rfc3339-validator = "*" # requred by jsonschema for date-time checker
--jsonschema-specifications = "^2023.5.2"
-+jsonschema-specifications = ">=2023.5.2"
-
- [tool.poetry.extras]
- docs = ["sphinx", "sphinx-immaterial"]