Skip to content

Update to 4.0.21#43

Merged
RicardoJeronimo merged 14 commits into
mainfrom
patchman-email
May 29, 2026
Merged

Update to 4.0.21#43
RicardoJeronimo merged 14 commits into
mainfrom
patchman-email

Conversation

@RicardoJeronimo
Copy link
Copy Markdown
Owner

No description provided.

dependabot Bot and others added 14 commits May 8, 2026 11:15
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.47 to 3.1.49.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.47...3.1.49)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.49
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.49 to 3.1.50.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.49...3.1.50)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.50
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Fixes two build-time warnings from setuptools, each repeated twice:

/tmp/build-env-7f8vloah/lib/python3.12/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'install-script' in 'bdist_rpm' (setup.cfg), please use the underscore name 'install_script' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'install-script' will not be supported in future
        versions. Please use the underscore name 'install_script' instead.

        Available configuration options are listed in:
        https://setuptools.pypa.io/en/latest/userguide/declarative_config.html

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See pypa/setuptools#5011 for details.
        ********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
/tmp/build-env-7f8vloah/lib/python3.12/site-packages/setuptools/dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'post-install' in 'bdist_rpm' (setup.cfg), please use the underscore name 'post_install' instead.
!!

        ********************************************************************************
        Usage of dash-separated 'post-install' will not be supported in future
        versions. Please use the underscore name 'post_install' instead.

        Available configuration options are listed in:
        https://setuptools.pypa.io/en/latest/userguide/declarative_config.html

        This deprecation is overdue, please update your project and remove deprecated
        calls to avoid build errors in the future.

        See pypa/setuptools#5011 for details.
        ********************************************************************************

!!
  opt = self._enforce_underscore(opt, section)
Fixes a build-time warning from setuptools:

/tmp/build-env-7cm02e4g/lib/python3.12/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        ********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX license expression:

        License :: OSI Approved :: GNU General Public License v3 (GPLv3)

        See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
        ********************************************************************************

!!
  self._finalize_license_expression()
@RicardoJeronimo RicardoJeronimo merged commit cb454e0 into main May 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants