Git Product home page Git Product logo

Comments (20)

papoteur-mga avatar papoteur-mga commented on June 24, 2024 1

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

from sparqlwrapper.

aucampia avatar aucampia commented on June 24, 2024 1

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 😄

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

from sparqlwrapper.

nicholascar avatar nicholascar commented on June 24, 2024 1

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.

from sparqlwrapper.

aucampia avatar aucampia commented on June 24, 2024 1

@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:

from sparqlwrapper.

aucampia avatar aucampia commented on June 24, 2024

@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?

from sparqlwrapper.

dayures avatar dayures commented on June 24, 2024

@aucampia sure! What is your user in pypi?

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

from sparqlwrapper.

aucampia avatar aucampia commented on June 24, 2024

@aucampia sure! What is your user in pypi?

@dayures my user is iwan.aucamp

from sparqlwrapper.

dayures avatar dayures commented on June 24, 2024

Invitation sent!

from sparqlwrapper.

aucampia avatar aucampia commented on June 24, 2024

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.

from sparqlwrapper.

wikier avatar wikier commented on June 24, 2024

Thanks @aucampia for taking the lead on this!

from sparqlwrapper.

papoteur-mga avatar papoteur-mga commented on June 24, 2024

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

from sparqlwrapper.

aucampia avatar aucampia commented on June 24, 2024

@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.

from sparqlwrapper.

dayures avatar dayures commented on June 24, 2024

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

from sparqlwrapper.

aucampia avatar aucampia commented on June 24, 2024

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

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

from sparqlwrapper.

aucampia avatar aucampia commented on June 24, 2024

@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:

from sparqlwrapper.

wikier avatar wikier commented on June 24, 2024

from sparqlwrapper.

eggplants avatar eggplants commented on June 24, 2024

Finally! Thank you so much!

from sparqlwrapper.

papoteur-mga avatar papoteur-mga commented on June 24, 2024

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

from sparqlwrapper.

dayures avatar dayures commented on June 24, 2024

@aucampia added to readthedocs

from sparqlwrapper.

eggplants avatar eggplants commented on June 24, 2024

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

from sparqlwrapper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.