Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-rdflib for openSUSE:Factory checked in at 2022-02-09 20:38:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rdflib (Old) and /work/SRC/openSUSE:Factory/.python-rdflib.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rdflib" Wed Feb 9 20:38:14 2022 rev:28 rq:952276 version:6.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rdflib/python-rdflib.changes 2021-01-15 19:45:08.445924677 +0100 +++ /work/SRC/openSUSE:Factory/.python-rdflib.new.1898/python-rdflib.changes 2022-02-09 20:38:24.346261979 +0100 @@ -1,0 +2,15 @@ +Mon Feb 7 23:38:10 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- 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 + +------------------------------------------------------------------- Old: ---- rdflib-5.0.0.tar.gz New: ---- rdflib-6.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rdflib.spec ++++++ --- /var/tmp/diff_new_pack.JJj0hf/_old 2022-02-09 20:38:24.938263395 +0100 +++ /var/tmp/diff_new_pack.JJj0hf/_new 2022-02-09 20:38:24.942263405 +0100 @@ -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 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 @@ %if %{with tests} %check -%python_exec setup.py -q test +%pytest %endif %post ++++++ rdflib-5.0.0.tar.gz -> rdflib-6.1.1.tar.gz ++++++ ++++ 163413 lines of diff (skipped)