<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rdflib.git/examples, branch main</title>
<subtitle>github.com: rdflib/rdflib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/'/>
<entry>
<title>docs: document avaiable security measures (#2270)</title>
<updated>2023-03-16T19:56:48+00:00</updated>
<author>
<name>Iwan Aucamp</name>
<email>aucampia@gmail.com</email>
</author>
<published>2023-03-16T19:56:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=1c256765ac7d5e7327695a44269be09e51bd88b1'/>
<id>1c256765ac7d5e7327695a44269be09e51bd88b1</id>
<content type='text'>
docs: document available security measures

Several security measures can be used to mitigate risk when processing
potentially malicious input.

This change adds documentation about available security measures and
examples and tests that illustrate their usage.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: document available security measures

Several security measures can be used to mitigate risk when processing
potentially malicious input.

This change adds documentation about available security measures and
examples and tests that illustrate their usage.</pre>
</div>
</content>
</entry>
<entry>
<title>fix: validation issues with examples (#2269)</title>
<updated>2023-03-13T00:18:21+00:00</updated>
<author>
<name>Iwan Aucamp</name>
<email>aucampia@gmail.com</email>
</author>
<published>2023-03-13T00:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=35a35375d213afe83a825d7dfcc59008f8e2352c'/>
<id>35a35375d213afe83a825d7dfcc59008f8e2352c</id>
<content type='text'>
I want to add examples for securing RDFLib network access using
`sys.addaudithook` and `urllib.request.install_opener`, but I want to
also validate the examples in our CI pipeline, so we can demonstrate
they work to our users.

This change adds validation for all examples, and the addition of the
security examples in a seperate PR will then also get validated.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I want to add examples for securing RDFLib network access using
`sys.addaudithook` and `urllib.request.install_opener`, but I want to
also validate the examples in our CI pipeline, so we can demonstrate
they work to our users.

This change adds validation for all examples, and the addition of the
security examples in a seperate PR will then also get validated.</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix sphinx nitpicky issues (#2036)</title>
<updated>2022-07-18T15:06:15+00:00</updated>
<author>
<name>Iwan Aucamp</name>
<email>aucampia@gmail.com</email>
</author>
<published>2022-07-18T15:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=0d413fdc10af229357011f82bdd443d5ae1eaa22'/>
<id>0d413fdc10af229357011f82bdd443d5ae1eaa22</id>
<content type='text'>
Enable nitpicky mode for Sphinx and fix all warnings and errors
that occur when running with nitpicky enabled.

Other changes:
- Add a tox environment for building docs (-docs). This is so we can
  test building docs on various versions of python as there seems to be
  some differences in warnings between different versions. This tox
  environment is enabled for linux CI builds.
- Change readthedocs to use python 3.9 as earlier versions do not handle
  `@typing.overload` with type aliases.
- Fixes https://github.com/RDFLib/rdflib/issues/1878</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable nitpicky mode for Sphinx and fix all warnings and errors
that occur when running with nitpicky enabled.

Other changes:
- Add a tox environment for building docs (-docs). This is so we can
  test building docs on various versions of python as there seems to be
  some differences in warnings between different versions. This tox
  environment is enabled for linux CI builds.
- Change readthedocs to use python 3.9 as earlier versions do not handle
  `@typing.overload` with type aliases.
- Fixes https://github.com/RDFLib/rdflib/issues/1878</pre>
</div>
</content>
</entry>
<entry>
<title>Address lingering instances of deprecated `tempfile.mktemp` (#1942)</title>
<updated>2022-05-15T15:07:55+00:00</updated>
<author>
<name>Graham Higgins</name>
<email>gjhiggins@users.noreply.github.com</email>
</author>
<published>2022-05-15T15:07:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=8a096ab3b460fda1591a769ca205935bb5923cda'/>
<id>8a096ab3b460fda1591a769ca205935bb5923cda</id>
<content type='text'>
Updated two instances of lingering deprecated `tempfile.mktemp` usage to use current safe tempfile idiom.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated two instances of lingering deprecated `tempfile.mktemp` usage to use current safe tempfile idiom.</pre>
</div>
</content>
</entry>
<entry>
<title>Delete example, unsatisfiable imdbpy dependency.</title>
<updated>2022-04-24T13:35:19+00:00</updated>
<author>
<name>Graham Higgins</name>
<email>gjh@bel-epa.com</email>
</author>
<published>2022-04-24T13:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=a020f8d2eb4a4cc91e0c3ce84585da9933e7a0f1'/>
<id>a020f8d2eb4a4cc91e0c3ce84585da9933e7a0f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add isort (#1689)</title>
<updated>2022-02-20T22:34:09+00:00</updated>
<author>
<name>eggplants</name>
<email>w10776e8w@yahoo.co.jp</email>
</author>
<published>2022-02-20T22:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=778bf0802df130c10645b3dfdf7d32306af0ad49'/>
<id>778bf0802df130c10645b3dfdf7d32306af0ad49</id>
<content type='text'>
* add: isort configure file

* fix: isort

$ isort .

* add: isort to dev deps

* add: isort to CI

* fix: move .isort.cfg into setup.cfg

* fix: re-formatted

* fix: isort target path

* Use pre-commit to check isort

pre-commit CI can auto fix this, and this way we can idenpendently evaluate
the formatting of the code from the validity of the code.

Co-authored-by: Iwan Aucamp &lt;aucampia@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add: isort configure file

* fix: isort

$ isort .

* add: isort to dev deps

* add: isort to CI

* fix: move .isort.cfg into setup.cfg

* fix: re-formatted

* fix: isort target path

* Use pre-commit to check isort

pre-commit CI can auto fix this, and this way we can idenpendently evaluate
the formatting of the code from the validity of the code.

Co-authored-by: Iwan Aucamp &lt;aucampia@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>re-do, including changes from aucampia's PR</title>
<updated>2021-12-15T19:37:26+00:00</updated>
<author>
<name>Graham Higgins</name>
<email>gjh@bel-epa.com</email>
</author>
<published>2021-12-15T19:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=f30c5c25866925019775488f2db7edeb148da605'/>
<id>f30c5c25866925019775488f2db7edeb148da605</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blacked everything</title>
<updated>2021-07-20T13:13:06+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2021-07-20T13:13:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=17969dccdc6b182ef19c1a9e0b86a6585026aeab'/>
<id>17969dccdc6b182ef19c1a9e0b86a6585026aeab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated film.py</title>
<updated>2021-07-09T09:27:01+00:00</updated>
<author>
<name>Dmitriy</name>
<email>68817666+DBastrak@users.noreply.github.com</email>
</author>
<published>2021-07-09T09:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=56e8445d6465b9a42b68088f8f553171cfd7ee08'/>
<id>56e8445d6465b9a42b68088f8f553171cfd7ee08</id>
<content type='text'>
Removes the need to add quotation marks in the user input which otherwise causes the program to loop at  line 135 or crash at line 141.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes the need to add quotation marks in the user input which otherwise causes the program to loop at  line 135 or crash at line 141.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into docco_clean</title>
<updated>2021-07-02T13:49:46+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2021-07-02T13:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=c59de84101830c3deced0032af1d5ae735728f1d'/>
<id>c59de84101830c3deced0032af1d5ae735728f1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
