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

PEP517 #109

Closed
Alessandro-Barbieri opened this issue May 17, 2022 · 4 comments
Closed

PEP517 #109

Alessandro-Barbieri opened this issue May 17, 2022 · 4 comments

Comments

@Alessandro-Barbieri
Copy link

Could you move the buildsystem to PEP517?

@tlocke
Copy link
Owner

tlocke commented May 17, 2022

That's a good idea @Alessandro-Barbieri, I've done that now in release 1.28.2.

@yan12125
Copy link

There is something strange with 1.28.2, and I suspect it related to PEP 517. __version__ now gives wrong values. For example,

$ pip install pg8000==1.28.2
$ python -c 'from pg8000 import dbapi; print(dbapi.__version__)'
0+untagged.1147.gde0c7ee.dirty
$ pip install pg8000==1.28.1
$ python -c 'from pg8000 import dbapi; print(dbapi.__version__)'
1.28.1

@tlocke
Copy link
Owner

tlocke commented May 18, 2022

Oops, thanks for pointing this out @yan12125 it should be fixed now in 1.28.3.

@yan12125
Copy link

Thanks, it works!

archlinux-github pushed a commit to archlinux/svntogit-community that referenced this issue May 18, 2022
See: tlocke/pg8000#109

git-svn-id: file:///srv/repos/svn-community/svn@1207780 9fca08f4-af9d-4005-b8df-a31f2cc04f65
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this issue May 18, 2022
See: tlocke/pg8000#109


git-svn-id: file:///srv/repos/svn-community/svn@1207780 9fca08f4-af9d-4005-b8df-a31f2cc04f65
@tlocke tlocke closed this as completed May 18, 2022
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

3 participants