blinkpy
blinkpy copied to clipboard
Bump build from 1.0.3 to 1.1.1
Bumps build from 1.0.3 to 1.1.1.
Release notes
Sourced from build's releases.
Version 1.1.1
What's Changed
- Fixed invoking outer pip from user site packages (PR #746, fixes issue #745)
- Corrected the minimum pip version required to use an outer pip (PR #746, fixes issue #745)
Full Changelog: https://github.com/pypa/build/compare/v1.1.0...1.1.1
Version 1.1.0
What's Changed
- Use external pip if available instead of installing, speeds up environment setup with virtualenv slightly and venv significantly. (PR #736)
- Stopped injecting
wheelas a build dependency automatically, in the case of missingpyproject.toml-- by@webknjaz. (PR #716)- Use
importlib_metadataon Python <3.10.2 for bugfixes not present in those CPython standard libraries (not required when bootstrapping) -- by@GianlucaFicarelli. (PR #693, fixes issue #692)New Contributors
@MichaReisermade their first contribution in pypa/build#697@GianlucaFicarellimade their first contribution in pypa/build#693Full Changelog: https://github.com/pypa/build/compare/1.0.3...v1.1.0
Changelog
Sourced from build's changelog.
1.1.1 (2024-02-29)
- Fixed invoking outer pip from user site packages (PR :pr:
746, fixes issue :issue:745)- Corrected the minimum pip version required to use an outer pip (PR :pr:
746, fixes issue :issue:745)1.1.0 (2024-02-29)
- Use external pip if available instead of installing, speeds up environment setup with virtualenv slightly and venv significantly. (PR :pr:
736)- Stopped injecting
wheelas a build dependency automatically, in the case of missingpyproject.toml-- by :user:webknjaz. (PR :pr:716)- Use
importlib_metadataon Python <3.10.2 for bugfixes not present in those CPython standard libraries (not required when bootstrapping) -- by :user:GianlucaFicarelli. (PR :pr:693, fixes issue :issue:692)
Commits
b36126arelease 1.1.19588222env: fix global pip (#746)da06973chore: prepare for 1.1.0 (#744)42231a7compat: create separate importlib, tarfile and tomllib shims894998achore: address feedbackaa0aa04fix(types): make the passthrough generalaf5ff53feat: use external pip if available9ceb49dbuild(deps): bump the actions group with 1 update (#739)ac57b94refactor: pull out pip checks (#735)e6969d1pre-commit: bump repositories (#734)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.79%. Comparing base (
d704a01) to head (9b2feb5). Report is 7 commits behind head on dev.
:exclamation: Current head 9b2feb5 differs from pull request most recent head ce66465. Consider uploading reports for the commit ce66465 to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## dev #890 +/- ##
==========================================
- Coverage 99.79% 99.79% -0.01%
==========================================
Files 8 8
Lines 1487 1486 -1
==========================================
- Hits 1484 1483 -1
Misses 3 3
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 99.79% <ø> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Superseded by #903.