<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Michael R. Crusoe pushed to branch master
at <a href="https://salsa.debian.org/python-team/packages/python-rdflib-jsonld">Debian Python Team / packages / python-rdflib-jsonld</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/python-team/packages/python-rdflib-jsonld/-/commit/c3bfdcb4d61d72046911952c5eb7cc6b80d548bb">c3bfdcb4</a></strong>
<div>
<span>by Michael R. Crusoe</span>
<i>at 2021-11-07T15:33:17+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 0.6.1</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/python-team/packages/python-rdflib-jsonld/-/commit/0113780adb5130f4831058f54c34d53d6e064c21">0113780a</a></strong>
<div>
<span>by Michael R. Crusoe</span>
<i>at 2021-11-07T15:33:18+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update upstream source from tag 'upstream/0.6.1'

Update to upstream version '0.6.1'
with Debian dir 4dd67ea1691a8b39a3d38226ad1d3f2a2764b4be</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/python-team/packages/python-rdflib-jsonld/-/commit/6629bca5622410fbc875528958802aa77a117fdd">6629bca5</a></strong>
<div>
<span>by Michael R. Crusoe</span>
<i>at 2021-11-07T15:38:52+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New (and final) upstream release.
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#7d26833a43d8865f6d9679068f6f9ee7d6e13dcf">
PKG-INFO
</a>
</li>
<li class="file-stats">
<a href="#8ec9a00bfd09b3190ac6b22251dbb1aa95a0579d">
README.md
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#254a2da7a740675e537439eb88e32083b9ea4771">
docs/conf.py
</a>
</li>
<li class="file-stats">
<a href="#d0153cac95479af9bfb99b746b633bc8255bb53a">
docs/index.rst
</a>
</li>
<li class="file-stats">
<a href="#cf0db0a5b4ae0957b76b81aa61b91899fe76149f">
docs/jsonld-parser.rst
</a>
</li>
<li class="file-stats">
<a href="#2a9b63016bf437ae1bf3eb8c799692b4a9dae25c">
docs/jsonld-serializer.rst
</a>
</li>
<li class="file-stats">
<a href="#0635c44c429787bb035d9e4ed1068825f61e8b5c">
rdflib_jsonld.egg-info/PKG-INFO
</a>
</li>
<li class="file-stats">
<a href="#a5911605002ed4f50047cb7aa591b0f027ebb61a">
rdflib_jsonld.egg-info/SOURCES.txt
</a>
</li>
<li class="file-stats">
<a href="#6a9a65e986a1e2a30d87d77bfce5509f18b0b86e">
rdflib_jsonld.egg-info/requires.txt
</a>
</li>
<li class="file-stats">
<a href="#ca0f7f8642eba2451ee677093baac1f276af3a01">
rdflib_jsonld/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#1175412c6c5eb97dde6c5d44b9c57c457e967d0f">
rdflib_jsonld/context.py
</a>
</li>
<li class="file-stats">
<a href="#8891db28261fd5734190f4bf1cad25976b72d6f1">
rdflib_jsonld/errors.py
</a>
</li>
<li class="file-stats">
<a href="#3e58bd424eba08404ea4ffaeadf3f7ee4fef54d9">
rdflib_jsonld/keys.py
</a>
</li>
<li class="file-stats">
<a href="#bc2c3aca5e6dc8706ecb44b0199f03a82f8d9889">
rdflib_jsonld/parser.py
</a>
</li>
<li class="file-stats">
<a href="#e78fd6447fbca709b72707d8f85a3392b0454e7b">
rdflib_jsonld/serializer.py
</a>
</li>
<li class="file-stats">
<a href="#cc941ac3df6065f695d14978917829882a0fc731">
rdflib_jsonld/util.py
</a>
</li>
<li class="file-stats">
<a href="#8e2edce0d507e1297474f25c00cae94258db38d8">
setup.py
</a>
</li>
<li class="file-stats">
<a href="#66d90f22370ab883d61b0e9b19f31ba669ad1600">
test/README.md
</a>
</li>
<li class="file-stats">
<a href="#7ac8b74ac3c1c5140ed772c822cc328b0793f984">
test/__init__.py
</a>
</li>
<li class="file-stats">
<a href="#8f52dcadaf06a15de4eead4326236b5c8773a061">
<span class="new-file">
+
test/__pycache__/__init__.cpython-39.pyc
</span>
</a>
</li>
<li class="file-stats">
<a href="#b8805fd70521ced820c60386b280acd359556beb">
<span class="new-file">
+
test/__pycache__/runner.cpython-39.pyc
</span>
</a>
</li>
<li class="file-stats">
<a href="#66e1353a1f1c5416be626930250a5bd3c458a119">
<span class="new-file">
+
test/__pycache__/test_api.cpython-39.pyc
</span>
</a>
</li>
<li class="file-stats">
<a href="#ad42fc079213a4e67789ce8172074b768559567f">
<span class="new-file">
+
test/__pycache__/test_compaction.cpython-39.pyc
</span>
</a>
</li>
<li class="file-stats">
<a href="#fd1b17432a3307f9c789fdaa90e4fe0b6e600e50">
<span class="new-file">
+
test/__pycache__/test_context.cpython-39.pyc
</span>
</a>
</li>
<li class="file-stats">
<a href="#dae608b8a0cf475c33acda75a81c2b186db8aa91">
<span class="new-file">
+
test/__pycache__/test_localsuite.cpython-39.pyc
</span>
</a>
</li>
<li class="file-stats">
<a href="#595b1069b776a823dae85b98eff802226dfa11fe">
<span class="new-file">
+
test/__pycache__/test_named_graphs.cpython-39.pyc
</span>
</a>
</li>
<li class="file-stats">
<a href="#3dcaf757bbf774ae692f95cef4d9bcbc9fcaf605">
<span class="new-file">
+
test/__pycache__/test_testsuite.cpython-39.pyc
</span>
</a>
</li>
<li class="file-stats">
<a href="#edc3bf8b59f5dc9c50cb1f02f84b2873b1d59cc4">
<span class="new-file">
+
test/issues/61-context.jsonld
</span>
</a>
</li>
<li class="file-stats">
<a href="#fcc486f70de59c037e4cc5c36c57f04ecb1051b2">
<span class="new-file">
+
test/issues/61-data.jsonld
</span>
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/python-team/packages/python-rdflib-jsonld/-/compare/5c83d9a2d66c60e1f9fe23ca164b4b24861ba0fd...6629bca5622410fbc875528958802aa77a117fdd">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>