py-rdflib: updated to 7.0.0

RELEASE 7.0.0

This is a major release with relatively slight breaking changes, new
features and bug fixes.

The most notable breaking change relates to how RDFLib handles the
publicID parameter of the Graph.parse and Dataset.parse methods.
Most users should not be affected by this change.

Instructions on adapting existing code to the breaking changes can be
found in the upgrade guide from Version 6 to Version 7 which should be
available here.

It is likely that the next couple of RDFLib releases will all be major
versions, mostly because there are some more shortcomings of RDFLib's
public interface that should be addressed.
This commit is contained in:
adam 2024-01-24 09:32:30 +00:00
parent 190529b6be
commit 920720d6bf
3 changed files with 10 additions and 12 deletions

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.12 2023/10/28 19:57:19 wiz Exp $
# $NetBSD: Makefile,v 1.13 2024/01/24 09:32:30 adam Exp $
DISTNAME= rdflib-6.3.2
DISTNAME= rdflib-7.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rdflib/}
@ -16,7 +15,6 @@ DEPENDS+= ${PYPKGPREFIX}-isodate>=0.6.0:../../time/py-isodate
DEPENDS+= ${PYPKGPREFIX}-pyparsing>=2.1.0:../../devel/py-pyparsing
TEST_DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
TEST_DEPENDS+= ${PYPKGPREFIX}-networkx-[0-9]*:../../math/py-networkx
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.1.3:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
USE_LANGUAGES= # none
@ -37,9 +35,6 @@ post-install:
${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
.endfor
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
.include "../../lang/python/application.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2023/10/28 19:57:19 wiz Exp $
@comment $NetBSD: PLIST,v 1.6 2024/01/24 09:32:30 adam Exp $
bin/csv2rdf-${PYVERSSUFFIX}
bin/rdf2dot-${PYVERSSUFFIX}
bin/rdfgraphisomorphism-${PYVERSSUFFIX}
@ -12,6 +12,9 @@ ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/rdflib/__init__.py
${PYSITELIB}/rdflib/__init__.pyc
${PYSITELIB}/rdflib/__init__.pyo
${PYSITELIB}/rdflib/_networking.py
${PYSITELIB}/rdflib/_networking.pyc
${PYSITELIB}/rdflib/_networking.pyo
${PYSITELIB}/rdflib/_type_checking.py
${PYSITELIB}/rdflib/_type_checking.pyc
${PYSITELIB}/rdflib/_type_checking.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2023/04/20 05:49:00 adam Exp $
$NetBSD: distinfo,v 1.8 2024/01/24 09:32:30 adam Exp $
BLAKE2s (rdflib-6.3.2.tar.gz) = 0fb1b686aa1e0981cbc4251a289c02c291cfa22ef798d3b4bcdcca7e94711f73
SHA512 (rdflib-6.3.2.tar.gz) = 682554114456269ecd5a20433e31030e2ae85ccf84400060420433cba317eb272649a38c2c75f0d4ada878c391683f8a422452d24b2f8a41c28e99b977e2b557
Size (rdflib-6.3.2.tar.gz) = 4749592 bytes
BLAKE2s (rdflib-7.0.0.tar.gz) = 722c1c5657cf90595cc020b2b64fc77ef3db3dcc71d9f903cfdd3d2d8966b6ef
SHA512 (rdflib-7.0.0.tar.gz) = 56d110ab24c74c6ddb2e75320f60a82b4945e6ea1ce9d10ad4ae53d44c679b35826e3d7406e7d0e321ef9b042d32d2ba327a6dbd5c2c1780f552131d80c09445
Size (rdflib-7.0.0.tar.gz) = 4765796 bytes