CVS log for pkgsrc/www/py-sparqlwrapper/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / www / py-sparqlwrapper
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:27 2024 UTC (3 weeks, 5 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -2
lines
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:46:08 2024 UTC (7 weeks, 5 days ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
*: clean-up after python38 removal
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Aug 6 11:29:43 2024 UTC (4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
py-sparqlwrapper: not for Python 3.8 nor 3.9
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jun 10 20:23:24 2024 UTC (5 months, 3 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -8
lines
py-sparqlwrapper: updated to 2.0.0
2.0.0
Ported codebase to Python 3. Dropped support for Python 2
Removed nosetest in favour of unittest
Added a CLI: rqw
Updated for RDFLib >= 6.1.1
Added type hints
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:55:35 2022 UTC (2 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1
lines
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 6 14:14:35 2021 UTC (3 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -1
lines
py-sparqlwrapper: fix build with latest setuptools
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 5 09:54:42 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -7
lines
py-sparqlwrapper: fix building with Python 3.6
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue May 4 14:21:30 2021 UTC (3 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -1
lines
py-sparqlwrapper: broken with python 3.6
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 16 12:18:42 2021 UTC (3 years, 7 months ago) by adam
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
py-sparqlwrapper: updated to 1.8.5
2019-12-22 1.8.5
-----------------
- Improve/tests for development
- Changed. Be more strict on Accept Turtle header
- Migrated documentation from epydoc to sphinx and readthedocs
2019-04-18 1.8.4
-----------------
- Added example
- hotfix: Added custom_fixers folder in MANIFEST, in order to be used in python3
2019-04-17 1.8.3
-----------------
- Include ChangeLog.txt in the distribution
- Removed import of SPARQLWrapper in setup.py
- Added support for querying RDF/XML in a CONSTRUCT query type
- Updated the procedure for determining the query type
- 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
2018-05-26 1.8.2
-----------------
- Fixed bug
- Updated doc
- Added Unauthorized exception in SPARQLWrapperExceptions
- Added support for custom HTTP headers
- Changed timeout setting
2018-02-25 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
- Added support for Only HTTP Content Negotiation
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 4 22:10:13 2019 UTC (5 years, 1 month ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded phraseanet since pkglint got the indentation wrong.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Sep 26 07:48:32 2019 UTC (5 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1
lines
py-sparqlwrapper: mark as incompatible with python-2.7
due to py-rdflib's use of py-networkx.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 7 11:14:42 2017 UTC (7 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
py-sparqlwrapper: update to 1.8.0
1.8.0:
- Updated return formats for not content negotiation situations
- Included license in the MANIFEST
- Added explicit support for RDF/XML as allowed format
- Added proper shebang
- Moved keepalive as optional dependency
- Fixed hash check on prefixes
- Fixed epydoc warnings
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Sep 4 18:08:30 2017 UTC (7 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Follow some redirects.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:43:49 2016 UTC (8 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Switch to MASTER_SITES_PYPI.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 19 22:20:48 2015 UTC (9 years, 7 months ago) by rodent
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Import py27-sparqlwrapper-1.6.4 as www/py-sparqlwrapper.
This is a wrapper around a SPARQL service. It helps in creating the query URI
and, possibly, convert the result into a more manageable format.
CVSweb <webmaster@jp.NetBSD.org>