1
0
Fork 0

Adding upstream version 3.2.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 21:40:57 +01:00
parent f475de5f5c
commit 9380cb1893
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
3.2.2 - 2023-04-03
==================
### Fixes
- Fix support for swift >= 5.8.
- #2836 PR by @edelabar.
- #2835 issue by @kgrobelny-intive.
3.2.1 - 2023-03-25
==================

View file

@ -44,7 +44,7 @@ def install_environment(
os.mkdir(envdir)
cmd_output_b(
'swift', 'build',
'-C', prefix.prefix_dir,
'--package-path', prefix.prefix_dir,
'-c', BUILD_CONFIG,
'--build-path', os.path.join(envdir, BUILD_DIR),
)

View file

@ -1,6 +1,6 @@
[metadata]
name = pre_commit
version = 3.2.1
version = 3.2.2
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown