Skip to content

Commit 02e447b

Browse files
author
Nicholas Car
committed
tombstoning release - removing all functionality
1 parent ef196e1 commit 02e447b

File tree

300 files changed

+14
-12711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+14
-12711
lines changed

Diff for: README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# RDFLib plugin providing JSON-LD parsing and serialization
22

33
## ARCHIVED
4-
*The 0.6.0 release of this tool is a tombstoning release. As of 2021-07-21, JSON-LD handling capability has been merged into the rdflib core [RDFLib](https://github.com/RDFLib/rdflib) in its 6.0.0 release.*
4+
*This [rdflib](https://pypi.org/project/rdflib/) plugin is deprecated
5+
for, as of the 2021-09-17 release of rdflib 6.0.1, JSON-LD handing has been
6+
integrated. All functionality in this package has been removed, as of release 0.6.2.*
57

6-
*Please stop using this plugin as soon as you can and migrate to rdflib >= 6.0.0. We - maintainers - will be much more able to fix/enhance JSON-LD handing in rdflib core!*
8+
*This plugin is now 'tombstoned' meaning this - 0.6.2 - is a final release and
9+
all users of Python > 3.6 are encouraged to move to rdflib > 6.0.1.*
710

8-
*If you are forced to keep using Python <= 3.6, you will need to keep using this plugin with RDFlib 5.0.0.*
11+
*If you are forced to keep using Python <= 3.6, you will need to keep using release <= 0.5.0 of this plugin with RDFlib 5.0.0.*
912

1013
----
1114

Diff for: docs/index.rst

+6-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ Welcome to rdflib_jsonld's documentation!
66
DEPRECATED
77
----------
88
This `rdflib <https://pypi.org/project/rdflib/>`_ plugin is deprecated
9-
for, as of the 2021-07-21 release of rdflib 6.0.0, JSON-LD handing has been
10-
integrated.
9+
for, as of the 2021-09-17 release of rdflib 6.0.1, JSON-LD handing has been
10+
integrated. All functionality in this package has been removed, as of release 0.6.2.
1111

12-
*This plugin is now 'tombstoned' meaning this - 0.6.0 - is a final release and
13-
all users of Python > 3.6 are encouraged to move to rdflib > 6.0.0.*
12+
*This plugin is now 'tombstoned' meaning this - 0.6.2 - is a final release and
13+
all users of Python > 3.6 are encouraged to move to rdflib > 6.0.1.*
14+
15+
*If you are forced to keep using Python <= 3.6, you will need to keep using release <= 0.5.0 of this plugin with RDFlib 5.0.0.*
1416

1517
----
1618

Diff for: rdflib_jsonld/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"""
22
"""
3-
__version__ = "0.6.1"
3+
__version__ = "0.6.2"
44

55
import warnings
66

77
with warnings.catch_warnings():
88
warnings.simplefilter("default")
99
warnings.warn(
10-
"The rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.0. "
10+
"The rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.1. "
1111
"Please remove rdflib-jsonld from your project's dependencies.",
1212
DeprecationWarning,
1313
)

Diff for: rdflib_jsonld/_compat.py

-6
This file was deleted.

0 commit comments

Comments
 (0)