From 1a10bc51a95a0f1fe9d03ce584ad4eed8951d2e4 Mon Sep 17 00:00:00 2001 From: akhila-guruju Date: Fri, 21 Feb 2025 22:10:34 +0530 Subject: [PATCH] Upgrade: python-pytest-relaxed version to 2.0.2 (#12511) --- .../python-pytest-relaxed.signatures.json | 4 +- .../python-pytest-relaxed.spec | 68 ++++++++++++------- cgmanifest.json | 4 +- 3 files changed, 49 insertions(+), 27 deletions(-) diff --git a/SPECS-EXTENDED/python-pytest-relaxed/python-pytest-relaxed.signatures.json b/SPECS-EXTENDED/python-pytest-relaxed/python-pytest-relaxed.signatures.json index 7d01644ff6b..ed85f938c86 100644 --- a/SPECS-EXTENDED/python-pytest-relaxed/python-pytest-relaxed.signatures.json +++ b/SPECS-EXTENDED/python-pytest-relaxed/python-pytest-relaxed.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "python-pytest-relaxed-2.0.0.tar.gz": "c05211458db33ece8ccfe2bce7bd9e1d4009f758055314529885fde79c7af889" + "python-pytest-relaxed-2.0.2.tar.gz": "aba10bf2dd25ef25b0a6e116e5ee10e43852fe285f66a4092984c87cbfcf5b18" } -} +} \ No newline at end of file diff --git a/SPECS-EXTENDED/python-pytest-relaxed/python-pytest-relaxed.spec b/SPECS-EXTENDED/python-pytest-relaxed/python-pytest-relaxed.spec index c729a8a6070..42c2ed0364f 100644 --- a/SPECS-EXTENDED/python-pytest-relaxed/python-pytest-relaxed.spec +++ b/SPECS-EXTENDED/python-pytest-relaxed/python-pytest-relaxed.spec @@ -1,20 +1,20 @@ -Vendor: Microsoft Corporation -Distribution: Azure Linux Name: python-pytest-relaxed -Version: 2.0.0 -Release: 1%{?dist} +Version: 2.0.2 +Release: 4%{?dist} Summary: Relaxed test discovery/organization for pytest + License: BSD-2-Clause +Vendor: Microsoft Corporation +Distribution: Azure Linux URL: https://github.com/bitprophet/pytest-relaxed -Source: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: %{url}/archive/%{version}/pytest-relaxed-%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel -BuildRequires: python3-pip -BuildRequires: pyproject-rpm-macros -BuildRequires: python3-packaging -BuildRequires: python3-requests -BuildRequires: python3-wheel +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-pytest +BuildRequires: python3-decorator %global _description %{expand: This package provides relaxed test discovery for pytest. @@ -25,44 +25,66 @@ ability to opt-in to various behaviors).} %description %_description - -%package -n python3-pytest-relaxed +%package -n python3-pytest-relaxed Summary: %{summary} %description -n python3-pytest-relaxed %_description - %prep %autosetup -p1 -n pytest-relaxed-%{version} -sed -i 's/decorator>=4,<5/decorator>=4,<6/' setup.py - %generate_buildrequires %pyproject_buildrequires - %build %pyproject_wheel - %install %pyproject_install %pyproject_save_files pytest_relaxed - %check %pyproject_check_import %pytest - %files -n python3-pytest-relaxed -f %{pyproject_files} - +%license LICENSE +%doc README.rst %changelog -* Fri Mar 03 2023 Muhammad Falak - 2.0.0-1 -- Initial CBL-Mariner import from Fedora 36 (license: MIT). -- Bump version to 2.0.0 +* Wed Feb 19 2025 Akhila Guruju - 2.0.2-4 +- Initial Azure Linux import from Fedora 41 (license: MIT). - License verified +- Added `BuildRequires: python3-pytest python3-decorator` to fix build. + +* Fri Jul 19 2024 Fedora Release Engineering - 2.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri Jun 07 2024 Python Maint - 2.0.2-2 +- Rebuilt for Python 3.13 + +* Tue Apr 16 2024 Tomáš Hrnčiar - 2.0.2-1 +- Update to 2.0.2 +- Fixes: rhbz#2209340 + +* Fri Jan 26 2024 Fedora Release Engineering - 2.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 2.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 2.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 2.0.0-2 +- Rebuilt for Python 3.12 + +* Sat Mar 04 2023 Jiří Kučera - 2.0.0-1 +- Update to 2.0.0 + Resolves: #2157782 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.1.5^20220502git000bba0e-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon May 02 2022 Miro Hrončok - 1.1.5^20220502git000bba0e-1 - Initial package from upstream pull request #22 diff --git a/cgmanifest.json b/cgmanifest.json index 4b01f42e486..6b445c67146 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -24183,8 +24183,8 @@ "type": "other", "other": { "name": "python-pytest-relaxed", - "version": "2.0.0", - "downloadUrl": "https://github.com/bitprophet/pytest-relaxed/archive/refs/tags/2.0.0.tar.gz" + "version": "2.0.2", + "downloadUrl": "https://github.com/bitprophet/pytest-relaxed/archive/2.0.2/pytest-relaxed-2.0.2.tar.gz" } } },