Skip to content

Releases: conan-io/python-patch-ng

1.19.1 (23-Apr-2026)

Choose a tag to compare

@uilianries uilianries released this 23 Apr 14:08
3c015fa

Changelog

  • Fix: Add missing wheel when building distribution

1.19.0 (08-Oct-2025)

Choose a tag to compare

@uilianries uilianries released this 08 Oct 14:42
50fcd3b

Changelog

  • Fix: File move/rename is not supported when applying Git patch (#24)
  • Fix: Changing file permissions is ignored when applying Git patch (#23)
  • Fix: Git patch full index format is not recognized (#45)
  • Fix: Better handling for big patch files (#34)
  • Fix: Quoted file path is not parsed correctly (originally reported by conan-io/conan#16727)

Release validated using Conan Center Index. Validation log: https://gist.github.com/uilianries/b8926036ccfb28856898b8c0472bacf5

1.18.1 (25-Oct-2024)

Choose a tag to compare

@uilianries uilianries released this 25 Oct 12:12
  • Fix: Added pyproject to avoid errors when installing on python 3.13 (#36)

1.8.0 (02-Aug-2024)

Choose a tag to compare

@uilianries uilianries released this 02 Aug 09:47
  • Feature: Require python 3.6 as minimal version (#31)
  • Fix: Fix DeprecationWarning/SyntaxWarning in regex (#29)

1.17.4

Choose a tag to compare

@uilianries uilianries released this 18 Mar 14:59
2354804

Fixes

  • Remove read-only files on Windows (#13)

1.17.3

Choose a tag to compare

@jgsogo jgsogo released this 05 Mar 11:33

This is mainly a maintenance release with no new features:

  • LICENSE file is included in the package (#7)
  • Deployment to PyPI is done by CI (#11)

Import patch flow from Conan code base

Choose a tag to compare

@uilianries uilianries released this 29 Oct 11:12

Fixes

Rename project to patch-ng

Choose a tag to compare

@uilianries uilianries released this 27 Sep 21:57
7fbbea1

Features

Fixes