From 195d0efe3cb4cc1527a053792b8c4055fe634257 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 9 Mar 2024 16:49:03 -0500 Subject: [PATCH] bumped version to v1.7.4 --- apprise/__init__.py | 2 +- apprise/i18n/apprise.pot | 4 ++-- packaging/man/apprise.1 | 21 +++++++++------------ packaging/man/apprise.1.html | 23 ++++++++++------------- packaging/redhat/python-apprise.spec | 5 ++++- setup.py | 2 +- 6 files changed, 27 insertions(+), 30 deletions(-) diff --git a/apprise/__init__.py b/apprise/__init__.py index c07d769ae7..bb18eaec82 100644 --- a/apprise/__init__.py +++ b/apprise/__init__.py @@ -27,7 +27,7 @@ # POSSIBILITY OF SUCH DAMAGE. __title__ = 'Apprise' -__version__ = '1.7.3' +__version__ = '1.7.4' __author__ = 'Chris Caron' __license__ = 'BSD' __copywrite__ = 'Copyright (C) 2024 Chris Caron ' diff --git a/apprise/i18n/apprise.pot b/apprise/i18n/apprise.pot index a09ea53339..39d7ac680f 100644 --- a/apprise/i18n/apprise.pot +++ b/apprise/i18n/apprise.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apprise 1.7.3\n" +"Project-Id-Version: apprise 1.7.4\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n" -"POT-Creation-Date: 2024-03-03 18:04-0500\n" +"POT-Creation-Date: 2024-03-09 16:41-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/packaging/man/apprise.1 b/packaging/man/apprise.1 index 77fcc56d5c..1e5ca1f4a3 100644 --- a/packaging/man/apprise.1 +++ b/packaging/man/apprise.1 @@ -233,25 +233,19 @@ Configuration files can be directly referenced via \fBapprise\fR when referencin . .nf -~/\.apprise -~/\.apprise\.yml +~/\.apprise\.conf ~/\.apprise\.yaml -~/\.config/apprise -~/\.config/apprise\.yml +~/\.config/apprise\.conf ~/\.config/apprise\.yaml -~/\.apprise/apprise -~/\.apprise/apprise\.yml +~/\.apprise/apprise\.conf ~/\.apprise/apprise\.yaml -~/\.config/apprise/apprise -~/\.config/apprise/apprise\.yml +~/\.config/apprise/apprise\.conf ~/\.config/apprise/apprise\.yaml -/etc/apprise -/etc/apprise\.yml +/etc/apprise\.conf /etc/apprise\.yaml -/etc/apprise/apprise -/etc/apprise/apprise\.yml +/etc/apprise/apprise\.conf /etc/apprise/apprise\.yaml . .fi @@ -259,6 +253,9 @@ Configuration files can be directly referenced via \fBapprise\fR when referencin .IP "" 0 . .P +The \fBconfiguration files\fR specified above can also be identified with a \fB\.yml\fR extension or even just entirely removing the \fB\.conf\fR extension altogether\. +. +.P If a default configuration file is referenced in any way by the \fBapprise\fR tool, you no longer need to provide it a Service URL\. Usage of the \fBapprise\fR tool simplifies to: . .IP "" 4 diff --git a/packaging/man/apprise.1.html b/packaging/man/apprise.1.html index 839e87bbbc..4c027ccbee 100644 --- a/packaging/man/apprise.1.html +++ b/packaging/man/apprise.1.html @@ -276,28 +276,25 @@

CONFIGURATION

a cloud location (by referencing http:// or https://. By default apprise looks in the following local locations for configuration files and loads them:

-
~/.apprise
-~/.apprise.yml
+
~/.apprise.conf
 ~/.apprise.yaml
-~/.config/apprise
-~/.config/apprise.yml
+~/.config/apprise.conf
 ~/.config/apprise.yaml
 
-~/.apprise/apprise
-~/.apprise/apprise.yml
+~/.apprise/apprise.conf
 ~/.apprise/apprise.yaml
-~/.config/apprise/apprise
-~/.config/apprise/apprise.yml
+~/.config/apprise/apprise.conf
 ~/.config/apprise/apprise.yaml
 
-/etc/apprise
-/etc/apprise.yml
+/etc/apprise.conf
 /etc/apprise.yaml
-/etc/apprise/apprise
-/etc/apprise/apprise.yml
+/etc/apprise/apprise.conf
 /etc/apprise/apprise.yaml
 
+

The configuration files specified above can also be identified with a .yml +extension or even just entirely removing the .conf extension altogether.

+

If a default configuration file is referenced in any way by the apprise tool, you no longer need to provide it a Service URL. Usage of the apprise tool simplifies to:

@@ -319,7 +316,7 @@

BUGS

-

Apprise is Copyright (C) 2024 Chris Caron lead2gold@gmail.com

+

Apprise is Copyright (C) 2024 Chris Caron lead2gold@gmail.com

    diff --git a/packaging/redhat/python-apprise.spec b/packaging/redhat/python-apprise.spec index 5598af03f0..bc86c4fb5a 100644 --- a/packaging/redhat/python-apprise.spec +++ b/packaging/redhat/python-apprise.spec @@ -54,7 +54,7 @@ Techulus Push, Telegram, Threema Gateway, Twilio, Twitter, Twist, XBMC, Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams} Name: python-%{pypi_name} -Version: 1.7.3 +Version: 1.7.4 Release: 1%{?dist} Summary: A simple wrapper to many popular notification services used today License: BSD @@ -195,6 +195,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version %{python3_sitelib}/%{pypi_name}/cli.* %changelog +* Sat Mar 9 2024 Chris Caron - 1.7.4 +- Updated to v1.7.4 + * Sun Mar 3 2024 Chris Caron - 1.7.3 - Updated to v1.7.3 diff --git a/setup.py b/setup.py index a96fdecd72..a383d67e43 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup( name='apprise', - version='1.7.3', + version='1.7.4', description='Push Notifications that work with just about every platform!', license='BSD', long_description=open('README.md', encoding="utf-8").read(),