bumped version to v0.9.6

This commit is contained in:
Chris Caron 2021-12-01 20:00:27 -05:00
parent 3831e1bb52
commit 68f371a63a
4 changed files with 59 additions and 18 deletions

View File

@ -24,7 +24,7 @@
# THE SOFTWARE. # THE SOFTWARE.
__title__ = 'Apprise' __title__ = 'Apprise'
__version__ = '0.9.5.1' __version__ = '0.9.6'
__author__ = 'Chris Caron' __author__ = 'Chris Caron'
__license__ = 'MIT' __license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>' __copywrite__ = 'Copyright (C) 2021 Chris Caron <lead2gold@gmail.com>'

View File

@ -6,16 +6,22 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: apprise 0.9.5.1\n" "Project-Id-Version: apprise 0.9.6\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2021-09-18 16:01-0400\n" "POT-Creation-Date: 2021-12-01 18:56-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"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.1\n" "Generated-By: Babel 2.9.1\n"
msgid "A local Gnome environment is required."
msgstr ""
msgid "A local Microsoft Windows environment is required."
msgstr ""
msgid "API Key" msgid "API Key"
msgstr "" msgstr ""
@ -137,6 +143,9 @@ msgstr ""
msgid "Cycles" msgid "Cycles"
msgstr "" msgstr ""
msgid "DBus Notification"
msgstr ""
msgid "Details" msgid "Details"
msgstr "" msgstr ""
@ -215,6 +224,9 @@ msgstr ""
msgid "From Phone No" msgid "From Phone No"
msgstr "" msgstr ""
msgid "Gnome Notification"
msgstr ""
msgid "Group" msgid "Group"
msgstr "" msgstr ""
@ -269,6 +281,9 @@ msgstr ""
msgid "Long-Lived Access Token" msgid "Long-Lived Access Token"
msgstr "" msgstr ""
msgid "MacOSX Notification"
msgstr ""
msgid "Master Key" msgid "Master Key"
msgstr "" msgstr ""
@ -281,6 +296,9 @@ msgstr ""
msgid "Message Mode" msgid "Message Mode"
msgstr "" msgstr ""
msgid "Message Type"
msgstr ""
msgid "Modal" msgid "Modal"
msgstr "" msgstr ""
@ -293,6 +311,9 @@ msgstr ""
msgid "Name" msgid "Name"
msgstr "" msgstr ""
msgid "No dependencies."
msgstr ""
msgid "Notification ID" msgid "Notification ID"
msgstr "" msgstr ""
@ -305,6 +326,11 @@ msgstr ""
msgid "OAuth2 KeyFile" msgid "OAuth2 KeyFile"
msgstr "" msgstr ""
msgid ""
"Only works with Mac OS X 10.8 and higher. Additionally requires that "
"/usr/local/bin/terminal-notifier is locally accessible."
msgstr ""
msgid "Organization" msgid "Organization"
msgstr "" msgstr ""
@ -314,6 +340,12 @@ msgstr ""
msgid "Overflow Mode" msgid "Overflow Mode"
msgstr "" msgstr ""
msgid "Packages are recommended to improve functionality."
msgstr ""
msgid "Packages are required to function."
msgstr ""
msgid "Password" msgid "Password"
msgstr "" msgstr ""
@ -389,6 +421,9 @@ msgstr ""
msgid "Server Timeout" msgid "Server Timeout"
msgstr "" msgstr ""
msgid "Silent Notification"
msgstr ""
msgid "Socket Connect Timeout" msgid "Socket Connect Timeout"
msgstr "" msgstr ""
@ -542,12 +577,21 @@ msgstr ""
msgid "Token C" msgid "Token C"
msgstr "" msgstr ""
msgid "URL"
msgstr ""
msgid "URL Title"
msgstr ""
msgid "Urgency" msgid "Urgency"
msgstr "" msgstr ""
msgid "Use Avatar" msgid "Use Avatar"
msgstr "" msgstr ""
msgid "Use Blocks"
msgstr ""
msgid "Use Fields" msgid "Use Fields"
msgstr "" msgstr ""
@ -578,6 +622,9 @@ msgstr ""
msgid "Web Based" msgid "Web Based"
msgstr "" msgstr ""
msgid "Web Page Preview"
msgstr ""
msgid "Webhook" msgid "Webhook"
msgstr "" msgstr ""
@ -605,6 +652,9 @@ msgstr ""
msgid "Y-Axis" msgid "Y-Axis"
msgstr "" msgstr ""
msgid "libdbus-1.so.x must be installed."
msgstr ""
msgid "ttl" msgid "ttl"
msgstr "" msgstr ""

View File

@ -58,7 +58,7 @@ SparkPost, Super Toasty, Streamlabs, Stride, Syslog, Techulus Push, Telegram,
Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams} Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.9.5.1 Version: 0.9.6
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: MIT License: MIT
@ -145,12 +145,6 @@ BuildRequires: python%{python3_pkgversion}-requests-oauthlib
BuildRequires: python%{python3_pkgversion}-six BuildRequires: python%{python3_pkgversion}-six
BuildRequires: python%{python3_pkgversion}-click >= 5.0 BuildRequires: python%{python3_pkgversion}-click >= 5.0
BuildRequires: python%{python3_pkgversion}-markdown BuildRequires: python%{python3_pkgversion}-markdown
%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
%endif
BuildRequires: python%{python3_pkgversion}-yaml BuildRequires: python%{python3_pkgversion}-yaml
BuildRequires: python%{python3_pkgversion}-babel BuildRequires: python%{python3_pkgversion}-babel
BuildRequires: python%{python3_pkgversion}-cryptography BuildRequires: python%{python3_pkgversion}-cryptography
@ -159,12 +153,6 @@ Requires: python%{python3_pkgversion}-requests-oauthlib
Requires: python%{python3_pkgversion}-six Requires: python%{python3_pkgversion}-six
Requires: python%{python3_pkgversion}-markdown Requires: python%{python3_pkgversion}-markdown
Requires: python%{python3_pkgversion}-cryptography Requires: python%{python3_pkgversion}-cryptography
%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
%endif
Requires: python%{python3_pkgversion}-yaml Requires: python%{python3_pkgversion}-yaml
%if %{with tests} %if %{with tests}
@ -248,6 +236,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif %endif
%changelog %changelog
* Wed Dec 1 2021 Chris Caron <lead2gold@gmail.com> - 0.9.6-1
- Updated to v0.9.6
* Sat Sep 18 2021 Chris Caron <lead2gold@gmail.com> - 0.9.5.1-2 * Sat Sep 18 2021 Chris Caron <lead2gold@gmail.com> - 0.9.5.1-2
- Updated to v0.9.5.1 - Updated to v0.9.5.1

View File

@ -62,7 +62,7 @@ else:
setup( setup(
name='apprise', name='apprise',
version='0.9.5.1', version='0.9.6',
description='Push Notifications that work with just about every platform!', description='Push Notifications that work with just about every platform!',
license='MIT', license='MIT',
long_description=open('README.md').read(), long_description=open('README.md').read(),