Skip to content

Bump library version to 1.0.1 #577

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
Jul 26, 2021
Merged

Bump library version to 1.0.1 #577

merged 1 commit into from
Jul 26, 2021

Conversation

duckontheweb
Copy link
Contributor

Bumps PySTAC version to 1.0.1.

This patch release includes changes from #574.

PR Checklist:

  • Code is formatted (run pre-commit run --all-files)
  • Tests pass (run scripts/test)
  • Documentation has been updated to reflect changes, if applicable
  • This PR maintains or improves overall codebase code coverage.
  • Changes are added to the CHANGELOG. See the docs for information about adding to the changelog.

@duckontheweb duckontheweb requested a review from lossyrob July 26, 2021 13:43
Copy link
Member

@lossyrob lossyrob left a comment

Choose a reason for hiding this comment

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

Not sure why the build is failing, but doesn't have to do with this change.

@duckontheweb
Copy link
Contributor Author

Not sure why the build is failing, but doesn't have to do with this change.

Building orjson==3.6.0 from source started failing recently due to some issue with cargo not being available in the path. orjson has been pretty good about providing wheels for Python 3.10 on Linux, but not on Mac and Windows. I think rather than try to fix the build I'll just remove those OSs from the test matrix until wheels start to become available.

@gadomski
Copy link
Member

I'll take a look at the Rust setup for the failing OSX test.

@duckontheweb
Copy link
Contributor Author

I'll take a look at the Rust setup for the failing OSX test.

@gadomski It's also failing on the Windows builds but due to some quirk in the way pip install is being run in that job it still returns a 0 exit code so it looks like it's succeeded. I suspect that fixing the Rust configuration on Mac will also fix it on Windows, though.

@duckontheweb duckontheweb merged commit b8259fe into main Jul 26, 2021
@duckontheweb duckontheweb deleted the release/v1.0.1 branch July 28, 2021 20:54
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.

3 participants