From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 28 12:20:37 2024 Received: (at submit) by debbugs.gnu.org; 28 Mar 2024 16:20:37 +0000 Received: from localhost ([127.0.0.1]:40999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpsUX-00060L-GS for submit@debbugs.gnu.org; Thu, 28 Mar 2024 12:20:37 -0400 Received: from lists.gnu.org ([2001:470:142::17]:38530) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpsUU-000606-CH for submit@debbugs.gnu.org; Thu, 28 Mar 2024 12:20:35 -0400 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 1rpsUN-0006au-U3 for guix-patches@gnu.org; Thu, 28 Mar 2024 12:20:27 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rpsUL-0007cl-HP for guix-patches@gnu.org; Thu, 28 Mar 2024 12:20:27 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 3CCE840007; Thu, 28 Mar 2024 16:20:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fabionatali.com; s=gm1; t=1711642820; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=/cf35aICqqOVJOw7NFs//c8FcsmW4v6V9J1FbQgZtnI=; b=np69Q3PIszJGn1+SFosxGGjdqgQDRijK+xOPThEBRIntvzTjqG21+KMt2vEchLcafyG9cu W+S/WA6i80Gn9XGDEtKgW+XqhqJRZW2K4xlYZkHYDgXknnMIXENDTBiFrVEFjC2bXnDLpZ fLKDdZZpJxjr0CedftaKHYOo/3HA96rX/u6xvvEgWnsY0dQ+V0j5kJHh/8u9lRGGntcGmU L0FAW31FsdODUmUFBmd2xOoIR8tfVOW26CzM469N7pWskP33RLBbPhY41uM9C8JlLvnBhD XHtBRL81a4mbcSZk2UoM3Fpf/4NfZhitAN9ny/jvXc4s/XQ9HykE9YA4SfJaBA== From: Fabio Natali To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-apprise. Date: Thu, 28 Mar 2024 16:15:13 +0000 Message-ID: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Lars-Dominik Braun , Marius Bakke , Munyoki Kilyungi , Sharlatan Hellseher , Tanguy Le Carrour , jgart Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: me@fabionatali.com Received-SPF: pass client-ip=217.70.183.194; envelope-from=me@fabionatali.com; helo=relay2-d.mail.gandi.net 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, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit Cc: Fabio Natali 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.3 (/) * gnu/packages/python-xyz.scm (python-apprise): New variable. Change-Id: I55b8c7b558ce34835cff31b9fac6ff3b81ff5fec --- Hi! 👋 This is to add Apprise, a push notification Python library. It seems that Apprise is required if we want to upgrade borgmatic from 1.7.12 to 1.8.9. I hope the patch looks alright but all feedback is welcome. Thanks, cheers, Fabio. gnu/packages/python-xyz.scm | 46 +++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8a6ef23b58..2cdcc5e51c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -231,6 +231,7 @@ (define-module (gnu packages python-xyz) #:use-module (gnu packages man) #:use-module (gnu packages markup) #:use-module (gnu packages maths) + #:use-module (gnu packages messaging) #:use-module (gnu packages monitoring) #:use-module (gnu packages multiprecision) #:use-module (gnu packages ncurses) @@ -293,6 +294,51 @@ (define-module (gnu packages python-xyz) #:use-module (srfi srfi-1) #:use-module (srfi srfi-26)) +(define-public python-apprise + (package + (name "python-apprise") + (version "1.7.4") + (source + (origin + (method url-fetch) + (uri (pypi-uri "apprise" version)) + (sha256 + (base32 "0wvs1k71fipn617y9wsdcvwcgg2pd0nvriarlwl4438la4086ppg")))) + (build-system pyproject-build-system) + (propagated-inputs (list python-certifi + python-click + python-dataclasses + python-markdown + python-pyyaml + python-requests + python-requests-oauthlib)) + (native-inputs (list python-babel + python-coverage + python-cryptography + python-flake8 + python-paho-mqtt + python-pytest + python-pytest-cov + python-pytest-mock + python-pytest-xdist + python-wheel)) + (arguments + (list + #:phases #~(modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? inputs outputs #:allow-other-keys) + (when tests? + (delete-file "test/test_plugin_macosx.py") + (invoke "pytest"))))))) + (home-page "https://github.com/caronc/apprise") + (synopsis + "Push notification Python library that works with many platforms") + (description + "Apprise is a Python library that allows sending push notifications to a broad +range of notification services, such as Telegram, Discord, Slack, Amazon SNS, +Gotify, etc.") + (license license:bsd-2))) + (define-public python-xmldiff (package (name "python-xmldiff") base-commit: fb9549164520ad993c2fbbaedc899844d57baabc -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 28 15:13:10 2024 Received: (at 70057) by debbugs.gnu.org; 28 Mar 2024 19:13:10 +0000 Received: from localhost ([127.0.0.1]:41158 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpvBV-0007dU-Rd for submit@debbugs.gnu.org; Thu, 28 Mar 2024 15:13:10 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:36519) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rpvBR-0007cq-Jn for 70057@debbugs.gnu.org; Thu, 28 Mar 2024 15:13:08 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id B1F51FF805; Thu, 28 Mar 2024 19:12:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fabionatali.com; s=gm1; t=1711653177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=OXDhU/PozdAkJ0jvtqcXl/c2RV75aCdMHH5fyfaYpjo=; b=NgaCIcgfXOVltZ8KoFKPYRY03hd4X0dTWrTmJdvMbvBfIs2TXaIeajJz8lyKFMVMSPPrEl 1jPJoVH6oT+3NNX1GzJ+pCc+VfjURqh29usWBqczt+kcZDriJ/b39gecdXyPbMAJGIKISz t4rjaACGrI0CKoI0/T4US+oaDtAZ91Xl4OLmZStNoJMfOoJ7mTsaeiSdg8N8LT23PWpFcr AsoEWETu9MGL4T+keW5WJ0vufu8/RLhuvCy2yT8STmZppHOJlTD7H0pg8vdLci4Wf0gp12 h1dNNY+oXGsMj2Q+TMPNWXFP0WZTmS/ICNA7veSP+5tzk3JLZPJeqPrnKBQZeg== From: Fabio Natali To: 70057@debbugs.gnu.org Subject: [PATCH] gnu: borgmatic: Update to 1.8.9. Date: Thu, 28 Mar 2024 19:05:04 +0000 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-GND-Sasl: me@fabionatali.com X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 70057 Cc: Fabio Natali 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.7 (-) * gnu/packages/backup.scm (borgmatic): Update to 1.8.9. Change-Id: I28330c4f864b7f15c50fc6c80c5d9c40af91b6b9 --- Hi, This is to update borgmatic to 1.8.9. I'm sending this as a follow up to another patch, re python-apprise. In fact, Apprise is now a borgmatic dependency, at least for some of its new functionality (notifications). I'm sorry, I should have probably started this as a patch series, with a short introductory email. I hope it's still clear and easily reviewable. Thanks, cheers, Fabio. gnu/packages/backup.scm | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 253ab74a19..300f2825c6 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -1308,13 +1308,13 @@ (define-public disarchive (define-public borgmatic (package (name "borgmatic") - (version "1.7.12") + (version "1.8.9") (source (origin (method url-fetch) (uri (pypi-uri "borgmatic" version)) (sha256 - (base32 "0720wvs3h2w8h28d7mpvjfp0q37dnrwf1y2ik3y4yr9csih7fmgh")))) + (base32 "1xmqv0gg2ic7lp5kmygr9f6qkabsr86mma7pigan12vk2bcdbw31")))) (build-system python-build-system) (arguments (list #:phases @@ -1339,11 +1339,19 @@ (define-public borgmatic (setenv "PATH" (string-append #$output "/bin" ":" (getenv "PATH"))) (invoke "pytest"))))))) - (inputs - (list borg python-colorama python-jsonschema python-requests - python-ruamel.yaml-0.16)) - (native-inputs - (list python-flexmock python-pytest python-pytest-cov)) + (inputs (list borg + python-apprise + python-colorama + python-jsonschema + python-requests)) + (native-inputs (list python-flexmock + python-pytest + python-pytest-cov)) + (propagated-inputs (list python-colorama + python-jsonschema + python-packaging + python-requests + python-ruamel.yaml)) (home-page "https://torsion.org/borgmatic/") (synopsis "Simple, configuration-driven backup software") (description base-commit: fb9549164520ad993c2fbbaedc899844d57baabc prerequisite-patch-id: d9e77adec47d85410e146267e3373f4d3a110832 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 29 13:09:49 2024 Received: (at 70057) by debbugs.gnu.org; 29 Mar 2024 17:09:49 +0000 Received: from localhost ([127.0.0.1]:43333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rqFjh-0004M2-9V for submit@debbugs.gnu.org; Fri, 29 Mar 2024 13:09:49 -0400 Received: from mx1.dismail.de ([78.46.223.134]:35903) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rqFje-0004Ln-Ee for 70057@debbugs.gnu.org; Fri, 29 Mar 2024 13:09:47 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id c311eeed; Fri, 29 Mar 2024 18:09:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc:in-reply-to:references; s=20190914; bh=KlFuDhpp1mc0vGGxpBk5yMBbAjVvLMhiSle1+eO3wTM=; b=Qqj+ZnRQ5G8a o5/VqyGgNW2PihGiyZlwbwNFBIOD5xZ5K+KceOSUyfJMsmSnKHXlOi5hZXhbXr5c WWcqyrvGuk+5POkGFjqcJEQ4UpX2hAfXFLvoqqf6PjLoy6ojznzPbFNQhjl7/inB VgDgx9r63y6jJF9G2xrw58jSgwvNoMXMQ06I/ZzyI70lMtmve/VqUNnJYfmhdxyL fHweiBDlufYgAFtDXaLy6y0PTF8HlpPCWe+tnSIRTKg0/P9JuKQKDmLH1rRAmKEE po8WIsiK4iSHkmPbwRfHmxatRbPBSsAopBP0fGf7uHb6g4m28A7qCILUdK7u0nzU +SSp5+ETDA== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 3374b8c7; Fri, 29 Mar 2024 18:09:37 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 07ff216e; Fri, 29 Mar 2024 18:09:37 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 3c950c10 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 29 Mar 2024 18:09:37 +0100 (CET) MIME-Version: 1.0 Date: Fri, 29 Mar 2024 17:09:36 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "jgart" Message-ID: TLS-Required: No Subject: Re: [bug#70057] [PATCH] gnu: Add python-apprise. To: "Fabio Natali" , 70057@debbugs.gnu.org In-Reply-To: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> References: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 70057 Cc: Sharlatan Hellseher , Munyoki Kilyungi , Lars-Dominik Braun , Marius Bakke , Tanguy Le Carrour , Fabio Natali 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.7 (-) Hi Fabio, Thanks for the patch and your contribution to GNU Guix. I reviewed and ap= plied python-apprise. I'll take a look at your other patch for borgmatic soon. all the best, jgart From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 31 18:51:26 2024 Received: (at 70057-done) by debbugs.gnu.org; 31 Mar 2024 22:51:27 +0000 Received: from localhost ([127.0.0.1]:48923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rr41N-0001Zc-S0 for submit@debbugs.gnu.org; Sun, 31 Mar 2024 18:51:26 -0400 Received: from mx2.dismail.de ([159.69.191.136]:21519) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rr41L-0001ZM-Eo for 70057-done@debbugs.gnu.org; Sun, 31 Mar 2024 18:51:24 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 35f04fd8; Mon, 1 Apr 2024 00:51:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc:in-reply-to:references; s=20190914; bh=TRBmn+n1ol2dmhXrOfoejfJ/OciVwzYeDUyYdhVxzbE=; b=Vw26ztAOj9uo TNBABAMd5kmHJ2liB3ZIFBmWB20X/SBv9QGZZUT8/U5hLhF9f36iYiBq/GgTm9RI IcSkFp3r//UI1e1bPrXyP8tqKlVksScxXuCts/t3PmADGilF7h1bmgPirASKbtQP mZGvE/7B2z2qXJO8J6zdIKESTT0mLpwugli6nl5PICs7f8P1HcgNOcWK1qiTsrRP V7xHYv/rQRBAZEUWYwSNpMBG47TXuRUk+IQC/m3ZbLGiUNp0RHk5TZ2o3g2sT2je TlpxDWAecz7DNSAK4TdVcnXI00SYlDsTRqo5fZ/MWvXQlYc2ZlW0UznN+Lo0QSOn D/6xc4kCjQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx2.dismail.de (OpenSMTPD) with ESMTP id 5b915d33; Mon, 1 Apr 2024 00:51:13 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 74fd6448; Mon, 1 Apr 2024 00:51:12 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 8e6177b8 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 1 Apr 2024 00:51:12 +0200 (CEST) MIME-Version: 1.0 Date: Sun, 31 Mar 2024 22:51:11 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "jgart" Message-ID: TLS-Required: No Subject: Re: [bug#70057] [PATCH] To: "Fabio Natali" , 70057-done@debbugs.gnu.org In-Reply-To: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> References: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 70057-done Cc: Sharlatan Hellseher , Munyoki Kilyungi , Lars-Dominik Braun , Marius Bakke , Tanguy Le Carrour , Fabio Natali 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: -3.3 (---) Hi Fabio, I reviewed and applied borgmatic with some minor changes. I consolidated the propagated-inputs to be part of the inputs as it was i= n the previous existing package.=20 Since=20borgmatic is an end user application we do not need to propagate = the Python library dependencies. I also applied guix style to the package which introduced some formatting= changes and mentioned the changes in the commit message. all the best, jgart From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 31 18:52:50 2024 Received: (at 70057-done) by debbugs.gnu.org; 31 Mar 2024 22:52:50 +0000 Received: from localhost ([127.0.0.1]:48931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rr42j-0001f6-Rn for submit@debbugs.gnu.org; Sun, 31 Mar 2024 18:52:50 -0400 Received: from mx1.dismail.de ([78.46.223.134]:31712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rr42i-0001eu-NE for 70057-done@debbugs.gnu.org; Sun, 31 Mar 2024 18:52:49 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 4f3f12d0; Mon, 1 Apr 2024 00:52:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc:in-reply-to:references; s=20190914; bh=2+zyg4N36CE8JjwZ1wAp6qdL1bbauEAtFoNOrV8GUFs=; b=jNTZD/nzdiBy UgJmA/C+xlpF1B/8h7s7yZcy2W1ZguhTBHy7/EY88sEhWZUHHivB9EcG0KdQZef/ /g+xO+iPnGl7qCCBxaI9a6+B9825feMPTdKcW8NsN78oWXw4gX3zu62KVfgBerIf Sx7d5K4pfUmD/xB0de02T8W86KUwgzQzIos4v2CDcFcRwFO1f5QFnBeptSdKb9ur c+e7vl5IuEpXefO7fgmlWXvn4N05eIChFgf9nh57rumkpNl9HBwT3smmWVVlvfwU pRLNjgXa4q+S/EeHgr8eBgDpzHn8qRtoWHXRE3xosR7dI6bxTg1ffEzp9PtJIaVk XTnwf1NngQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 8546043e; Mon, 1 Apr 2024 00:52:39 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id bea7955f; Mon, 1 Apr 2024 00:52:39 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id cc3ebb94 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 1 Apr 2024 00:52:39 +0200 (CEST) MIME-Version: 1.0 Date: Sun, 31 Mar 2024 22:52:38 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "jgart" Message-ID: TLS-Required: No Subject: Re: [bug#70057] [PATCH] To: "Fabio Natali" , 70057-done@debbugs.gnu.org In-Reply-To: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> References: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 70057-done Cc: Sharlatan Hellseher , Munyoki Kilyungi , Lars-Dominik Braun , Marius Bakke , Tanguy Le Carrour , Fabio Natali 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.7 (-) Hi Fabio, I reviewed and applied borgmatic with some minor changes. I consolidated the propagated-inputs to be part of the inputs as it was i= n the previous existing package.=20 h Since=20borgmatic is an end user application we do not need to propagate = the Python library dependencies. I also applied guix style to the package which introduced some formatting= changes and mentioned the changes in the commit message. all the best, jgart From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 31 19:23:32 2024 Received: (at 70057-done) by debbugs.gnu.org; 31 Mar 2024 23:23:32 +0000 Received: from localhost ([127.0.0.1]:48981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rr4WS-000110-05 for submit@debbugs.gnu.org; Sun, 31 Mar 2024 19:23:32 -0400 Received: from mx1.dismail.de ([78.46.223.134]:39523) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rr4WQ-00010h-53 for 70057-done@debbugs.gnu.org; Sun, 31 Mar 2024 19:23:31 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 0c7b3d8e; Mon, 1 Apr 2024 01:23:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc:in-reply-to:references; s=20190914; bh=TRBmn+n1ol2dmhXrOfoejfJ/OciVwzYeDUyYdhVxzbE=; b=nGE7vMmIxjvV bydkx58fT/CQcJd0PKXpWfa/aQlTk+hn7/fomakibEd3LzrulnqXRsEZ0TO2yeiZ eBijxnDu2nrHU0MV5Uv30ywQWLajbvsaMLYjPKP6ae/q5bxlY0sigvNhx95+M12w RnmkxSRAwizU0XnsbIq3UBUeZtKoAlFV/+xnF75SSrj6iugXGZpO+UVz7johSSi5 z922czSLx6sUo5Yq77jIOoK/vKIgRiAc97BP1D8UphnR57+m6yXBd9/741vtejxI 34s2lSXiaM41qUkTJPwehqSoAw+vmUS2zVDxiRsK4hjkz/MkyR2cQxh1ma0D1kws 27fNiULEpw== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5176d894; Mon, 1 Apr 2024 01:23:20 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 585cd6cc; Mon, 1 Apr 2024 01:23:19 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id fc4f6fb6 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 1 Apr 2024 01:23:19 +0200 (CEST) MIME-Version: 1.0 Date: Sun, 31 Mar 2024 23:23:18 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "jgart" Message-ID: <01253ea0121dcc1f8aafd9ef09291cacd0e9623f@dismail.de> TLS-Required: No Subject: Re: [bug#70057] [PATCH] To: "Fabio Natali" , 70057-done@debbugs.gnu.org In-Reply-To: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> References: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 70057-done Cc: Sharlatan Hellseher , Munyoki Kilyungi , Lars-Dominik Braun , Marius Bakke , Tanguy Le Carrour , Fabio Natali 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.7 (-) Hi Fabio, I reviewed and applied borgmatic with some minor changes. I consolidated the propagated-inputs to be part of the inputs as it was i= n the previous existing package.=20 Since=20borgmatic is an end user application we do not need to propagate = the Python library dependencies. I also applied guix style to the package which introduced some formatting= changes and mentioned the changes in the commit message. all the best, jgart From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 01 06:24:51 2024 Received: (at 70057-done) by debbugs.gnu.org; 1 Apr 2024 10:24:51 +0000 Received: from localhost ([127.0.0.1]:49633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rrEqR-0005Eg-8C for submit@debbugs.gnu.org; Mon, 01 Apr 2024 06:24:51 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:33163) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rrEqN-0005EP-Oe for 70057-done@debbugs.gnu.org; Mon, 01 Apr 2024 06:24:49 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 75A741BF206; Mon, 1 Apr 2024 10:24:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fabionatali.com; s=gm1; t=1711967078; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=l/ZlkCiLwAJsT7xhranRpaTffjSogx19lUVfPF58s9g=; b=aEzj2mKqukWZtyz5d9rCletEmLZZrYYklBOCPjjav4ZxTTbv4u7OMPdwbOX/1QIqaxBhd/ NXvowiPL4N05ISb/5XHH8rI3VfzQ0M6EpRjHPzs3YGyO81yaQ6H5CZqQ5RzIdwM1CVyvw7 Vf6nprtgiPIDXBFwQi/i+vZdPHmrHWpq1FnLlrvmHul+66oyZ2vN2UbIlpdwfp6Ji+ly9E HLNX9ZmeRsmUqw5J7JbfnNbdQO9wluLK5Hp/icffEZuQaUIEh0LbG3rsXur012VO2Qk+H7 jursWVwdMIfeY7dHiWJWTwHUaJS4847aqHAxViA1xyI4gmVwyz6UemGRqi/Nrg== From: Fabio Natali To: jgart Subject: Re: [bug#70057] [PATCH] In-Reply-To: <01253ea0121dcc1f8aafd9ef09291cacd0e9623f@dismail.de> References: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> <01253ea0121dcc1f8aafd9ef09291cacd0e9623f@dismail.de> Date: Mon, 01 Apr 2024 11:24:36 +0100 Message-ID: <87msqd5qjf.fsf@fabionatali.com> MIME-Version: 1.0 Content-Type: text/plain X-GND-Sasl: me@fabionatali.com X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 70057-done Cc: Sharlatan Hellseher , Munyoki Kilyungi , Lars-Dominik Braun , Marius Bakke , 70057-done@debbugs.gnu.org, Tanguy Le Carrour 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.7 (-) On 2024-03-31, 23:23 +0000, "jgart" wrote: > I reviewed and applied borgmatic with some minor changes. This is brilliant, thanks for helping with this jgart! Have a lovely day. Cheers, Fabio. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 01 11:55:37 2024 Received: (at 70057-done) by debbugs.gnu.org; 1 Apr 2024 15:55:37 +0000 Received: from localhost ([127.0.0.1]:51449 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rrK0W-0004pk-Vy for submit@debbugs.gnu.org; Mon, 01 Apr 2024 11:55:37 -0400 Received: from mx1.dismail.de ([78.46.223.134]:37725) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rrK0T-0004pT-Kp for 70057-done@debbugs.gnu.org; Mon, 01 Apr 2024 11:55:35 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id d79cc172; Mon, 1 Apr 2024 17:55:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc:in-reply-to:references; s=20190914; bh=EBHgdwyGOrwxhU+k+5CoOhbSx5h68Cn1RzSsRgYfwVU=; b=VliLyI8hvfvE gIm2zFlJO8ypgD+1EmcYFyKOYjMyItWpLecV4Yacxr3PJ9dV2/oGclUIsik/r8Z/ cQQMqv9b+L2qK5wZ1dc6cE6p36GbwBI8IdrurdGI3l8+ssBA0jMSX7iZgJXprAba MQdfnWIFMCjb24banpnUYnqreYg5oqkdmmlAopuEw29lYkwzmCS/HZ6uWK2A/Xo9 YoO67cj/4OAYQ5y5RxWAIB5LDadWKVYo0sc8Eg1dkJE29X+Ix8qxUt+OuaM9YRzi l+p4thBVZY6kA78EZkjnaFvcI+apj+RaJ0tC1V6/KRLlwBi/mabZnYykMElwVdA9 he00wuvu+g== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 47092e3d; Mon, 1 Apr 2024 17:55:22 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id e62d2f86; Mon, 1 Apr 2024 17:55:22 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id b2ddb2dc (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 1 Apr 2024 17:55:22 +0200 (CEST) MIME-Version: 1.0 Date: Mon, 01 Apr 2024 15:55:21 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "jgart" Message-ID: TLS-Required: No Subject: Re: [bug#70057] [PATCH] To: "Fabio Natali" In-Reply-To: <87msqd5qjf.fsf@fabionatali.com> References: <1e2f0580212adc76b9fe6479c45414c094effc64.1711642451.git.me@fabionatali.com> <01253ea0121dcc1f8aafd9ef09291cacd0e9623f@dismail.de> <87msqd5qjf.fsf@fabionatali.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 70057-done Cc: Sharlatan Hellseher , Munyoki Kilyungi , Lars-Dominik Braun , Marius Bakke , 70057-done@debbugs.gnu.org, Tanguy Le Carrour 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.7 (-) > This is brilliant, thanks for helping with this jgart! >=20 >=20Have a lovely day. Cheers, Fabio. Anytime! Excuse the duplicate emails. My email client was acting up. all best, jgart From unknown Sat Jun 21 10:44:18 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, 30 Apr 2024 11:24:07 +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