jeffwidman / cqlsh

Home of the cqlsh package on PyPI. Repackages the official Cassandra cqlsh for lighter-weight installs.
Apache License 2.0
19 stars 7 forks source link

Updated version 6.1.2 #30

Closed bschoening closed 1 year ago

bschoening commented 1 year ago

Update to 6.1.2 to correct version on pypi

bschoening commented 1 year ago

I pushed this to test.pypi.org (adding a b0 suffix), but it won't correctly install. Any ideas?

https://test.pypi.org/project/cqlsh/6.1.2b0/

jeffwidman commented 1 year ago

Here's what I see:

~ ❯❯❯ pip index versions -i https://test.pypi.org/simple/ https://test.pypi.org/simple/ cqlshWARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning.cqlsh (6.1.1)Available versions: 6.1.1, 6.1.0, 6.0.2, 6.0.1, 6.0.0, 6.1.2.0.macosx-13-arm64, 6.1.2b0.macosx-13-arm64 INSTALLED: 6.1.0 LATEST: 6.1.1

It looks like you only built/released it for macOS + arm64, not amd machines, nor linux machines... I'm on an intel mac, so it won't download it.

I'm not sure how you built it, but that looks wrong... it should be a universal binary. Did you try following the steps here? https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-archives

On Fri, Mar 24, 2023 at 10:30 AM Brad Schoening @.***> wrote:

I pushed this to test.pypi.org (adding a b0 suffix), but it won't correctly install. Any ideas?

https://test.pypi.org/project/cqlsh/6.1.2b0/

— Reply to this email directly, view it on GitHub https://github.com/jeffwidman/cqlsh/pull/30#issuecomment-1483169202, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADV74T3TR27KMFQLYVNIMLW5XK4PANCNFSM6AAAAAAWGZYEUY . You are receiving this because your review was requested.Message ID: @.***>

--

Jeff Widman jeffwidman.com http://www.jeffwidman.com/ | 740-WIDMAN-J (943-6265) <><

bschoening commented 1 year ago

Ok, I had some odd issues building with python 3.11 and now have built with python 3.10 instead. This looks good to me:

https://test.pypi.org/project/cqlsh/6.1.2b1/