-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Perform 'blurb split' for master. #2719
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b5ae220
Perform 'blurb split' for master.
larryhastings 38c8fde
Merge branch 'master' of https://github.com/python/cpython into blurb…
larryhastings dc85bd9
Fix Doc build for use with blurb.
larryhastings a8f8d57
Modify Travis configuration to pre-install blurb.
larryhastings c20bbb9
Add newlines to convince Travis to re-run tests.
larryhastings d84931b
Trying to diagnose build failure.
larryhastings 64cf545
More debugging stuff.
larryhastings 3d5d159
Force Travis CI retry, as I've updated blurb.
larryhastings b7f7d37
Update build info to force latest version of blurb.
larryhastings 8377d6a
Touch a C file to *force* a Travis CI build.
larryhastings 43ac140
Merge branch 'master' of github.com:python/cpython into blurb-split-m…
larryhastings cbc8e93
Merge branch 'blurb-split-master' of github.com:larryhastings/cpython…
larryhastings a7fb9e9
Update ignored suspicious markup for doc build.
larryhastings File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Trying to diagnose build failure.
- Loading branch information
commit d84931bbb8a33064e3de5dd94596926131903c4e
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Suggest something like:
- python -m pip install 'blurb>=1.0.2dev1'
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.
@larryhastings did you push this version? If so, was keeping the dev version on purpose or an accident? If the latter we can just fix the version number and do another release as 1.0.2 so the dependency can be
>=1.0.2
.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 pushed this version. I don't remember what I changed. I didn't keep the "dev" version on purpose, but then again it is still a little bit under development.
Uh oh!
There was an error while loading. Please reload this page.
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.
Blurb is under development but is the 1.0.2 release specifically under development? My assumption is you mean the former and not the latter, which means I can push a 1.0.2 release so that the changes in that bugfix release go public because right now no one is getting access since pip considers a dev release unusable without opting in.