Skip to content

Commit

Permalink
tombstoning release - removing all functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar committed Sep 18, 2021
1 parent ef196e1 commit 02e447b
Show file tree
Hide file tree
Showing 300 changed files with 14 additions and 12,711 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# RDFLib plugin providing JSON-LD parsing and serialization

## ARCHIVED
*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.*
*This [rdflib](https://pypi.org/project/rdflib/) plugin is deprecated
for, as of the 2021-09-17 release of rdflib 6.0.1, JSON-LD handing has been
integrated. All functionality in this package has been removed, as of release 0.6.2.*

*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!*
*This plugin is now 'tombstoned' meaning this - 0.6.2 - is a final release and
all users of Python > 3.6 are encouraged to move to rdflib > 6.0.1.*

*If you are forced to keep using Python <= 3.6, you will need to keep using this plugin with RDFlib 5.0.0.*
*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.*

----

Expand Down
10 changes: 6 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ Welcome to rdflib_jsonld's documentation!
DEPRECATED
----------
This `rdflib <https://pypi.org/project/rdflib/>`_ plugin is deprecated
for, as of the 2021-07-21 release of rdflib 6.0.0, JSON-LD handing has been
integrated.
for, as of the 2021-09-17 release of rdflib 6.0.1, JSON-LD handing has been
integrated. All functionality in this package has been removed, as of release 0.6.2.

*This plugin is now 'tombstoned' meaning this - 0.6.0 - is a final release and
all users of Python > 3.6 are encouraged to move to rdflib > 6.0.0.*
*This plugin is now 'tombstoned' meaning this - 0.6.2 - is a final release and
all users of Python > 3.6 are encouraged to move to rdflib > 6.0.1.*

*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.*

----

Expand Down
4 changes: 2 additions & 2 deletions rdflib_jsonld/__init__.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"""
"""
__version__ = "0.6.1"
__version__ = "0.6.2"

import warnings

with warnings.catch_warnings():
warnings.simplefilter("default")
warnings.warn(
"The rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.0. "
"The rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.1. "
"Please remove rdflib-jsonld from your project's dependencies.",
DeprecationWarning,
)
6 changes: 0 additions & 6 deletions rdflib_jsonld/_compat.py

This file was deleted.

Loading

0 comments on commit 02e447b

Please sign in to comment.