From e2ef45a7cd6a567a893c126f0355b3f2d6e88ccb Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:17:19 +0000 Subject: [PATCH 1/3] py3-pydantic-core/2.18.4 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- py3-pydantic-core.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py3-pydantic-core.yaml b/py3-pydantic-core.yaml index ec4e9b14697..e3b8883a495 100644 --- a/py3-pydantic-core.yaml +++ b/py3-pydantic-core.yaml @@ -1,7 +1,7 @@ # Generated from https://pypi.org/project/pydantic-core/ package: name: py3-pydantic-core - version: 2.18.3 + version: 2.18.4 epoch: 0 copyright: - license: MIT @@ -26,7 +26,7 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: fd262933683fad0a9706e63298065f0d6ab9905d + expected-commit: 37ad925981226755410e8a952b92ee8838b4e732 repository: https://github.com/pydantic/pydantic-core tag: v${{package.version}} From e644ea56dd4beb2805d06c4c954b15823a06cd85 Mon Sep 17 00:00:00 2001 From: mauricio-dc-chainguard <156850521+mauricio-dc-chainguard@users.noreply.github.com> Date: Fri, 7 Jun 2024 06:56:30 -0600 Subject: [PATCH 2/3] Update expected-commit py3-pydantic-core.yaml Signed-off-by: mauricio-dc-chainguard <156850521+mauricio-dc-chainguard@users.noreply.github.com> --- py3-pydantic-core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py3-pydantic-core.yaml b/py3-pydantic-core.yaml index e3b8883a495..9687cab345b 100644 --- a/py3-pydantic-core.yaml +++ b/py3-pydantic-core.yaml @@ -26,7 +26,7 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 37ad925981226755410e8a952b92ee8838b4e732 + expected-commit: 77f2b6957a7279d91773cc2eb30a21c0cba2ae41 repository: https://github.com/pydantic/pydantic-core tag: v${{package.version}} From dbef0c99bb2c5ad9aedfea75870d73cc49303285 Mon Sep 17 00:00:00 2001 From: mauricio-dc-chainguard Date: Mon, 10 Jun 2024 07:57:13 -0600 Subject: [PATCH 3/3] update build py3-pydantic-core Signed-off-by: mauricio-dc-chainguard --- py3-pydantic-core.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/py3-pydantic-core.yaml b/py3-pydantic-core.yaml index 9687cab345b..a1cae626274 100644 --- a/py3-pydantic-core.yaml +++ b/py3-pydantic-core.yaml @@ -30,8 +30,10 @@ pipeline: repository: https://github.com/pydantic/pydantic-core tag: v${{package.version}} - - name: Python Build - uses: python/build-wheel + - runs: | + python3 -m venv env + source env/bin/activate + make install - uses: strip