Skip to content

Release 3.5#40

Closed
darosior wants to merge 3 commits into
masterfrom
release_3.5
Closed

Release 3.5#40
darosior wants to merge 3 commits into
masterfrom
release_3.5

Conversation

@darosior

Copy link
Copy Markdown
Owner

Fixes #39.

Comment thread requirements.txt
@@ -1,2 +1,2 @@
coincurve>=15.0,<19
coincurve>=15.0,<=19

Copy link
Copy Markdown

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?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

coincurve 19 is yanked

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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

@kigawas

kigawas commented Jul 11, 2024

Copy link
Copy Markdown

#41 needs to be addressed first

@prusnak prusnak left a comment

Copy link
Copy Markdown

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?

Comment thread CHANGELOG.md
@@ -1,9 +1,12 @@
# 3.5

- Support Coincurve up to version 19. This version supports the latest libsecp.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
- Support Coincurve up to version 19. This version supports the latest libsecp.
- Support Coincurve up to version 20. This version supports the latest libsecp.

Comment thread requirements.txt
@@ -1,2 +1,2 @@
coincurve>=15.0,<19
coincurve>=15.0,<=19

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Suggested change
coincurve>=15.0,<=19
coincurve>=15.0,<21

@darosior

Copy link
Copy Markdown
Owner Author

Yes, will do.

@darosior darosior mentioned this pull request Jul 22, 2024
@darosior

Copy link
Copy Markdown
Owner Author

Superseded by #43.

@darosior darosior closed this Jul 22, 2024
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.

Dependency upgrade

4 participants