From e9620768b36f88288142076df0da29ef1095a32d6b3fd733d051dbc16fccebe0 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 7 Feb 2022 23:40:36 +0000 Subject: [PATCH] - Update to 6.1.1: * add support for Python 3.10 * updates the test suite to pytest (from nose) * tidies up a lot of continuous integration * gets more tests tested, not skipped * implements lots of mypy tests * updates several parsers and serializers * supports the new HexTuples format! * drop support for Python 2 and Python 3 < 3.7. * improved testing with mock SPARQL stores - Drop unneeded BuildRequires on python3-2to3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rdflib?expand=0&rev=60 --- python-rdflib.changes | 15 +++++++++++++++ python-rdflib.spec | 13 ++++++------- rdflib-5.0.0.tar.gz | 3 --- rdflib-6.1.1.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 10 deletions(-) delete mode 100644 rdflib-5.0.0.tar.gz create mode 100644 rdflib-6.1.1.tar.gz diff --git a/python-rdflib.changes b/python-rdflib.changes index 4914108..f4e0d9a 100644 --- a/python-rdflib.changes +++ b/python-rdflib.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Feb 7 23:38:10 UTC 2022 - Steve Kowalik + +- Update to 6.1.1: + * add support for Python 3.10 + * updates the test suite to pytest (from nose) + * tidies up a lot of continuous integration + * gets more tests tested, not skipped + * implements lots of mypy tests + * updates several parsers and serializers + * supports the new HexTuples format! + * drop support for Python 2 and Python 3 < 3.7. + * improved testing with mock SPARQL stores +- Drop unneeded BuildRequires on python3-2to3 + ------------------------------------------------------------------- Mon Jan 11 13:05:57 UTC 2021 - Adam Mizerski diff --git a/python-rdflib.spec b/python-rdflib.spec index 31128ad..56672b8 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -1,7 +1,7 @@ # # spec file for package python-rdflib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,11 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() python3-%{**}} # Tests don't work and cause a dependency loop with python-SPARQLWrapper %bcond_with tests Name: python-rdflib -Version: 5.0.0 +Version: 6.1.1 Release: 0 Summary: A Python library for working with RDF License: BSD-3-Clause @@ -33,19 +33,18 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python3-2to3 BuildRequires: python3-Sphinx BuildRequires: python3-sphinxcontrib-apidoc Requires: python-html5lib Requires: python-isodate Requires: python-pyparsing Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %if %{with tests} BuildRequires: %{python_module SPARQLWrapper} BuildRequires: %{python_module flake8} -BuildRequires: %{python_module nose} +BuildRequires: %{python_module pytest} %endif %python_subpackages @@ -92,7 +91,7 @@ popd %if %{with tests} %check -%python_exec setup.py -q test +%pytest %endif %post diff --git a/rdflib-5.0.0.tar.gz b/rdflib-5.0.0.tar.gz deleted file mode 100644 index 0fa02a6..0000000 --- a/rdflib-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78149dd49d385efec3b3adfbd61c87afaf1281c30d3fcaf1b323b34f603fb155 -size 818586 diff --git a/rdflib-6.1.1.tar.gz b/rdflib-6.1.1.tar.gz new file mode 100644 index 0000000..3a6d5bc --- /dev/null +++ b/rdflib-6.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbfa0af2990b98471dacbc936d6494c997ede92fd8ed693fb84ee700ef6f754 +size 1587670