1- Vendor: Microsoft Corporation
2- Distribution: Azure Linux
31Name: python-pytest-relaxed
4- Version: 2.0.0
5- Release: 1 %{?dist }
2+ Version: 2.0.2
3+ Release: 4 %{?dist }
64Summary: Relaxed test discovery/organization for pytest
5+
76License: BSD-2-Clause
7+ Vendor: Microsoft Corporation
8+ Distribution: Azure Linux
89URL: 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
1112BuildArch: noarch
1213BuildRequires: 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:
2020This 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
3029Summary: %{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
0 commit comments