Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-SPARQLWrapper for
openSUSE:Factory checked in at 2022-03-07 17:47:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-SPARQLWrapper (Old)
and /work/SRC/openSUSE:Factory/.python-SPARQLWrapper.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SPARQLWrapper"
Mon Mar 7 17:47:24 2022 rev:10 rq:959866 version:1.8.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-SPARQLWrapper/python-SPARQLWrapper.changes
2020-03-27 00:22:08.084160682 +0100
+++
/work/SRC/openSUSE:Factory/.python-SPARQLWrapper.new.1958/python-SPARQLWrapper.changes
2022-03-07 17:47:31.235109802 +0100
@@ -1,0 +2,5 @@
+Mon Mar 7 11:58:04 UTC 2022 - Dirk M??ller <[email protected]>
+
+- add no-2to3.patch for better compatibility with newer setuptools
+
+-------------------------------------------------------------------
New:
----
no-2to3.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-SPARQLWrapper.spec ++++++
--- /var/tmp/diff_new_pack.flQZBK/_old 2022-03-07 17:47:31.791109641 +0100
+++ /var/tmp/diff_new_pack.flQZBK/_new 2022-03-07 17:47:31.795109640 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-SPARQLWrapper
#
-# Copyright (c) 2020 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
@@ -22,8 +22,9 @@
Release: 0
Summary: SPARQL Endpoint interface to Python
License: W3C
-URL: http://sparql-wrapper.sourceforge.net/
+URL: https://rdflib.dev/sparqlwrapper/
Source:
https://files.pythonhosted.org/packages/source/S/SPARQLWrapper/SPARQLWrapper-%{version}.tar.gz
+Patch1: no-2to3.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -38,6 +39,7 @@
%prep
%setup -q -n SPARQLWrapper-%{version}
+%patch1 -p1
%build
%python_build
++++++ no-2to3.patch ++++++
Index: SPARQLWrapper-1.8.5/setup.py
===================================================================
--- SPARQLWrapper-1.8.5.orig/setup.py
+++ SPARQLWrapper-1.8.5/setup.py
@@ -75,8 +75,6 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
],
keywords = ['python', 'sparql', 'rdf', 'rdflib'],
- use_2to3 = True,
- use_2to3_fixers = ['custom_fixers'],
project_urls={
'Home': 'https://rdflib.github.io/sparqlwrapper/',
'Documentation': 'https://rdflib.github.io/sparqlwrapper/doc/',