Skip to content

Releases: furlongm/patchman

Release v4.0.21

29 May 05:33

Choose a tag to compare

Use SPDX license expression in setup.py

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

Release v4.0.20

07 May 01:04

Choose a tag to compare

escape filterlist values

Release v4.0.20-dev6

05 May 02:34

Choose a tag to compare

Release v4.0.20-dev6 Pre-release
Pre-release

What's Changed

Full Changelog: v4.0.19...v4.0.20-dev6

Release v4.0.20-dev5

05 May 02:08

Choose a tag to compare

Release v4.0.20-dev5 Pre-release
Pre-release

Release v4.0.20-dev4

05 May 02:04

Choose a tag to compare

Release v4.0.20-dev4 Pre-release
Pre-release

Release v4.0.20-dev3

02 May 03:51

Choose a tag to compare

Release v4.0.20-dev3 Pre-release
Pre-release

Release v4.0.20-dev2

02 May 03:47

Choose a tag to compare

Release v4.0.20-dev2 Pre-release
Pre-release

Release v4.0.20-dev1

01 May 04:35

Choose a tag to compare

Release v4.0.20-dev1 Pre-release
Pre-release

Full Changelog: v4.0.19...v4.0.20-dev1

Release v4.0.19

29 Apr 01:24

Choose a tag to compare

Bump gitpython from 3.1.44 to 3.1.47

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.44 to 3.1.47.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.44...3.1.47)

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

Signed-off-by: dependabot[bot] <support@github.com>

Release v4.0.18

06 Mar 03:21

Choose a tag to compare

ensure host errata are tracked and updated

Fixes: #788