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
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/APScheduler-3.7.0.tar.gz
|
||||
/APScheduler-3.8.0.tar.gz
|
||||
/APScheduler-3.10.4.tar.gz
|
||||
/apscheduler-3.11.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.83.0.post1.dev4+g46d87465.d20231011.
|
||||
The file was generated using packit 0.104.1.post1.dev0+g23aec6b3.d20241128.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (APScheduler-3.10.4.tar.gz) = 44b78e60b7349437fb8d6e5ad3bbd764cfa653fdd65685b586119225e8daaff9b150871887812a1f3d4cd67b942c70e99d1606d38b83685953fb1bb1a82742fe
|
||||
SHA512 (apscheduler-3.11.0.tar.gz) = c66d87773d3fe353e5f0bbc4bc9ba05337b555db0810e42e2e384fd9717438fda501d0c724cd7180010b11e5d8db901922b79a163aec3a420a6a65eafb6f39f6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue