Fix 1714212 - failing test - prevent rebuild
This commit is contained in:
parent
2a4b45a7fa
commit
fc5f60c441
2 changed files with 61 additions and 2 deletions
|
|
@ -2,12 +2,13 @@
|
|||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 3.5.3
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: In-process task scheduler with Cron-like capabilities
|
||||
|
||||
License: MIT
|
||||
URL: https://pypi.python.org/pypi/%{pypi_name}
|
||||
Source0: https://pypi.python.org/packages/source/A/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
Patch0: 0001-use-pytest.param-in-parametrize-decorator.patch
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
|
|
@ -48,7 +49,7 @@ BuildRequires: python3-sphinx
|
|||
Documentation of the Advanced Python Scheduler library.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pypi_name}-%{version}
|
||||
%autosetup -p1 -n %{pypi_name}-%{version}
|
||||
rm -rf %{pypi_name}.egg-info
|
||||
|
||||
%build
|
||||
|
|
@ -79,6 +80,9 @@ export TZ=UTC
|
|||
%doc docs/_build/html
|
||||
|
||||
%changelog
|
||||
* Tue Jun 16 2020 Fabien Boucher <fboucher@redhat.com> - 3.5.3-4
|
||||
- Patch to fix #1714212 due to marks in pytest.mark.parametrize deprecated
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue