[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/11: gnu: python-apprise: Update to 1.9.1.
From: |
guix-commits |
Subject: |
02/11: gnu: python-apprise: Update to 1.9.1. |
Date: |
Thu, 2 Jan 2025 17:02:04 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit ac4e3c7df9e8a4839cfd4af94addc0de3b0ccee0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 2 17:40:04 2025 +0100
gnu: python-apprise: Update to 1.9.1.
* gnu/packages/python-xyz.scm (python-apprise): Update to 1.9.1.
[propagated-inputs]: Remove python-dataclasses.
[native-inputs]: Remove python-coverage, python-cryptography, and
python-paho-mqtt.
Change-Id: I1fea6ae1fec1d89a3673c0632da7583e926b1970
---
gnu/packages/python-xyz.scm | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 71bdf5a719..9b71744851 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -313,13 +313,13 @@
(define-public python-apprise
(package
(name "python-apprise")
- (version "1.7.4")
+ (version "1.9.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "apprise" version))
(sha256
- (base32 "0wvs1k71fipn617y9wsdcvwcgg2pd0nvriarlwl4438la4086ppg"))))
+ (base32 "12a6wh6ri2gr043ivghs0ivyfin80rfcqddv279gyvfq84nd1v3r"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -330,21 +330,18 @@
" and not
test_plugin_mqtt_tls_no_verify_success"))))
(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-paho-mqtt
- python-pytest
- python-pytest-cov
- python-pytest-mock
- python-pytest-xdist
- python-setuptools
- python-wheel))
+ (native-inputs
+ (list python-babel
+ python-pytest
+ python-pytest-cov
+ python-pytest-mock
+ python-pytest-xdist
+ python-setuptools
+ python-wheel))
(home-page "https://github.com/caronc/apprise")
(synopsis
"Push notification Python library that works with many platforms")
- branch python-team updated (f725d59ffa -> 883fd35c80), guix-commits, 2025/01/02
- 03/11: gnu: python-nr-date: Remove old version of dataclasses., guix-commits, 2025/01/02
- 08/11: gnu: python-aws-xray-sdk: Update to 2.14.0., guix-commits, 2025/01/02
- 09/11: gnu: python-jose: Fix build., guix-commits, 2025/01/02
- 06/11: gnu: python-botocore: Update to 1.35.90., guix-commits, 2025/01/02
- 05/11: gnu: python-botocore: Limit number of parallel test workers., guix-commits, 2025/01/02
- 04/11: gnu: python-astral: Remove old version of dataclasses., guix-commits, 2025/01/02
- 07/11: gnu: python-pyvisa: Update to 1.14.1., guix-commits, 2025/01/02
- 01/11: gnu: python-jsonargparse: Remove old version of dataclasses., guix-commits, 2025/01/02
- 02/11: gnu: python-apprise: Update to 1.9.1.,
guix-commits <=
- 10/11: gnu: python-dnspython-1.16: Add missing inputs., guix-commits, 2025/01/02
- 11/11: gnu: python-py-partiql-parser: Update to 0.6.1., guix-commits, 2025/01/02