diff --git a/apscheduler-3.11.0.tar.gz b/apscheduler-3.11.0.tar.gz
deleted file mode 100644
index 563614baea97277c808624c20fac23909c829106..0000000000000000000000000000000000000000
Binary files a/apscheduler-3.11.0.tar.gz and /dev/null differ
diff --git a/apscheduler-3.11.1.tar.gz b/apscheduler-3.11.1.tar.gz
new file mode 100644
index 0000000000000000000000000000000000000000..baac3d11157d7c54dae172227923a4d791c36077
Binary files /dev/null and b/apscheduler-3.11.1.tar.gz differ
diff --git a/python-APScheduler.spec b/python-APScheduler.spec
index 6bd683ffa2ef6f86e7e2eb1952abdccfb6a1186e..6dc2cb6a41f32ef787981030b4e23b38cea03c01 100644
--- a/python-APScheduler.spec
+++ b/python-APScheduler.spec
@@ -1,25 +1,29 @@
%global _empty_manifest_terminate_build 0
+%undefine _python_dist_allow_version_zero
Name: python-APScheduler
-Version: 3.11.0
+Version: 3.11.1
Release: 1
Summary: In-process task scheduler with Cron-like capabilities
License: MIT
URL: https://github.com/agronholm/apscheduler
-Source0: %{pypi_source apscheduler}
+Source0: https://files.pythonhosted.org/packages/source/a/apscheduler/apscheduler-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-setuptools_scm
+BuildRequires: python3-build
+BuildRequires: python3-hatchling
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+
%description
Documentation can be found `here `_.
%package -n python3-APScheduler
Summary: In-process task scheduler with Cron-like capabilities
Provides: python-APScheduler
-BuildRequires: python3-devel
-BuildRequires: python3-setuptools
%description -n python3-APScheduler
Documentation can be found `here `_.
@@ -32,10 +36,28 @@ Documentation can be found `here /dev/null || true
+export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}"
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
@@ -50,6 +72,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/*
%changelog
+* Thu Nov 27 2025 zhangzeyang0718 - 3.11.1-1
+- Update package to version 3.11.1
+
* Mon Aug 11 2025 wangkai <13474090681@163.com> - 3.11.0-1
- Update package to version 3.11.0