Update to 3.11.0 upstream release
Upstream tag: 3.11.0 Upstream commit: 6c72a514 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
52c2b70a3d
commit
a91ec8ec4b
4 changed files with 8 additions and 12 deletions
|
|
@ -9,15 +9,13 @@ restarted, it will then run all the jobs it should have run while it was
|
|||
offline.}
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 3.10.4
|
||||
Version: 3.11.0
|
||||
Release: %autorelease
|
||||
Summary: In-process task scheduler with Cron-like capabilities
|
||||
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/APScheduler/
|
||||
Source0: %{pypi_source %{srcname}}
|
||||
# wait for tasks to finish, adjust misfire_grace_time
|
||||
Patch0: 01-test-executors.patch
|
||||
BuildArch: noarch
|
||||
|
||||
%description %_description
|
||||
|
|
@ -34,15 +32,12 @@ BuildRequires: python3-devel
|
|||
# up and running. Upstream provides a docker compose to spawn
|
||||
# services before running these tests.
|
||||
rm tests/test_jobstores.py
|
||||
sed -i 's/pytest-tornado5/pytest-tornado/' setup.py
|
||||
# Remove coverage
|
||||
sed -i 's/addopts = -rsx --cov/addopts = -rsx/' setup.cfg
|
||||
sed -i '/pytest-cov/d' setup.py
|
||||
# It is in the tarball and is not used
|
||||
rm -r APScheduler.egg-info
|
||||
# Skip missing dependencies in Fedora 4
|
||||
sed -i 's/ "anyio >= 4.5.2",//' pyproject.toml
|
||||
sed -i 's/,rethinkdb//' pyproject.toml
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -x testing -x tornado
|
||||
%pyproject_buildrequires -x test -x tornado
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue