Notification time stamped 2022-08-31 23:53:53 UTC
From 4cde521958c7cc9bac88e0dc6fb3ade5c2f0e9b1 Mon Sep 17 00:00:00 2001 From: Chris Caron lead2gold@gmail.com Date: Aug 12 2021 11:06:28 +0000 Subject: Updated to v0.9.4
Signed-off-by: Chris Caron lead2gold@gmail.com
---
diff --git a/.gitignore b/.gitignore index 43668c8..51276ad 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /apprise-0.9.1.tar.gz /apprise-0.9.2.tar.gz /apprise-0.9.3.tar.gz +/apprise-0.9.4.tar.gz diff --git a/python-apprise.spec b/python-apprise.spec index 6519a8d..c09fe38 100644 --- a/python-apprise.spec +++ b/python-apprise.spec @@ -47,19 +47,19 @@ Apprise is a Python package for simplifying access to all of the different notification services that are out there. Apprise opens the door and makes it easy to access:
-Boxcar, ClickSend, Discord, E-Mail, Emby, Faast, FCM, Flock, Gitter, Google -Chat, Gotify, Growl, Home Assistant, IFTTT, Join, Kavenegar, KODI, Kumulos, -LaMetric, MacOSX, Mailgun, Mattermost, Matrix, Microsoft Windows, Microsoft -Teams, MessageBird, MSG91, MyAndroid, Nexmo, Nextcloud, Notica, Notifico, -Office365, OneSignal, Opsgenie, ParsePlatform, PopcornNotify, Prowl, Pushalot, -PushBullet, Pushjet, Pushover, PushSafer, Reddit, Rocket.Chat, SendGrid, -SimplePush, Sinch, Slack, SMTP2Go, Spontit, SparkPost, Super Toasty, Stride, -Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, +Boxcar, ClickSend, DingTalk, Discord, E-Mail, Emby, Faast, FCM, Flock, Gitter, +Google Chat, Gotify, Growl, Home Assistant, IFTTT, Join, Kavenegar, KODI, +Kumulos, LaMetric, MacOSX, Mailgun, Mattermost, Matrix, Microsoft Windows, +Microsoft Teams, MessageBird, MSG91, MyAndroid, Nexmo, Nextcloud, Notica, +Notifico, Office365, OneSignal, Opsgenie, ParsePlatform, PopcornNotify, Prowl, +Pushalot, PushBullet, Pushjet, Pushover, PushSafer, Reddit, Rocket.Chat, +SendGrid, SimplePush, Sinch, Slack, SMTP2Go, Spontit, SparkPost, Super Toasty, +Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams}
Name: python-%{pypi_name} -Version: 0.9.3 -Release: 3%{?dist} +Version: 0.9.4 +Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: MIT URL: https://github.com/caronc/%%7Bpypi_name%7D @@ -145,8 +145,8 @@ BuildRequires: python%{python3_pkgversion}-requests-oauthlib BuildRequires: python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-click >= 5.0 BuildRequires: python%{python3_pkgversion}-markdown -%if 0%{?rhel} && 0%{?rhel} >= 8 -# gntp isn't available from EPEL for RHEL/CentOS 8 +%if (0%{?rhel} && 0%{?rhel} >= 8) || (0%{?fedora} && 0%{?fedora} >= 35) +# gntp isn't available from EPEL for RHEL/CentOS 8 or Fedora 35+ %else # For all other distributions, include gntp BuildRequires: python%{python3_pkgversion}-gntp @@ -159,8 +159,8 @@ Requires: python%{python3_pkgversion}-requests-oauthlib Requires: python%{python3_pkgversion}-six Requires: python%{python3_pkgversion}-markdown Requires: python%{python3_pkgversion}-cryptography -%if 0%{?rhel} && 0%{?rhel} >= 8 -# gntp isn't available from EPEL for RHEL/CentOS 8 +%if (0%{?rhel} && 0%{?rhel} >= 8) || (0%{?fedora} && 0%{?fedora} >= 35) +# gntp isn't available from EPEL for RHEL/CentOS 8 or Fedora 35+ %else # For all other distributions, include gntp Requires: python%{python3_pkgversion}-gntp @@ -248,6 +248,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %endif
%changelog +* Wed Aug 11 2021 Chris Caron lead2gold@gmail.com - 0.9.4-1 +- Updated to v0.9.4 + * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.9.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources index 661d7fa..ddaad85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (apprise-0.9.3.tar.gz) = 8c80fdc0dedd0f0f2e561c1c735adfadd8883ac694920fef6a634bcb8368a5c4b4e0b4306c83f537abb2fad011c42a4ba41debcbc098057a52fbe61f1aaab72a +SHA512 (apprise-0.9.4.tar.gz) = 16a3649127106cc863e9b9dbe58dfe039a182ff30dc9e465034bda2a85a6792879eb9739dac3291d22acaff2da5d33c592f0b5550db77fe232f452a932af4098
https://src.fedoraproject.org/rpms/python-apprise/c/4cde521958c7cc9bac88e0dc...
scm-commits@lists.fedoraproject.org