i10ce
changed/i10ce/python-pytest-console-scripts-1.4.1-7.el10
commit
4d918aa928
@ -0,0 +1 @@
|
||||
SOURCES/pytest-console-scripts-1.4.1.tar.gz
|
@ -0,0 +1 @@
|
||||
f190551af9287a793ad9a67e3c82fbb7d2b13ca4 SOURCES/pytest-console-scripts-1.4.1.tar.gz
|
@ -0,0 +1,102 @@
|
||||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.6.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 7;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
Name: python-pytest-console-scripts
|
||||
Version: 1.4.1
|
||||
Release: %autorelease
|
||||
Summary: Pytest plugin for testing console scripts
|
||||
# SPDX
|
||||
License: MIT
|
||||
URL: https://github.com/kvas-it/pytest-console-scripts
|
||||
Source: %{pypi_source pytest-console-scripts}
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
|
||||
|
||||
%global _description %{expand:
|
||||
Pytest-console-scripts is a pytest plugin for running python
|
||||
scripts from within tests.}
|
||||
|
||||
|
||||
%description %_description
|
||||
|
||||
%package -n python3-pytest-console-scripts
|
||||
Summary: %{summary}
|
||||
# https://github.com/kvas-it/pytest-console-scripts/issues/56
|
||||
Requires: python3-setuptools
|
||||
|
||||
%description -n python3-pytest-console-scripts %_description
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n pytest-console-scripts-%{version}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -t
|
||||
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%pyproject_save_files pytest_console_scripts
|
||||
|
||||
|
||||
%check
|
||||
%tox
|
||||
|
||||
|
||||
%files -n python3-pytest-console-scripts -f %{pyproject_files}
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 05 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.4.1-7
|
||||
- Rebuilt for MSVSphere 10
|
||||
|
||||
## START: Generated by rpmautospec
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.4.1-6
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 1.4.1-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Thu Jun 01 2023 Lumir Balhar <lbalhar@redhat.com> - 1.4.1-1
|
||||
- Update to 1.4.1 (rhbz#2211360)
|
||||
|
||||
* Tue May 23 2023 Lumir Balhar <lbalhar@redhat.com> - 1.4.0-1
|
||||
- Update to 1.4.0 (rhbz#2209091) + SPDX license identifier
|
||||
|
||||
* Wed Feb 15 2023 Lumir Balhar <lbalhar@redhat.com> - 1.3.1-4
|
||||
- Fix missing runtime dependency on setuptools
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Nov 28 2022 Lumír Balhar <lbalhar@redhat.com> - 1.3.1-1
|
||||
- Initial package
|
||||
|
||||
## END: Generated by rpmautospec
|
Loading…
Reference in new issue