Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Bump setuptools from 60.10.0 to 61.0.0 #154

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2022

Bumps setuptools from 60.10.0 to 61.0.0.

Changelog

Sourced from setuptools's changelog.

v61.0.0

Deprecations ^^^^^^^^^^^^

  • #3068: Deprecated setuptools.config.read_configuration, setuptools.config.parse_configuration and other functions or classes from setuptools.config.

    Users that still need to parse and process configuration from setup.cfg can import a direct replacement from setuptools.config.setupcfg, however this module is transitional and might be removed in the future (the setup.cfg configuration format itself is likely to be deprecated in the future).

Breaking Changes ^^^^^^^^^^^^^^^^

  • #2894: If you purposefully want to create an "empty distribution", please be aware that some Python files (or general folders) might be automatically detected and included.

    Projects that currently don't specify both packages and py_modules in their configuration and contain extra folders or Python files (not meant for distribution), might see these files being included in the wheel archive or even experience the build to fail.

    You can check details about the automatic discovery (and how to configure a different behaviour) in :doc:/userguide/package_discovery.

Changes ^^^^^^^

  • #2887: [EXPERIMENTAL] Added automatic discovery for py_modules and packages -- by :user:abravalheri.

    Setuptools will try to find these values assuming that the package uses either the src-layout (a src directory containing all the packages or modules), the flat-layout (package directories directly under the project root), or the single-module approach (an isolated Python file, directly under the project root).

    The automatic discovery will also respect layouts that are explicitly configured using the package_dir option.

    For backward-compatibility, this behavior will be observed only if both py_modules and packages are not set. (Note: specifying ext_modules might also prevent auto-discover from taking place)

    If setuptools detects modules or packages that are not supposed to be in the distribution, please manually set py_modules and packages in your

... (truncated)

Commits
  • 4923d11 Bump version: 60.10.0 → 61.0.0
  • 19181e3 Merge pull request #3189 from abravalheri/test-open-issues
  • d489141 Change tests for resolve_class to consider different layouts
  • f86e934 Add unit test for read_attr
  • 592a559 Merge branch 'experimental/support-pyproject' into main
  • 7cd56d3 Add back notes about editable install and pyproject metadata
  • 3ea3066 Specify that some builds may break due to improper configuration
  • 5080d60 Add the upcomming toxfile.py to the list of ignored modules for flat-layout
  • 5ad4e0b Fix edge case of package discovery
  • f57bb2b Improve docs in preparation for release
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [setuptools](https://github.com/pypa/setuptools) from 60.10.0 to 61.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v60.10.0...v61.0.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2022
@LuisAlejandro LuisAlejandro merged commit f10a3b0 into develop Mar 25, 2022
@dependabot dependabot bot deleted the dependabot/pip/setuptools-61.0.0 branch March 25, 2022 01:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
1 participant