Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2023 10:35:38 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 171042503a2a - main - devel/py-openapi-spec-validator: Update to 0.5.7
Message-ID:  <202307091035.369AZc60057517@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=171042503a2a7cb8e4f965022d1292f1e2ebb910

commit 171042503a2a7cb8e4f965022d1292f1e2ebb910
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-09 10:19:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-09 10:19:05 +0000

    devel/py-openapi-spec-validator: Update to 0.5.7
    
    Changes:        https://github.com/python-openapi/openapi-spec-validator/releases
---
 devel/py-openapi-spec-validator/Makefile                   | 2 +-
 devel/py-openapi-spec-validator/distinfo                   | 6 +++---
 devel/py-openapi-spec-validator/files/patch-pyproject.toml | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/py-openapi-spec-validator/Makefile b/devel/py-openapi-spec-validator/Makefile
index 32d07846926e..fba14e3e9dc3 100644
--- a/devel/py-openapi-spec-validator/Makefile
+++ b/devel/py-openapi-spec-validator/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	openapi-spec-validator
-PORTVERSION=	0.5.6
+PORTVERSION=	0.5.7
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-openapi-spec-validator/distinfo b/devel/py-openapi-spec-validator/distinfo
index 7268ed551921..a2b3410bd478 100644
--- a/devel/py-openapi-spec-validator/distinfo
+++ b/devel/py-openapi-spec-validator/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684104436
-SHA256 (openapi_spec_validator-0.5.6.tar.gz) = 1189d0618ae0678ccf6c883cc1266d381454eece6f21fcf330cc7caea5fc25eb
-SIZE (openapi_spec_validator-0.5.6.tar.gz) = 33031
+TIMESTAMP = 1688166220
+SHA256 (openapi_spec_validator-0.5.7.tar.gz) = 6c2d42180045a80fd6314de848b94310bdb0fa4949f4b099578b69f79d9fa5ac
+SIZE (openapi_spec_validator-0.5.7.tar.gz) = 33722
diff --git a/devel/py-openapi-spec-validator/files/patch-pyproject.toml b/devel/py-openapi-spec-validator/files/patch-pyproject.toml
index c995f8e165c2..e81ad3bdd94d 100644
--- a/devel/py-openapi-spec-validator/files/patch-pyproject.toml
+++ b/devel/py-openapi-spec-validator/files/patch-pyproject.toml
@@ -1,11 +1,11 @@
---- pyproject.toml.orig	2023-03-17 08:40:24 UTC
+--- pyproject.toml.orig	2023-06-11 23:13:13 UTC
 +++ pyproject.toml
-@@ -52,7 +52,7 @@ jsonschema = ">=4.0.0,<4.18.0"
+@@ -51,7 +51,7 @@ include = [
+ jsonschema = ">=4.0.0,<4.18.0"
  openapi-schema-validator = "^0.4.2"
  python = "^3.7.0"
- requests = {version = "*", optional = true}
 -importlib-resources = {version = "^5.8.0", python = "<3.9" }
 +importlib-resources = {version = "^5.4.0", python = "<3.9" }
+ typing-extensions = {version = "^4.5.0", python = "<3.8" }
  jsonschema-spec = "^0.1.1"
  lazy-object-proxy = "^1.7.1"
- sphinx = {version = "^5.3.0", optional = true}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307091035.369AZc60057517>