mirror of
https://github.com/caronc/apprise.git
synced 2024-11-22 08:04:02 +01:00
bumped version to v0.9.8
This commit is contained in:
parent
65d447ec4c
commit
32e2a79dd0
@ -29,7 +29,6 @@ from os.path import join
|
||||
from os.path import dirname
|
||||
from os.path import isfile
|
||||
from os.path import abspath
|
||||
from locale import getpreferredencoding
|
||||
from .common import NotifyType
|
||||
|
||||
|
||||
@ -120,7 +119,7 @@ class AppriseAsset(object):
|
||||
interpret_escapes = False
|
||||
|
||||
# Defines the encoding of the content passed into Apprise
|
||||
encoding = getpreferredencoding()
|
||||
encoding = 'utf-8'
|
||||
|
||||
# For more detail see CWE-312 @
|
||||
# https://cwe.mitre.org/data/definitions/312.html
|
||||
|
@ -24,7 +24,7 @@
|
||||
# THE SOFTWARE.
|
||||
|
||||
__title__ = 'Apprise'
|
||||
__version__ = '0.9.7'
|
||||
__version__ = '0.9.8'
|
||||
__author__ = 'Chris Caron'
|
||||
__license__ = 'MIT'
|
||||
__copywrite__ = 'Copyright (C) 2022 Chris Caron <lead2gold@gmail.com>'
|
||||
|
@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: apprise 0.9.7\n"
|
||||
"Project-Id-Version: apprise 0.9.8\n"
|
||||
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
|
||||
"POT-Creation-Date: 2022-02-02 14:27-0500\n"
|
||||
"POT-Creation-Date: 2022-04-19 12:42-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -77,6 +77,12 @@ msgstr ""
|
||||
msgid "Application Secret"
|
||||
msgstr ""
|
||||
|
||||
msgid "Attach"
|
||||
msgstr ""
|
||||
|
||||
msgid "Attach Filename"
|
||||
msgstr ""
|
||||
|
||||
msgid "Auth Token"
|
||||
msgstr ""
|
||||
|
||||
@ -119,6 +125,9 @@ msgstr ""
|
||||
msgid "Channels"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click"
|
||||
msgstr ""
|
||||
|
||||
msgid "Client ID"
|
||||
msgstr ""
|
||||
|
||||
@ -152,6 +161,9 @@ msgstr ""
|
||||
msgid "Data Entries"
|
||||
msgstr ""
|
||||
|
||||
msgid "Delay"
|
||||
msgstr ""
|
||||
|
||||
msgid "Details"
|
||||
msgstr ""
|
||||
|
||||
@ -442,6 +454,9 @@ msgstr ""
|
||||
msgid "Server Timeout"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show Status"
|
||||
msgstr ""
|
||||
|
||||
msgid "Silent Notification"
|
||||
msgstr ""
|
||||
|
||||
@ -601,6 +616,9 @@ msgstr ""
|
||||
msgid "Token C"
|
||||
msgstr ""
|
||||
|
||||
msgid "Topic"
|
||||
msgstr ""
|
||||
|
||||
msgid "Transmitter Groups"
|
||||
msgstr ""
|
||||
|
||||
|
@ -59,7 +59,7 @@ Super Toasty, Streamlabs, Stride, Syslog, Techulus Push, Telegram, Twilio,
|
||||
Twitter, Twist, XBMC, XMPP, Webex Teams}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.9.7
|
||||
Version: 0.9.8
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple wrapper to many popular notification services used today
|
||||
License: MIT
|
||||
@ -237,6 +237,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 18 2022 Chris Caron <lead2gold@gmail.com> - 0.9.8-1
|
||||
- Updated to v0.9.8
|
||||
|
||||
* Wed Feb 2 2022 Chris Caron <lead2gold@gmail.com> - 0.9.7-1
|
||||
- Updated to v0.9.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user