Skip to content
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

Adopt Rubicon 0.4.5rc1 #1751

Merged
merged 3 commits into from
Jan 25, 2023
Merged

Adopt Rubicon 0.4.5rc1 #1751

merged 3 commits into from
Jan 25, 2023

Conversation

freakboy3742
Copy link
Member

Updates cocoa and iOS to set a rubicon 0.4.5rc1 minimum version. This is required because 0.4.4 had to be yanked, as it is incompatible with the version of Toga that is available for general use (0.3.0dev39). By publishing a prerelease version of Rubicon, and then including a version specifier that will pick up that prerelease, we can have access to the new features of Rubicon without affecting current production users.

This will fail CI until rubicon-objc 0.4.5rc1 is publishes (hopefully early tomorrow).

Fixes #1750

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@freakboy3742
Copy link
Member Author

@mhsmith Putting this up for review so I can merge it tomorrow as soon as CI passes (which it should, once the rc1 release is published).

cocoa/setup.py Outdated
@@ -18,7 +18,7 @@
setup(
version=version,
install_requires=[
"rubicon-objc>=0.4.4",
"rubicon-objc>=0.4.5rc1",
Copy link
Member

Choose a reason for hiding this comment

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

As I mentioned in #1750, it might be useful to set an upper limit of 0.5.0.

@freakboy3742 freakboy3742 marked this pull request as ready for review January 25, 2023 00:23
@freakboy3742 freakboy3742 merged commit 04ea24c into beeware:main Jan 25, 2023
@freakboy3742 freakboy3742 deleted the rubicon-rc1 branch January 25, 2023 00:23
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.

iOS app not showing content with Rubicon ObjC 0.4.4
2 participants