Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next Release? #199

Closed
eggplants opened this issue Feb 7, 2022 · 20 comments
Closed

Next Release? #199

eggplants opened this issue Feb 7, 2022 · 20 comments

Comments

@eggplants
Copy link
Contributor

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

@papoteur-mga
Copy link

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

@aucampia
Copy link
Member

@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
Copy link
Contributor

dayures commented Mar 11, 2022

@aucampia sure! What is your user in pypi?

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

@aucampia
Copy link
Member

aucampia commented Mar 11, 2022

@aucampia sure! What is your user in pypi?

@dayures my user is iwan.aucamp

@dayures
Copy link
Contributor

dayures commented Mar 11, 2022

Invitation sent!

@aucampia
Copy link
Member

aucampia commented Mar 11, 2022

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
Copy link
Member

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

@wikier
Copy link
Member

wikier commented Mar 11, 2022

Thanks @aucampia for taking the lead on this!

@papoteur-mga
Copy link

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

@aucampia
Copy link
Member

@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
Copy link
Contributor

dayures commented Mar 13, 2022

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

@aucampia
Copy link
Member

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

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

@aucampia
Copy link
Member

@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
Copy link
Member

wikier commented Mar 13, 2022 via email

@nicholascar
Copy link
Member

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
Copy link
Contributor Author

Finally! Thank you so much!

@papoteur-mga
Copy link

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

@dayures
Copy link
Contributor

dayures commented Mar 14, 2022

@aucampia added to readthedocs

@eggplants
Copy link
Contributor Author

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

@aucampia
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants