From a7aaff0caaf321407b31fb8cb1eec65c423f3dc2 Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:08:43 +0000 Subject: [PATCH 1/2] py3-beautifulsoup4/4.13.0b2 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- py3-beautifulsoup4.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py3-beautifulsoup4.yaml b/py3-beautifulsoup4.yaml index e88fef88501..ad6af5c3612 100644 --- a/py3-beautifulsoup4.yaml +++ b/py3-beautifulsoup4.yaml @@ -1,7 +1,7 @@ # Generated from https://pypi.org/project/beautifulsoup4/ package: name: py3-beautifulsoup4 - version: 4.12.3 + version: 4.13.0b2 epoch: 0 description: Screen-scraping library copyright: @@ -27,7 +27,7 @@ environment: pipeline: - uses: fetch with: - expected-sha256: 74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051 + expected-sha256: c684ddec071aa120819889aa9e8940f85c3f3cdaa08e23b9fa26510387897bd5 uri: https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-${{package.version}}.tar.gz - name: Python Build From e9e4833ab2759c82e4c8ae31362e27a8f25274e1 Mon Sep 17 00:00:00 2001 From: Debasish Biswas Date: Thu, 21 Mar 2024 18:43:16 +0530 Subject: [PATCH 2/2] Ignore pre-release regex py3-beautifulsoup4.yaml Signed-off-by: Debasish Biswas --- py3-beautifulsoup4.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/py3-beautifulsoup4.yaml b/py3-beautifulsoup4.yaml index ad6af5c3612..d79082f769d 100644 --- a/py3-beautifulsoup4.yaml +++ b/py3-beautifulsoup4.yaml @@ -1,7 +1,7 @@ # Generated from https://pypi.org/project/beautifulsoup4/ package: name: py3-beautifulsoup4 - version: 4.13.0b2 + version: 4.12.3 epoch: 0 description: Screen-scraping library copyright: @@ -27,7 +27,7 @@ environment: pipeline: - uses: fetch with: - expected-sha256: c684ddec071aa120819889aa9e8940f85c3f3cdaa08e23b9fa26510387897bd5 + expected-sha256: 74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051 uri: https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-${{package.version}}.tar.gz - name: Python Build @@ -37,6 +37,8 @@ pipeline: update: enabled: true + ignore-regex-patterns: + - 'b\d+' release-monitor: identifier: 3779