From b49c4834d5582bdb3658e5428907351c37a7676f Mon Sep 17 00:00:00 2001 From: CBL-Mariner-Bot <75509084+CBL-Mariner-Bot@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:42:37 -0800 Subject: [PATCH] [AUTOPATCHER-CORE] Upgrade python-py to 1.11.0 (#7933) Co-authored-by: Jonathan Behrens --- SPECS/python-py/python-py.signatures.json | 8 ++++---- SPECS/python-py/python-py.spec | 9 ++++++--- cgmanifest.json | 4 ++-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/SPECS/python-py/python-py.signatures.json b/SPECS/python-py/python-py.signatures.json index 0721c193a6..f8eba8ef56 100644 --- a/SPECS/python-py/python-py.signatures.json +++ b/SPECS/python-py/python-py.signatures.json @@ -1,5 +1,5 @@ { - "Signatures": { - "py-1.10.0.tar.gz": "21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3" - } -} + "Signatures": { + "py-1.11.0.tar.gz": "51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719" + } +} \ No newline at end of file diff --git a/SPECS/python-py/python-py.spec b/SPECS/python-py/python-py.spec index e830549d1b..41583f6a9d 100644 --- a/SPECS/python-py/python-py.spec +++ b/SPECS/python-py/python-py.spec @@ -1,14 +1,14 @@ Summary: Python development support library Name: python-py -Version: 1.10.0 -Release: 3%{?dist} +Version: 1.11.0 +Release: 1%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Azure Linux Group: Development/Languages/Python URL: https://github.com/pytest-dev/py # Must use PyPI sources. Building from GitHub's release sources fails with a message to use PyPI. -Source0: https://files.pythonhosted.org/packages/0d/8c/50e9f3999419bb7d9639c37e83fa9cdcf0f601a9d407162d6c37ad60be71/py-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/98/ff/fec109ceb715d2a6b4c4a85a61af3b40c723a961e8828319fbcb15b868dc/py-%{version}.tar.gz BuildArch: noarch %description @@ -49,6 +49,9 @@ py.code: dynamic code generation and introspection %{python3_sitelib}/* %changelog +* Fri Feb 16 2024 CBL-Mariner Servicing Account - 1.11.0-1 +- Auto-upgrade to 1.11.0 - none + * Wed Feb 16 2022 Thomas Crain - 1.10.0-3 - Fix accidental double-packaging of python3 subpackage in main package diff --git a/cgmanifest.json b/cgmanifest.json index 8295c9471b..2886bf4646 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -23444,8 +23444,8 @@ "type": "other", "other": { "name": "python-py", - "version": "1.10.0", - "downloadUrl": "https://files.pythonhosted.org/packages/0d/8c/50e9f3999419bb7d9639c37e83fa9cdcf0f601a9d407162d6c37ad60be71/py-1.10.0.tar.gz" + "version": "1.11.0", + "downloadUrl": "https://files.pythonhosted.org/packages/98/ff/fec109ceb715d2a6b4c4a85a61af3b40c723a961e8828319fbcb15b868dc/py-1.11.0.tar.gz" } } },