-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency wheel to v0.45.0 #39
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/wheel-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Pull Request Test Coverage Report for Build 4434755552
💛 - Coveralls |
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
December 22, 2021 13:22
feaa787
to
32797f2
Compare
renovate
bot
changed the title
Update dependency wheel to v0.37.0
Update dependency wheel to v0.37.1
Dec 22, 2021
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
November 20, 2022 13:04
32797f2
to
650c2af
Compare
renovate
bot
changed the title
Update dependency wheel to v0.37.1
Update dependency wheel to v0.38.4
Nov 20, 2022
renovate
bot
changed the title
Update dependency wheel to v0.38.4
Update dependency wheel to v0.40.0
Mar 16, 2023
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
March 16, 2023 07:55
650c2af
to
ea1c8df
Compare
renovate
bot
changed the title
Update dependency wheel to v0.40.0
Update dependency wheel to v0.41.0
Jul 22, 2023
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
July 22, 2023 13:11
ea1c8df
to
28881b4
Compare
renovate
bot
changed the title
Update dependency wheel to v0.41.0
Update dependency wheel to v0.41.1
Aug 5, 2023
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
August 5, 2023 15:01
28881b4
to
1c1bf19
Compare
renovate
bot
changed the title
Update dependency wheel to v0.41.1
Update dependency wheel to v0.41.2
Aug 22, 2023
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
August 22, 2023 10:15
1c1bf19
to
81ba12b
Compare
renovate
bot
changed the title
Update dependency wheel to v0.41.2
Update dependency wheel to v0.41.3
Oct 30, 2023
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
October 30, 2023 14:22
81ba12b
to
eca1edf
Compare
renovate
bot
changed the title
Update dependency wheel to v0.41.3
Update dependency wheel to v0.42.0
Nov 26, 2023
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
November 26, 2023 15:31
eca1edf
to
e9e8e8d
Compare
renovate
bot
changed the title
Update dependency wheel to v0.42.0
Update dependency wheel to v0.43.0
Mar 11, 2024
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
March 11, 2024 19:59
e9e8e8d
to
5b9ef86
Compare
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
August 4, 2024 15:26
5b9ef86
to
80bc1f6
Compare
renovate
bot
changed the title
Update dependency wheel to v0.43.0
Update dependency wheel to v0.44.0
Aug 4, 2024
renovate
bot
changed the title
Update dependency wheel to v0.44.0
Update dependency wheel to v0.45.0
Nov 8, 2024
renovate
bot
force-pushed
the
renovate/wheel-0.x
branch
from
November 8, 2024 22:38
80bc1f6
to
3cf70da
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
==0.35.1
->==0.45.0
Release Notes
pypa/wheel (wheel)
v0.45.0
Compare Source
Refactored the
convert
command to not need setuptools to be installedDon't configure setuptools logging unless running
bdist_wheel
Added a redirection from
wheel.bdist_wheel.bdist_wheel
tosetuptools.command.bdist_wheel.bdist_wheel
to improve compatibility withsetuptools
' latest fixes.Projects are still advised to migrate away from the deprecated module and import the
setuptools
' implementation explicitly. (PR by @abravalheri)v0.44.0
Compare Source
bdist_wheel
module, as the code was migrated tosetuptools
itselfv0.43.0
Compare Source
packaging
to 24.0v0.42.0
Compare Source
wheel tags --build ""
wheel pack
andwheel tags
writing updatedWHEEL
fields after a blank line, causing other tools to ignore themwheel pack
andwheel tags
writingWHEEL
with CRLF line endings or a mix of CRLF and LFwheel pack --build-number ""
not removing build tag fromWHEEL
(above changes by Benjamin Gilbert)v0.41.3
Compare Source
packaging
to 23.2v0.41.2
Compare Source
v0.41.1
Compare Source
v0.41.0
Compare Source
v0.40.0
Compare Source
v0.38.4
Compare Source
v0.38.3
Compare Source
v0.38.2
Compare Source
v0.38.1
Compare Source
v0.38.0
Compare Source
v0.37.1
Compare Source
v0.37.0
Compare Source
v0.36.2
Compare Source
v0.36.1
Compare Source
v0.36.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.