-
Notifications
You must be signed in to change notification settings - Fork 26
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
Release 3.5 #40
Release 3.5 #40
Conversation
This version upgrade libsecp to latest. Fixes #39.
@@ -1,2 +1,2 @@ | |||
coincurve>=15.0,<19 | |||
coincurve>=15.0,<=19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coincurve<=19,>=15.0 not satisfied by version 19.0.1
I guess you meant <20
instead of <=19
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coincurve 19 is yanked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't get what you mean. 19.0.0 is marked as yanked. I was mentioning 19.0.1 which is not.
https://pypi.org/project/coincurve/#history
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added why <=19 is not working
#41 needs to be addressed first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coincurve 20 is out, can we update the PR to read coincurve>=15.0,<21 and release a new version please?
@@ -1,9 +1,12 @@ | |||
# 3.5 | |||
|
|||
- Support Coincurve up to version 19. This version supports the latest libsecp. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Support Coincurve up to version 19. This version supports the latest libsecp. | |
- Support Coincurve up to version 20. This version supports the latest libsecp. |
@@ -1,2 +1,2 @@ | |||
coincurve>=15.0,<19 | |||
coincurve>=15.0,<=19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coincurve>=15.0,<=19 | |
coincurve>=15.0,<21 |
Yes, will do. |
Superseded by #43. |
Fixes #39.