Tue Apr 4 09:33:41 2023 UTC ()
py-jsonschema-spec: updated to 0.1.4

0.1.4
jsonschema 4.17 dependency limit

0.1.3
Apache license spdx conformity
yaml loader timestamps fix


(adam)
diff -r1.1 -r1.2 pkgsrc/textproc/py-jsonschema-spec/Makefile
diff -r1.1 -r1.2 pkgsrc/textproc/py-jsonschema-spec/PLIST
diff -r1.1 -r1.2 pkgsrc/textproc/py-jsonschema-spec/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-jsonschema-spec/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-jsonschema-spec/Makefile 2022/10/26 12:49:54 1.1
+++ pkgsrc/textproc/py-jsonschema-spec/Makefile 2023/04/04 09:33:41 1.2
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1# $NetBSD: Makefile,v 1.1 2022/10/26 12:49:54 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2023/04/04 09:33:41 adam Exp $
2 2
3DISTNAME= jsonschema-spec-0.1.2 3DISTNAME= jsonschema_spec-0.1.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema-spec/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jsonschema-spec/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/p1c2u/jsonschema-spec 9HOMEPAGE= https://github.com/p1c2u/jsonschema-spec
10COMMENT= JSONSchema Spec with object-oriented paths 10COMMENT= JSONSchema Spec with object-oriented paths
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
 13TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
13DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.0.0:../../textproc/py-jsonschema 14DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.0.0:../../textproc/py-jsonschema
14DEPENDS+= ${PYPKGPREFIX}-pathable>=0.4.1:../../devel/py-pathable 15DEPENDS+= ${PYPKGPREFIX}-pathable>=0.4.1:../../devel/py-pathable
15DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.3.0:../../devel/py-typing-extensions 16DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.3.0:../../devel/py-typing-extensions
16DEPENDS+= ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml 17DEPENDS+= ${PYPKGPREFIX}-yaml>=5.1:../../textproc/py-yaml
17 18
18USE_LANGUAGES= # none 19USE_LANGUAGES= # none
19 20
20PYTHON_VERSIONS_INCOMPATIBLE= 27 21PYTHON_VERSIONS_INCOMPATIBLE= 27
21 22
22.include "../../lang/python/egg.mk" 23.include "../../lang/python/wheel.mk"
23.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-jsonschema-spec/PLIST (expand / switch to unified diff)

