-
Notifications
You must be signed in to change notification settings - Fork 64
Bump setuptools from 77.0.3 to 78.1.0 #130
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
Conversation
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
Bumps [setuptools](https://github.com/pypa/setuptools) from 77.0.3 to 78.1.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v77.0.3...v78.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Owner
|
@dependabot merge
…On Sun, Mar 30, 2025 at 9:21 PM dependabot[bot] ***@***.***> wrote:
Bumps setuptools <https://github.com/pypa/setuptools> from 77.0.3 to
78.1.0.
Changelog
*Sourced from setuptools's changelog
<https://github.com/pypa/setuptools/blob/main/NEWS.rst>.*
v78.1.0 Features
- Restore access to _get_vc_env with a warning. (#4874
<https://redirect.github.com/pypa/setuptools/issues/4874>)
v78.0.2 Bugfixes
- Postponed removals of deprecated dash-separated and uppercase fields
in setup.cfg. All packages with deprecated configurations are advised
to move before 2026. (#4911
<https://redirect.github.com/pypa/setuptools/issues/4911>)
v78.0.1 Misc
- #4909 <https://redirect.github.com/pypa/setuptools/issues/4909>
v78.0.0 Bugfixes
- Reverted distutils changes that broke the monkey patching of command
classes. (#4902
<https://redirect.github.com/pypa/setuptools/issues/4902>)
Deprecations and Removals
-
Setuptools no longer accepts options containing uppercase or dash
characters in setup.cfg. Please ensure to write the options in
setup.cfg using the :wiki:lower_snake_case <Snake_case> convention
(e.g. Name => name, install-requires => install_requires). This is a
follow-up on deprecations introduced in v54.1.0 <
https://setuptools.pypa.io/en/latest/history.html#v54-1-0>_ (see #1608
<https://redirect.github.com/pypa/setuptools/issues/1608>) and v54.1.1
<https://setuptools.pypa.io/en/latest/history.html#v54-1-1>_ (see #2592
<https://redirect.github.com/pypa/setuptools/issues/2592>).
.. note:: This change *does not affect configurations in*
pyproject.toml (which uses the :wiki:lower-kebab-case
<Letter_case#Kebab_case> convention following the precedent set in
:pep:517/:pep:518). (#4870
<https://redirect.github.com/pypa/setuptools/issues/4870>)
... (truncated)
Commits
- 6ead555
<pypa/setuptools@6ead555>
Bump version: 78.0.2 → 78.1.0
- d37cd9e
<pypa/setuptools@d37cd9e>
Merge https://github.com/pypa/distutils
- efa2eb2
<pypa/setuptools@efa2eb2>
Restore access to _get_vc_env with a warning.
- 3c88de1
<pypa/setuptools@3c88de1>
Bump version: 78.0.1 → 78.0.2
- a219451
<pypa/setuptools@a219451>
Revert removals introduced in v78.0.0 (#4911
<https://redirect.github.com/pypa/setuptools/issues/4911>)
- d4326dd
<pypa/setuptools@d4326dd>
Allow PyPy to fail on CI.
- 92e22dd
<pypa/setuptools@92e22dd>
Manually remove file to try to stop flaky tests on PyPy
- caa48ab
<pypa/setuptools@caa48ab>
Add news fragment
- 4e9b8ca
<pypa/setuptools@4e9b8ca>
Revert removals introduced in v78.0.0
- 5450f57
<pypa/setuptools@5450f57>
Bump version: 78.0.0 → 78.0.1
- Additional commits viewable in compare view
<pypa/setuptools@v77.0.3...v78.1.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#130
Commit Summary
- 91f7c05
<91f7c05>
Bump setuptools from 77.0.3 to 78.1.0
File Changes
(2 files <https://github.com/beaufour/flickr-download/pull/130/files>)
- *M* poetry.lock
<https://github.com/beaufour/flickr-download/pull/130/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(8)
- *M* pyproject.toml
<https://github.com/beaufour/flickr-download/pull/130/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711>
(2)
Patch Links:
- https://github.com/beaufour/flickr-download/pull/130.patch
- https://github.com/beaufour/flickr-download/pull/130.diff
—
Reply to this email directly, view it on GitHub
<#130>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB2POPTSMLJXTPTKQ4CKZ32XCKA7AVCNFSM6AAAAAB2DEPB3SVHI2DSMVQWIX3LMV43ASLTON2WKOZSHE2TSMRVGIYTQMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update python code
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.
Bumps setuptools from 77.0.3 to 78.1.0.
Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
6ead555Bump version: 78.0.2 → 78.1.0d37cd9eMerge https://github.com/pypa/distutilsefa2eb2Restore access to _get_vc_env with a warning.3c88de1Bump version: 78.0.1 → 78.0.2a219451Revert removals introduced inv78.0.0(#4911)d4326ddAllow PyPy to fail on CI.92e22ddManually remove file to try to stop flaky tests on PyPycaa48abAdd news fragment4e9b8caRevert removals introduced in v78.0.05450f57Bump version: 78.0.0 → 78.0.1Dependabot 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)