mirror of https://github.com/caronc/apprise
parent
645baeb55c
commit
b4798e31b3
|
@ -27,7 +27,7 @@
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
__title__ = 'Apprise'
|
__title__ = 'Apprise'
|
||||||
__version__ = '1.7.2'
|
__version__ = '1.7.3'
|
||||||
__author__ = 'Chris Caron'
|
__author__ = 'Chris Caron'
|
||||||
__license__ = 'BSD'
|
__license__ = 'BSD'
|
||||||
__copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>'
|
__copywrite__ = 'Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>'
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: apprise 1.7.2\n"
|
"Project-Id-Version: apprise 1.7.3\n"
|
||||||
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
||||||
"POT-Creation-Date: 2024-01-27 15:34-0500\n"
|
"POT-Creation-Date: 2024-03-03 18:04-0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -143,6 +143,9 @@ msgstr ""
|
||||||
msgid "Category"
|
msgid "Category"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Channel ID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Channels"
|
msgid "Channels"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -233,6 +236,9 @@ msgstr ""
|
||||||
msgid "Email Header"
|
msgid "Email Header"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Embed URL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Entity"
|
msgid "Entity"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -308,6 +314,9 @@ msgstr ""
|
||||||
msgid "Icon Type"
|
msgid "Icon Type"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Icon URL"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Idempotency-Key"
|
msgid "Idempotency-Key"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "APPRISE" "1" "January 2024" "Chris Caron <lead2gold@gmail.com>" ""
|
.TH "APPRISE" "1" "March 2024" "Chris Caron <lead2gold@gmail.com>" ""
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBapprise\fR \- Push Notifications that work with just about every platform!
|
\fBapprise\fR \- Push Notifications that work with just about every platform!
|
||||||
|
@ -235,18 +235,24 @@ Configuration files can be directly referenced via \fBapprise\fR when referencin
|
||||||
|
|
||||||
~/\.apprise
|
~/\.apprise
|
||||||
~/\.apprise\.yml
|
~/\.apprise\.yml
|
||||||
|
~/\.apprise\.yaml
|
||||||
~/\.config/apprise
|
~/\.config/apprise
|
||||||
~/\.config/apprise\.yml
|
~/\.config/apprise\.yml
|
||||||
|
~/\.config/apprise\.yaml
|
||||||
|
|
||||||
~/\.apprise/apprise
|
~/\.apprise/apprise
|
||||||
|
~/\.apprise/apprise\.yml
|
||||||
~/\.apprise/apprise\.yaml
|
~/\.apprise/apprise\.yaml
|
||||||
~/\.config/apprise/apprise
|
~/\.config/apprise/apprise
|
||||||
|
~/\.config/apprise/apprise\.yml
|
||||||
~/\.config/apprise/apprise\.yaml
|
~/\.config/apprise/apprise\.yaml
|
||||||
|
|
||||||
/etc/apprise
|
/etc/apprise
|
||||||
/etc/apprise\.yml
|
/etc/apprise\.yml
|
||||||
|
/etc/apprise\.yaml
|
||||||
/etc/apprise/apprise
|
/etc/apprise/apprise
|
||||||
/etc/apprise/apprise\.yml
|
/etc/apprise/apprise\.yml
|
||||||
|
/etc/apprise/apprise\.yaml
|
||||||
.
|
.
|
||||||
.fi
|
.fi
|
||||||
.
|
.
|
||||||
|
|
|
@ -278,18 +278,24 @@ in the following local locations for configuration files and loads them:</p>
|
||||||
|
|
||||||
<pre><code>~/.apprise
|
<pre><code>~/.apprise
|
||||||
~/.apprise.yml
|
~/.apprise.yml
|
||||||
|
~/.apprise.yaml
|
||||||
~/.config/apprise
|
~/.config/apprise
|
||||||
~/.config/apprise.yml
|
~/.config/apprise.yml
|
||||||
|
~/.config/apprise.yaml
|
||||||
|
|
||||||
~/.apprise/apprise
|
~/.apprise/apprise
|
||||||
~/.apprise/apprise.yml
|
~/.apprise/apprise.yml
|
||||||
|
~/.apprise/apprise.yaml
|
||||||
~/.config/apprise/apprise
|
~/.config/apprise/apprise
|
||||||
~/.config/apprise/apprise.yml
|
~/.config/apprise/apprise.yml
|
||||||
|
~/.config/apprise/apprise.yaml
|
||||||
|
|
||||||
/etc/apprise
|
/etc/apprise
|
||||||
/etc/apprise.yml
|
/etc/apprise.yml
|
||||||
|
/etc/apprise.yaml
|
||||||
/etc/apprise/apprise
|
/etc/apprise/apprise
|
||||||
/etc/apprise/apprise.yml
|
/etc/apprise/apprise.yml
|
||||||
|
/etc/apprise/apprise.yaml
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p>If a default configuration file is referenced in any way by the <strong>apprise</strong>
|
<p>If a default configuration file is referenced in any way by the <strong>apprise</strong>
|
||||||
|
@ -313,12 +319,12 @@ configuration that you want and only specifically notify a subset of them:</p>
|
||||||
|
|
||||||
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
||||||
|
|
||||||
<p>Apprise is Copyright (C) 2024 Chris Caron <a href="mailto:lead2gold@gmail.com" data-bare-link="true">lead2gold@gmail.com</a></p>
|
<p>Apprise is Copyright (C) 2024 Chris Caron <a href="mailto:lead2gold@gmail.com" data-bare-link="true">lead2gold@gmail.com</a></p>
|
||||||
|
|
||||||
|
|
||||||
<ol class='man-decor man-foot man foot'>
|
<ol class='man-decor man-foot man foot'>
|
||||||
<li class='tl'>Chris Caron <lead2gold@gmail.com></li>
|
<li class='tl'>Chris Caron <lead2gold@gmail.com></li>
|
||||||
<li class='tc'>January 2024</li>
|
<li class='tc'>March 2024</li>
|
||||||
<li class='tr'>apprise(1)</li>
|
<li class='tr'>apprise(1)</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,7 @@ Techulus Push, Telegram, Threema Gateway, Twilio, Twitter, Twist, XBMC,
|
||||||
Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams}
|
Voipms, Vonage, WeCom Bot, WhatsApp, Webex Teams}
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.7.2
|
Version: 1.7.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A simple wrapper to many popular notification services used today
|
Summary: A simple wrapper to many popular notification services used today
|
||||||
License: BSD
|
License: BSD
|
||||||
|
@ -195,6 +195,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
|
||||||
%{python3_sitelib}/%{pypi_name}/cli.*
|
%{python3_sitelib}/%{pypi_name}/cli.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 3 2024 Chris Caron <lead2gold@gmail.com> - 1.7.3
|
||||||
|
- Updated to v1.7.3
|
||||||
|
|
||||||
* Sat Jan 27 2024 Chris Caron <lead2gold@gmail.com> - 1.7.2
|
* Sat Jan 27 2024 Chris Caron <lead2gold@gmail.com> - 1.7.2
|
||||||
- Updated to v1.7.2
|
- Updated to v1.7.2
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -62,7 +62,7 @@ else:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='apprise',
|
name='apprise',
|
||||||
version='1.7.2',
|
version='1.7.3',
|
||||||
description='Push Notifications that work with just about every platform!',
|
description='Push Notifications that work with just about every platform!',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
long_description=open('README.md', encoding="utf-8").read(),
|
long_description=open('README.md', encoding="utf-8").read(),
|
||||||
|
|
Loading…
Reference in New Issue