Skip to content

Commit 1a10bc5

Browse files
Upgrade: python-pytest-relaxed version to 2.0.2 (#12511)
1 parent cfa99db commit 1a10bc5

3 files changed

Lines changed: 49 additions & 27 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"python-pytest-relaxed-2.0.0.tar.gz": "c05211458db33ece8ccfe2bce7bd9e1d4009f758055314529885fde79c7af889"
3+
"python-pytest-relaxed-2.0.2.tar.gz": "aba10bf2dd25ef25b0a6e116e5ee10e43852fe285f66a4092984c87cbfcf5b18"
44
}
5-
}
5+
}

SPECS-EXTENDED/python-pytest-relaxed/python-pytest-relaxed.spec

Lines changed: 45 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
Vendor: Microsoft Corporation
2-
Distribution: Azure Linux
31
Name: python-pytest-relaxed
4-
Version: 2.0.0
5-
Release: 1%{?dist}
2+
Version: 2.0.2
3+
Release: 4%{?dist}
64
Summary: Relaxed test discovery/organization for pytest
5+
76
License: BSD-2-Clause
7+
Vendor: Microsoft Corporation
8+
Distribution: Azure Linux
89
URL: https://github.com/bitprophet/pytest-relaxed
9-
Source: %{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
10+
Source: %{url}/archive/%{version}/pytest-relaxed-%{version}.tar.gz#/%{name}-%{version}.tar.gz
1011

1112
BuildArch: noarch
1213
BuildRequires: python3-devel
13-
BuildRequires: python3-pip
14-
BuildRequires: pyproject-rpm-macros
15-
BuildRequires: python3-packaging
16-
BuildRequires: python3-requests
17-
BuildRequires: python3-wheel
14+
BuildRequires: python3-pip
15+
BuildRequires: python3-wheel
16+
BuildRequires: python3-pytest
17+
BuildRequires: python3-decorator
1818

1919
%global _description %{expand:
2020
This package provides relaxed test discovery for pytest.
@@ -25,44 +25,66 @@ ability to opt-in to various behaviors).}
2525

2626
%description %_description
2727

28-
29-
%package -n python3-pytest-relaxed
28+
%package -n python3-pytest-relaxed
3029
Summary: %{summary}
3130

3231
%description -n python3-pytest-relaxed %_description
3332

34-
3533
%prep
3634
%autosetup -p1 -n pytest-relaxed-%{version}
37-
sed -i 's/decorator>=4,<5/decorator>=4,<6/' setup.py
38-
3935

4036
%generate_buildrequires
4137
%pyproject_buildrequires
4238

43-
4439
%build
4540
%pyproject_wheel
4641

47-
4842
%install
4943
%pyproject_install
5044
%pyproject_save_files pytest_relaxed
5145

52-
5346
%check
5447
%pyproject_check_import
5548
%pytest
5649

57-
5850
%files -n python3-pytest-relaxed -f %{pyproject_files}
59-
51+
%license LICENSE
52+
%doc README.rst
6053

6154
%changelog
62-
* Fri Mar 03 2023 Muhammad Falak <mwani@microsoft.com> - 2.0.0-1
63-
- Initial CBL-Mariner import from Fedora 36 (license: MIT).
64-
- Bump version to 2.0.0
55+
* Wed Feb 19 2025 Akhila Guruju <v-guakhila@microsoft.com> - 2.0.2-4
56+
- Initial Azure Linux import from Fedora 41 (license: MIT).
6557
- License verified
58+
- Added `BuildRequires: python3-pytest python3-decorator` to fix build.
59+
60+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-3
61+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
62+
63+
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.0.2-2
64+
- Rebuilt for Python 3.13
65+
66+
* Tue Apr 16 2024 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.0.2-1
67+
- Update to 2.0.2
68+
- Fixes: rhbz#2209340
69+
70+
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-5
71+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
72+
73+
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4
74+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
75+
76+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3
77+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
78+
79+
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.0.0-2
80+
- Rebuilt for Python 3.12
81+
82+
* Sat Mar 04 2023 Jiří Kučera <jkucera@redhat.com> - 2.0.0-1
83+
- Update to 2.0.0
84+
Resolves: #2157782
85+
86+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5^20220502git000bba0e-2
87+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
6688

6789
* Mon May 02 2022 Miro Hrončok <mhroncok@redhat.com> - 1.1.5^20220502git000bba0e-1
6890
- Initial package from upstream pull request #22

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24183,8 +24183,8 @@
2418324183
"type": "other",
2418424184
"other": {
2418524185
"name": "python-pytest-relaxed",
24186-
"version": "2.0.0",
24187-
"downloadUrl": "https://github.com/bitprophet/pytest-relaxed/archive/refs/tags/2.0.0.tar.gz"
24186+
"version": "2.0.2",
24187+
"downloadUrl": "https://github.com/bitprophet/pytest-relaxed/archive/2.0.2/pytest-relaxed-2.0.2.tar.gz"
2418824188
}
2418924189
}
2419024190
},

0 commit comments

Comments
 (0)