Changelog for
python310-SPARQLWrapper-1.8.5-27.19.noarch.rpm :
* Mon Mar 07 2022 Dirk Müller
- add no-2to3.patch for better compatibility with newer setuptools
* Wed Mar 11 2020 Tomáš Chvátal - Disable tests as they need quite lot of magic to run just on py3
* Wed Mar 11 2020 Tomáš Chvátal - Update to 1.8.5: - Improve/tests for development (#131) - Changed. Be more strict on Accept Turtle header (#137) - Migrated documentation from epydoc to sphinx and readthedocs - Include ChangeLog.txt in the distribution - Removed import of SPARQLWrapper in setup.py (fixed #113 and closed #115) - Added support for querying RDF/XML in a CONSTRUCT query type - Updated the procedure for determining the query type (#120) - Do not send format parameter for the results ([format, output, results]) when the query is a SPARQL Update query - Added test for new agrovoc SPARQL endpoint (using Fuseki2) - Added test for 4store SPARQL endpoint (used by agroportal) - Added/Updated tests - Added examples - Updated doc - Fixed code generated for python3 using 2to3, adding a custom fixer (#109)
* Thu Nov 07 2019 Matej Cepl - Run through spec-cleaner
* Sun Jul 08 2018 arunAATTgmx.de- specfile:
* update tests- update to version 1.8.2:
* Fixed bug (#100)
* Updated doc
* Added Unauthorized exception in SPARQLWrapperExceptions
* Added support for custom HTTP headers (#52)
* Changed timeout setting (#106)- changes from version 1.8.1:
* Update classifiers (Python 3.6)
* Added some documentation about the parameter to indicate the output format
* Fixed typo in width calculation
* Added support for CSV, TSV (PR #98)
* Added support for Only HTTP Content Negotiation (#82)
* Wed Jan 03 2018 tchvatalAATTsuse.com- Make sure to not bail out when building with py3 only- Do not recommend already required package
* Mon May 08 2017 toddrme2178AATTgmail.com- Fix source URL.
* Wed May 03 2017 toddrme2178AATTgmail.com- Update to version 1.8.0
* Updated return formats for not content negotiation situations
* Included license in the MANIFEST (issue #76)
* Added explicit support for RDF/XML as allowed format (issue #75)
* Added proper shebang (issue #78)
* Moved keepalive as optional dependency (issue #79)
* Fixed hash check on prefixes (issue #77)- Fixed epydoc warnings (issue #41)- Implement single-spec version.- Fix source URL.
* Mon Sep 12 2016 aplanasAATTsuse.com- update to version 1.7.6
* Removed wrong response encoding (issue #70)
* Authorization header bug when using Python 3 (issue #71)- additional changes from version 1.7.5
* Removed pip dependency on setup (issue #69)- additional changes from version 1.7.4
* Fixed packaging (issue #66)- additional changes from version 1.7.3
* Finally fixed the keepalive issue in all Pyhon versions (issue #65)
* Removed old JSON layer in favor of the native json module- additional changes from version 1.7.2
* Moved to the new keepalive package (issues #53 and #61)- additional changes from version 1.7.1
* Fixed build in Python 3.x (issue #57)- additional changes from version 1.7.0
* Added support to HTTP Digest Auth Support (issue #45)
* Improved print_results showing language tag (xml:lang) and datatype
* Updated to RDFLib 4.x
* Fri Feb 12 2016 olafAATTaepfle.de- Remove BuildRequires python-rdflib to avoid cirular dependency