From unknown Fri Jun 20 19:47:56 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#68490 <68490@debbugs.gnu.org> To: bug#68490 <68490@debbugs.gnu.org> Subject: Status: [PATCH 2/2] gnu: Add python-apscheduler. Reply-To: bug#68490 <68490@debbugs.gnu.org> Date: Sat, 21 Jun 2025 02:47:56 +0000 retitle 68490 [PATCH 2/2] gnu: Add python-apscheduler. reassign 68490 guix-patches submitter 68490 Giacomo Leidi severity 68490 normal tag 68490 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 15 17:46:20 2024 Received: (at submit) by debbugs.gnu.org; 15 Jan 2024 22:46:21 +0000 Received: from localhost ([127.0.0.1]:47202 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rPVim-0006nl-8b for submit@debbugs.gnu.org; Mon, 15 Jan 2024 17:46:20 -0500 Received: from lists.gnu.org ([2001:470:142::17]:51698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rPVii-0006bD-LP for submit@debbugs.gnu.org; Mon, 15 Jan 2024 17:46:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rPViZ-0007YY-BE for guix-patches@gnu.org; Mon, 15 Jan 2024 17:46:08 -0500 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rPViW-0001tb-MZ for guix-patches@gnu.org; Mon, 15 Jan 2024 17:46:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1705358753; bh=38cSCbXIEGZV3YZ+lv4mo7e+TRKkdLoCx1p0vUKrbJg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EULrKlUDcpc2gB+vkjWPtHWhq6ZHIGxAEzV9o++LlE0evAcWniak52ima7QFGZI/V RI4Ve4aDycCCS0XpKYjOAPY2hM9DH28U3Fv0M2tswKEMCGDgzFrMk1iCj1HPUkks62 ZhsRjpAaDIZVKunqnOdaQ6gem87jvPxQCMlbHhQI= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4TDS0d1gwhz1145; Mon, 15 Jan 2024 22:45:53 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4TDS0d0lnwz1142; Mon, 15 Jan 2024 22:45:53 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH 2/2] gnu: Add python-apscheduler. Date: Mon, 15 Jan 2024 23:44:47 +0100 Message-ID: <20240115224454.28915-2-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20240115224454.28915-1-goodoldpaul@autistici.org> References: <20240115224454.28915-1-goodoldpaul@autistici.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=goodoldpaul@autistici.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) * gnu/packages/python-xyz.scm (python-apscheduler): New variable. Change-Id: Ib5964520a8d3c9c4711ba2ee4c5812241dc93423 --- gnu/packages/python-xyz.scm | 39 ++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1ca5d7f8fd..33be56ddb2 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -63,7 +63,7 @@ ;;; Copyright © 2019, 2020 Alex Griffin ;;; Copyright © 2019, 2020, 2021, 2022, 2023 Pierre Langlois ;;; Copyright © 2019 Jacob MacDonald -;;; Copyright © 2019-2021, 2023 Giacomo Leidi +;;; Copyright © 2019-2021, 2023, 2024 Giacomo Leidi ;;; Copyright © 2019 Wiktor Żelazny ;;; Copyright © 2019, 2020, 2021, 2022 Tanguy Le Carrour ;;; Copyright © 2019, 2021-2023 Mădălin Ionel Patrașcu @@ -27217,6 +27217,43 @@ (define-public python-crontab access the system cron automatically and simply using a direct API.") (license license:lgpl3+))) +(define-public python-apscheduler + (package + (name "python-apscheduler") + (version "3.10.4") + (source (origin + (method url-fetch) + (uri (pypi-uri "APScheduler" version)) + (sha256 + (base32 + "0jpg9jyx95jafkq0hz6sx7r4l2z5gc599ivb9278kgnr4wdhgpz6")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-pytz + python-six + python-tzlocal)) + (native-inputs (list python-mock + python-twisted + python-gevent + python-setuptools-scm + python-sqlalchemy + python-setuptools + python-pyside-6 + python-pytest + python-pytest-asyncio + python-pytest-cov + python-pytest-tornado5)) + (home-page "https://github.com/agronholm/apscheduler") + (synopsis "Task scheduling library for Python") + (description "Advanced Python Scheduler (APScheduler) is a Python library +that lets you schedule your Python code to be executed later, either just once +or periodically. + +You can add new jobs or remove old ones on the fly as you please. If you store +your jobs in a database, they will also survive scheduler restarts and maintain +their state. When the scheduler is restarted, it will then run all the jobs it +should have run while it was offline.") + (license license:expat))) + (define-public python-pylzma (package (name "python-pylzma") -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 15 17:47:56 2024 Received: (at 68490-done) by debbugs.gnu.org; 15 Jan 2024 22:47:56 +0000 Received: from localhost ([127.0.0.1]:47212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rPVkK-0007Mv-8M for submit@debbugs.gnu.org; Mon, 15 Jan 2024 17:47:56 -0500 Received: from confino.investici.org ([2a11:7980:1::2:0]:64609) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rPVkJ-0007Mg-5b for 68490-done@debbugs.gnu.org; Mon, 15 Jan 2024 17:47:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1705358874; bh=6zZvRpWE+ZJGQIUFgjO7aLpTSQz+YyrXyB+8VROj6sE=; h=Date:To:From:Subject:From; b=LcpdCSbPWUpmvUnDsNJ+OIPPudJOzNRJydbcAv+AbN49k14Ba4c6HRLDDhZ9V6lyY E8T0WAKVj3eXRU1/ObxbUGX4/HF68YUU4Jc9MWAsLwRUFjzxPSXgmynSER1IK/RW2F QyQY3dOkDInZ/UMlcnmHX8DiQGRdnQe+CQKB7sb8= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4TDS2y491kz114B for <68490-done@debbugs.gnu.org>; Mon, 15 Jan 2024 22:47:54 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4TDS2y3Y9Fz110g for <68490-done@debbugs.gnu.org>; Mon, 15 Jan 2024 22:47:54 +0000 (UTC) Message-ID: Date: Mon, 15 Jan 2024 23:47:54 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 To: 68490-done@debbugs.gnu.org Content-Language: en-US From: paul Subject: Close issue Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68490-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This issue was opened by mistake, apologies for the noise. From unknown Fri Jun 20 19:47:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 13 Feb 2024 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator