RDFLib / sparqlwrapper

A wrapper for a remote SPARQL endpoint
https://sparqlwrapper.readthedocs.io/
Other
513 stars 121 forks source link

Next Release? #199

Closed eggplants closed 2 years ago

eggplants commented 2 years ago

I hope it. Or, should we tackle some unresolved issues?

papoteur-mga commented 2 years ago

Hello, 1.8.5 doesn't build anymore in Mageia cauldron. If there isn't new release, the package could be dropped.

aucampia commented 2 years ago

@dayures @wikier - as far as I can tell you are the maintainers for the PyPI package, could you add me so I can publish a new version?

dayures commented 2 years ago

@aucampia sure! What is your user in pypi?

And thanks for all the work that you are doing with SPARQLWrapper !

aucampia commented 2 years ago

@aucampia sure! What is your user in pypi?

@dayures my user is iwan.aucamp

dayures commented 2 years ago

Invitation sent!

aucampia commented 2 years ago

Thanks a bunch @dayures. I'm going to release 2.0.0, mainly because this now uses RDFLib 6.x which has breaking changes from 5.0.

aucampia commented 2 years ago

And also thanks a bunch @eggplants for all your inputs and patience, we may be a bit pedantic sometimes but at least in our minds it is with good intent :smile:

CC: @white-gecko @nicholascar @ashleysommer heads up if you have any concerns

wikier commented 2 years ago

Thanks @aucampia for taking the lead on this!

papoteur-mga commented 2 years ago

@aucampia Do you mean to update the changelog and put a tag? It's all what I need.

aucampia commented 2 years ago

@papoteur-mga there is some issue with sphinx, I will update changelog, but first making sure it all works.

@dayures as far as I can tell you are the only maintainer on https://readthedocs.org/projects/sparqlwrapper/ - please add me there also so I can publish the docs.

dayures commented 2 years ago

sure! @aucampia what is your username in readthedocs.org ?

aucampia commented 2 years ago

sure! @aucampia what is your username in readthedocs.org ?

@dayures it is also iwan.aucamp - apologies for not including it.

aucampia commented 2 years ago

@papoteur-mga @eggplants new release published, please let me know if there are any issues.

$ pipx run --spec SPARQLWrapper==2.0.0 rqw -e http://ja.dbpedia.org/sparql -Q "SELECT DISTINCT ?x WHERE { ?x ?y ?z . } LIMIT 1"
{
    "head": {
        "link": [],
        "vars": [
            "x"
        ]
    },
    "results": {
        "distinct": false,
        "ordered": true,
        "bindings": [
            {
                "x": {
                    "type": "uri",
                    "value": "http://www.openlinksw.com/virtrdf-data-formats#default-iid"
                }
            }
        ]
    }
}

Readthedocs is also updated:

wikier commented 2 years ago

Cool!

Announcement to the rdflib mailing list and/or twitter?

On Sun, Mar 13, 2022 at 16:17 Iwan Aucamp @.***> wrote:

@papoteur-mga https://github.com/papoteur-mga @eggplants https://github.com/eggplants new release published, please let me know if there are any issues.

$ pipx run --spec SPARQLWrapper==2.0.0 rqw -e http://ja.dbpedia.org/sparql -Q "SELECT DISTINCT ?x WHERE { ?x ?y ?z . } LIMIT 1"{ "head": { "link": [], "vars": [ "x" ] }, "results": { "distinct": false, "ordered": true, "bindings": [ { "x": { "type": "uri", "value": "http://www.openlinksw.com/virtrdf-data-formats#default-iid" } } ] }}

Readthedocs is also updated:

— Reply to this email directly, view it on GitHub https://github.com/RDFLib/sparqlwrapper/issues/199#issuecomment-1066203767, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGGJPZMICT4YBWCFC6ZMYLU7ZZQ5ANCNFSM5NWAQAUQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

-- Sergio Fernández http://www.wikier.org

nicholascar commented 2 years ago

Well done all contributors! I'll close this issue now. @aucampia and @eggplants: as the main contributors, please do go ahead and announce this on the mailing list, Gitter, Twitter etc.

eggplants commented 2 years ago

Finally! Thank you so much!

papoteur-mga commented 2 years ago

Thanks for your work. I will push it in Mageia. A question. For running tests, is an Internet connection needed?

dayures commented 2 years ago

@aucampia added to readthedocs

eggplants commented 2 years ago

@papoteur-mga Yes. Almost tests access to some public SPARQL endpoints.

aucampia commented 2 years ago

@nicholascar

Well done all contributors! I'll close this issue now. @aucampia and @eggplants: as the main contributors, please do go ahead and announce this on the mailing list, Gitter, Twitter etc.

@dayures

Cool! Announcement to the rdflib mailing list and/or twitter?

Done: