From unknown Sun Jun 22 04:29:23 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#68490] [PATCH 2/2] gnu: Add python-apscheduler. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 15 Jan 2024 22:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 68490 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68490@debbugs.gnu.org Cc: Giacomo Leidi X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170535878126186 (code B ref -1); Mon, 15 Jan 2024 22:47:02 +0000 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 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-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 unknown Sun Jun 22 04:29:23 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Giacomo Leidi Subject: bug#68490: closed (Close issue) Message-ID: References: <20240115224454.28915-2-goodoldpaul@autistici.org> X-Gnu-PR-Message: they-closed 68490 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 68490@debbugs.gnu.org Date: Mon, 15 Jan 2024 22:48:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1705358883-28391-1" This is a multi-part message in MIME format... ------------=_1705358883-28391-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #68490: [PATCH 2/2] gnu: Add python-apscheduler. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 68490@debbugs.gnu.org. --=20 68490: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D68490 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1705358883-28391-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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. ------------=_1705358883-28391-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1705358883-28391-1--