95bca09
Name:           python-pytest-relaxed
9841536
Version:        2.0.0
89bd16f
Release:        4%{?dist}
95bca09
Summary:        Relaxed test discovery/organization for pytest
9841536
95bca09
License:        BSD-2-Clause
95bca09
URL:            https://github.com/bitprophet/pytest-relaxed
9841536
Source:         %{url}/archive/%{version}/pytest-relaxed-%{version}.tar.gz
95bca09
95bca09
BuildArch:      noarch
95bca09
BuildRequires:  python3-devel
95bca09
95bca09
%global _description %{expand:
95bca09
This package provides relaxed test discovery for pytest.
95bca09
95bca09
It is the spiritual successor to python3-spec, but is built for pytest instead
95bca09
of nosetests, and rethinks some aspects of the design (such as increased
95bca09
ability to opt-in to various behaviors).}
95bca09
95bca09
%description %_description
95bca09
9841536
%package -n python3-pytest-relaxed
95bca09
Summary:        %{summary}
95bca09
95bca09
%description -n python3-pytest-relaxed %_description
95bca09
2239c47
2239c47
%prep
9841536
%autosetup -p1 -n pytest-relaxed-%{version}
95bca09
95bca09
95bca09
%generate_buildrequires
95bca09
%pyproject_buildrequires
95bca09
2239c47
2239c47
%build
95bca09
%pyproject_wheel
95bca09
2239c47
2239c47
%install
95bca09
%pyproject_install
95bca09
%pyproject_save_files pytest_relaxed
95bca09
2239c47
2239c47
%check
95bca09
%pyproject_check_import
95bca09
%pytest
95bca09
95bca09
95bca09
%files -n python3-pytest-relaxed -f %{pyproject_files}
9841536
%license LICENSE
9841536
%doc README.rst
2239c47
2239c47
2239c47
%changelog
89bd16f
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-4
89bd16f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
89bd16f
e42ecf2
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3
e42ecf2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
e42ecf2
a2e15da
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.0.0-2
a2e15da
- Rebuilt for Python 3.12
a2e15da
9841536
* Sat Mar 04 2023 Jiří Kučera <jkucera@redhat.com> - 2.0.0-1
9841536
- Update to 2.0.0
9841536
  Resolves: #2157782
9841536
b183012
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5^20220502git000bba0e-2
b183012
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
b183012
95bca09
* Mon May 02 2022 Miro Hrončok <mhroncok@redhat.com> - 1.1.5^20220502git000bba0e-1
95bca09
- Initial package from upstream pull request #22
95bca09
  https://github.com/bitprophet/pytest-relaxed/pull/22
95bca09
2239c47
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-13
2239c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2239c47
2239c47
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.1.5-12
2239c47
- Rebuilt for Python 3.10
2239c47
2239c47
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-11
2239c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2239c47
2239c47
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-10
2239c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2239c47
2239c47
* Sat May 30 2020 Paul Howarth <paul@city-fan.org> - 1.1.5-9
2239c47
- Avoid FTBFS with pytest 5
2239c47
2239c47
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 1.1.5-8
2239c47
- Rebuilt for Python 3.9
2239c47
2239c47
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-7
2239c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2239c47
2239c47
* Tue Jan 14 2020 Miro Hrončok <mhroncok@redhat.com> - 1.1.5-6
2239c47
- Make the release strictly bigger than the last two builds (rhbz #1788771)
2239c47
2239c47
* Mon Oct 07 2019 Othman Madjoudj <athmane@fedoraproject.org> - 1.1.5-1
2239c47
- Update to 1.1.5 (rhbz #1697355)
2239c47
2239c47
* Sun Oct 06 2019 Othman Madjoudj <athmane@fedoraproject.org> - 1.1.5-5
2239c47
- Drop python2 subpackage (python2 eol)
2239c47
2239c47
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.5-4
2239c47
- Rebuilt for Python 3.8.0rc1 (#1748018)
2239c47
2239c47
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.1.5-3
2239c47
- Rebuilt for Python 3.8
2239c47
2239c47
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
2239c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2239c47
2239c47
* Thu Jun 27 2019 Paul Howarth <paul@city-fan.org> - 1.1.5-1
2239c47
- Update to 1.1.5
2239c47
- Re-enable the test suite
2239c47
2239c47
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8
2239c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2239c47
2239c47
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7
2239c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2239c47
2239c47
* Fri Jun 29 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-6
2239c47
- Rebuilt for Python 3.7
2239c47
2239c47
* Thu Jun 28 2018 Athmane Madjoudj <athmane@fedoraproject.org> - 1.0.0-5
2239c47
- Disable the test suite until a version compatible with pytest > 3.3 is available
2239c47
2239c47
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.0-4
2239c47
- Rebuilt for Python 3.7
2239c47
2239c47
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
2239c47
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2239c47
2239c47
* Fri Nov 17 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 1.0.0-2
2239c47
- Minor packaging fixes
2239c47
2239c47
* Thu Nov 16 2017 Athmane Madjoudj <athmane@fedoraproject.org> - 1.0.0-1
2239c47
- Initial spec
2239c47