8000 Release 6.1.0, drop Python 2 support by jeffwidman · Pull Request #19 · jeffwidman/cqlsh · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release 6.1.0, drop Python 2 support #19

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

Merged
merged 1 commit into from
Dec 21, 2022

Conversation

jeffwidman
Copy link
Owner
@jeffwidman jeffwidman commented Aug 10, 2022

This is another try on #16, but hopefully we don't jump the gun this time.

As a byproduct of this, cassandra 4.1 bumped the cqlsh version to
6.1.0 and also dropped Python 2 support (along with many other
cleanups).

TODO:

  • bump underlying cqlsh and cqlshlib python code once cassandra 4.1 drops (Cassandra 4.1 #21)
  • update PyPI classifiers to drop Python 2
  • update release date on the Readme of 6.1.0 from unreleased to whatever day this gets merged/pushed to PyPI.

Fix #13

@jeffwidman jeffwidman force-pushed the revert-18-revert-16-6.1.0-release branch from bc56e10 to a36db82 Compare August 10, 2022 02:18
@jeffwidman jeffwidman marked this pull request as ready for review December 17, 2022 18:26
Many thanks to @bshcoening for all his [hard work upstream on the the
core `cqlsh` code](https://github.com/apache/cassandra/pulls?q=is%3Apr+author%3Abschoening).

As a byproduct of this, `cassandra` `4.1` bumped the `cqlsh` version to
`6.1.0` and also dropped Python 2 support (along with many other
cleanups).
@jeffwidman jeffwidman force-pushed the revert-18-revert-16-6.1.0-release branch from a36db82 to f61b3e2 Compare December 17, 2022 18:28
@jeffwidman
Copy link
Owner Author

@bschoening since I just merged #21, this is now ready...

Do you want to handle pushing to PyPI? If so, just update the date on this to match whatever day you get to this and then merge it and publish it... 🎉

@@ -59,6 +59,12 @@ Unfortunately the Cassandra project does not always increment the `cqlsh` versio
release we need to document not only the `cqlsh` version but also the `cassandra` version in which it
shipped.

#### 6.1.0 (Unreleased) 8000
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line needs updating from Unreleased to whatever day we release it.

Alternatively git tags / GitHub releases / PyPI will all keep track of release dates, so we could stop having them as part of the readme... but let's do that later in another PR, out of scope for this PR...

@bschoening
Copy link
Collaborator

I don't appear to have access to the pypi site, but yes lets push to test there.

@bschoening bschoening merged commit 3a709ed into master Dec 21, 2022
@bschoening bschoening deleted the revert-18-revert-16-6.1.0-release branch December 21, 2022 01:50
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

Successfully merging this pull request may close these issues.

Figure out a way to retain python2 compatibility while modularizing cqlsh
2 participants
0