--- pkgsrc/textproc/py-jsonschema-spec/PLIST 2022/10/26 12:49:54 1.1
+++ pkgsrc/textproc/py-jsonschema-spec/PLIST 2023/04/04 09:33:41 1.2
@@ -1,43 +1,33 @@ @@ -1,43 +1,33 @@
1@comment $NetBSD: PLIST,v 1.1 2022/10/26 12:49:54 adam Exp $ 1@comment $NetBSD: PLIST,v 1.2 2023/04/04 09:33:41 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${WHEEL_INFODIR}/METADATA
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${WHEEL_INFODIR}/RECORD
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
 7${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 8${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
7${PYSITELIB}/jsonschema_spec/__init__.py 9${PYSITELIB}/jsonschema_spec/__init__.py
8${PYSITELIB}/jsonschema_spec/__init__.pyc 10${PYSITELIB}/jsonschema_spec/__init__.pyc
9${PYSITELIB}/jsonschema_spec/__init__.pyo 
10${PYSITELIB}/jsonschema_spec/accessors.py 11${PYSITELIB}/jsonschema_spec/accessors.py
11${PYSITELIB}/jsonschema_spec/accessors.pyc 12${PYSITELIB}/jsonschema_spec/accessors.pyc
12${PYSITELIB}/jsonschema_spec/accessors.pyo 
13${PYSITELIB}/jsonschema_spec/handlers/__init__.py 13${PYSITELIB}/jsonschema_spec/handlers/__init__.py
14${PYSITELIB}/jsonschema_spec/handlers/__init__.pyc 14${PYSITELIB}/jsonschema_spec/handlers/__init__.pyc
15${PYSITELIB}/jsonschema_spec/handlers/__init__.pyo 
16${PYSITELIB}/jsonschema_spec/handlers/compat.py 
17${PYSITELIB}/jsonschema_spec/handlers/compat.pyc 
18${PYSITELIB}/jsonschema_spec/handlers/compat.pyo 
19${PYSITELIB}/jsonschema_spec/handlers/file.py 15${PYSITELIB}/jsonschema_spec/handlers/file.py
20${PYSITELIB}/jsonschema_spec/handlers/file.pyc 16${PYSITELIB}/jsonschema_spec/handlers/file.pyc
21${PYSITELIB}/jsonschema_spec/handlers/file.pyo 
22${PYSITELIB}/jsonschema_spec/handlers/protocols.py 17${PYSITELIB}/jsonschema_spec/handlers/protocols.py
23${PYSITELIB}/jsonschema_spec/handlers/protocols.pyc 18${PYSITELIB}/jsonschema_spec/handlers/protocols.pyc
24${PYSITELIB}/jsonschema_spec/handlers/protocols.pyo 
25${PYSITELIB}/jsonschema_spec/handlers/requests.py 19${PYSITELIB}/jsonschema_spec/handlers/requests.py
26${PYSITELIB}/jsonschema_spec/handlers/requests.pyc 20${PYSITELIB}/jsonschema_spec/handlers/requests.pyc
27${PYSITELIB}/jsonschema_spec/handlers/requests.pyo 
28${PYSITELIB}/jsonschema_spec/handlers/urllib.py 21${PYSITELIB}/jsonschema_spec/handlers/urllib.py
29${PYSITELIB}/jsonschema_spec/handlers/urllib.pyc 22${PYSITELIB}/jsonschema_spec/handlers/urllib.pyc
30${PYSITELIB}/jsonschema_spec/handlers/urllib.pyo 
31${PYSITELIB}/jsonschema_spec/handlers/utils.py 23${PYSITELIB}/jsonschema_spec/handlers/utils.py
32${PYSITELIB}/jsonschema_spec/handlers/utils.pyc 24${PYSITELIB}/jsonschema_spec/handlers/utils.pyc
33${PYSITELIB}/jsonschema_spec/handlers/utils.pyo 25${PYSITELIB}/jsonschema_spec/loaders.py
 26${PYSITELIB}/jsonschema_spec/loaders.pyc
34${PYSITELIB}/jsonschema_spec/paths.py 27${PYSITELIB}/jsonschema_spec/paths.py
35${PYSITELIB}/jsonschema_spec/paths.pyc 28${PYSITELIB}/jsonschema_spec/paths.pyc
36${PYSITELIB}/jsonschema_spec/paths.pyo 
37${PYSITELIB}/jsonschema_spec/py.typed 29${PYSITELIB}/jsonschema_spec/py.typed
38${PYSITELIB}/jsonschema_spec/readers.py 30${PYSITELIB}/jsonschema_spec/readers.py
39${PYSITELIB}/jsonschema_spec/readers.pyc 31${PYSITELIB}/jsonschema_spec/readers.pyc
40${PYSITELIB}/jsonschema_spec/readers.pyo 
41${PYSITELIB}/jsonschema_spec/utils.py 32${PYSITELIB}/jsonschema_spec/utils.py
42${PYSITELIB}/jsonschema_spec/utils.pyc 33${PYSITELIB}/jsonschema_spec/utils.pyc
43${PYSITELIB}/jsonschema_spec/utils.pyo 

cvs diff -r1.1 -r1.2 pkgsrc/textproc/py-jsonschema-spec/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-jsonschema-spec/distinfo 2022/10/26 12:49:54 1.1
+++ pkgsrc/textproc/py-jsonschema-spec/distinfo 2023/04/04 09:33:41 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2022/10/26 12:49:54 adam Exp $ 1$NetBSD: distinfo,v 1.2 2023/04/04 09:33:41 adam Exp $
2 2
3BLAKE2s (jsonschema-spec-0.1.2.tar.gz) = e04d12ade063b0901f5236fbeccb0c05023bd2c64203b1005fc193615695430d 3BLAKE2s (jsonschema_spec-0.1.4.tar.gz) = b54ac71854628df53105faf5ea0bd428d0773aba8b9802c8a845ffa1e380b7f3
4SHA512 (jsonschema-spec-0.1.2.tar.gz) = e14d8b009608f1bfe22002e002d499d83c7960c4c284714a0158d7b8eeab383c5306a3f66bf1df7cfac8b4388c77fc7ca2ecd6628cf72f9166e0145f07c66f83 4SHA512 (jsonschema_spec-0.1.4.tar.gz) = 33f0699836688d6d409c78db6c6818b85fcaef67b4dafa7654247c8295457412575a67249eddccef61f567aabf0db4897d8c486f59fbb6f29d3a175944f5da25
5Size (jsonschema-spec-0.1.2.tar.gz) = 10302 bytes 5Size (jsonschema_spec-0.1.4.tar.gz) = 10238 bytes