Path to this page:
./
textproc/py-rdflib,
Python library for working with RDF
Branch: CURRENT,
Version: 7.1.3,
Package name: py312-rdflib-7.1.3,
Maintainer: kamelderouicheRDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information.
The library contains parsers and serializers for RDF/XML, N3, NTriples,
Turtle, TriX and RDFa . The library presents a Graph interface which can
be backed by any one of a number of Store implementations, including, Memory,
MySQL, Redland, SQLite, Sleepycat, ZODB and SQLObject.
Required to run:[
devel/py-setuptools] [
devel/py-pyparsing] [
lang/py-six] [
time/py-isodate] [
lang/python310]
Master sites:
Filesize: 4753.096 KB
Version history: (Expand)
- (2025-01-18) Updated to version: py312-rdflib-7.1.3
- (2024-11-16) Updated to version: py312-rdflib-7.1.1
- (2024-10-14) Updated to version: py312-rdflib-7.0.0
- (2024-01-24) Updated to version: py311-rdflib-7.0.0
- (2023-10-28) Updated to version: py311-rdflib-6.3.2nb1
- (2023-04-20) Updated to version: py310-rdflib-6.3.2
CVS history: (Expand)
2025-01-18 10:26:27 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-rdflib: updated to 7.1.3
7.1.3
A fix-up release that re-adds support for Python 3.8 after it was accidentally
removed in Release 7.1.2.
This release cherrypicks many additions to 7.1.2 added to 7.1.1 but leaves out
typing changes that are not compatible
with Python 3.8.
Also not carried over from 7.1.2 is the change from Poetry 1.x to 2.0.
|
2024-11-16 21:50:14 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-rdflib: updated to 7.1.1
7.1.1
This minor release removes the dependency on some only Python packages, in
particular six which is a problem for some Linux distributions that ship
RDFLib.
Other than that, there are a few minor PRs that improve testing and to do with
making releases - no
new RDFLib core work.
7.1.0
This minor release incorporates just over 100 substantive PRs - interesting
things submitted by people - and around 140 auto-generated update PRs from
dependabot and similar.
There are no major changes in this release over 7.0.0 and this release can be
used in place of 7.0.0 without much worry about altered behaviour.
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-08-06 13:29:06 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-rdflib: not for Python 3.9
|
2024-01-24 10:32:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
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.
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-04-20 07:49:00 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-rdflib: updated to 6.3.2
RELEASE 6.3.2
fix: ROUND, ENCODE_FOR_URI and SECONDS SPARQL functions
fix: add __hash__ and __eq__ back to rdflib.paths.Path
fix: Add to_dict method to the JSON-LD Context class
fix: add the wgs namespace binding back
fix: change the prefix for https://schema.org/ back to schema
fix: include docs and examples in the sdist tarball
fix: IRI to URI conversion
fix: JSON-LD context construction from a dict
fix: reference to global inside get_target_namespace_elements
fix: restore the 6.1.1 default bound namespaces
test: add webtest marker to tests that use the internet
chore: Update CONTRIBUTORS from commit history
docs: fix typo in NamespaceManager documentation
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|