-
Notifications
You must be signed in to change notification settings - Fork 90
feat: add version bumping for v1 recipes #3525
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
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
f6a830e
Add version selshaurl for recipe v1
Hofer-Julian 448aa39
add version bumping for v1 recipes
wolfv 95e7d33
add first test
wolfv 06bb185
update expected test results for jinja filter replacement
mgorny 9e24812
fix paths in Version migrator
mgorny 5fe883b
remove debug code and broken dead code
wolfv 95aacdd
fix all migration tests
wolfv 407b002
restore log
wolfv bc96f71
improve
wolfv 4844ccf
add more tests
wolfv 1dcfb64
fix function
wolfv f1b0972
address review comments
wolfv 8124e48
Update conda_forge_tick/update_recipe/version.py
wolfv d324889
remove comment
wolfv 8a5b0de
some variable renaming
wolfv 95bdd8f
more variable renaming
wolfv 3d3fa2a
remove redundant recipe write in test_version_up_v1
mgorny ac47fda
add more tests for v1 recipes
mgorny 83e76b1
Fix "target_platform" in .ci_support, in v1 migrator tests
mgorny 30fa3e2
extend migrator tests to osx-arm64 and win-64 platforms
mgorny 3125287
add a test with platform-conditional sources
mgorny e724d4b
update the last example to use ${{ version }} in all subversions
mgorny 68b4b25
Update conda_forge_tick/migrators/version.py
wolfv 2c15d18
avoid redundant `recipe_path.read_text()`
h-vetinari 7d7fb97
more consistency about recipe_path_*` variable naming
h-vetinari 9cc9b37
also use recipe_path in _update_version_feedstock_dir_local
h-vetinari 5e98ca2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] cae141b
fix overlooked `recipe`
h-vetinari 8a80069
add cranmirror test
wolfv e9d70ca
add one more test
wolfv 4461940
Adapt test
Hofer-Julian 5316643
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7b11a30
add a test case based on libssh-feedstock
mgorny 78b4a3f
improve compatibility
wolfv 6d6427b
make more tests pass
wolfv 93632e5
get selshaurl to pass
wolfv 8427c7d
install rattler-build-conda-compat from source for some testing
wolfv 6deaf29
rebase and revert changes to feedstock_parser.py
wolfv 2dc8028
further clean up
wolfv 76672c4
Merge branch 'main' into add-version-bump-v1
beckermr eac71b0
Update conda_forge_tick/update_recipe/version.py
beckermr 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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| from .build_number import DEFAULT_BUILD_PATTERNS, update_build_number # noqa | ||
| from .version import update_version # noqa | ||
| from .version import update_version, update_version_v1 # noqa |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.