Skip to content

Commit

Permalink
bumped version to v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Dec 2, 2021
1 parent 3831e1b commit 68f371a
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 18 deletions.
2 changes: 1 addition & 1 deletion apprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# THE SOFTWARE.

__title__ = 'Apprise'
__version__ = '0.9.5.1'
__version__ = '0.9.6'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2021 Chris Caron <[email protected]>'
Expand Down
56 changes: 53 additions & 3 deletions apprise/i18n/apprise.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,22 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: apprise 0.9.5.1\n"
"Project-Id-Version: apprise 0.9.6\n"
"Report-Msgid-Bugs-To: [email protected]\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"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\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"
msgstr ""
Expand Down Expand Up @@ -137,6 +143,9 @@ msgstr ""
msgid "Cycles"
msgstr ""

msgid "DBus Notification"
msgstr ""

msgid "Details"
msgstr ""

Expand Down Expand Up @@ -215,6 +224,9 @@ msgstr ""
msgid "From Phone No"
msgstr ""

msgid "Gnome Notification"
msgstr ""

msgid "Group"
msgstr ""

Expand Down Expand Up @@ -269,6 +281,9 @@ msgstr ""
msgid "Long-Lived Access Token"
msgstr ""

msgid "MacOSX Notification"
msgstr ""

msgid "Master Key"
msgstr ""

Expand All @@ -281,6 +296,9 @@ msgstr ""
msgid "Message Mode"
msgstr ""

msgid "Message Type"
msgstr ""

msgid "Modal"
msgstr ""

Expand All @@ -293,6 +311,9 @@ msgstr ""
msgid "Name"
msgstr ""

msgid "No dependencies."
msgstr ""

msgid "Notification ID"
msgstr ""

Expand All @@ -305,6 +326,11 @@ msgstr ""
msgid "OAuth2 KeyFile"
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"
msgstr ""

Expand All @@ -314,6 +340,12 @@ msgstr ""
msgid "Overflow Mode"
msgstr ""

msgid "Packages are recommended to improve functionality."
msgstr ""

msgid "Packages are required to function."
msgstr ""

msgid "Password"
msgstr ""

Expand Down Expand Up @@ -389,6 +421,9 @@ msgstr ""
msgid "Server Timeout"
msgstr ""

msgid "Silent Notification"
msgstr ""

msgid "Socket Connect Timeout"
msgstr ""

Expand Down Expand Up @@ -542,12 +577,21 @@ msgstr ""
msgid "Token C"
msgstr ""

msgid "URL"
msgstr ""

msgid "URL Title"
msgstr ""

msgid "Urgency"
msgstr ""

msgid "Use Avatar"
msgstr ""

msgid "Use Blocks"
msgstr ""

msgid "Use Fields"
msgstr ""

Expand Down Expand Up @@ -578,6 +622,9 @@ msgstr ""
msgid "Web Based"
msgstr ""

msgid "Web Page Preview"
msgstr ""

msgid "Webhook"
msgstr ""

Expand Down Expand Up @@ -605,6 +652,9 @@ msgstr ""
msgid "Y-Axis"
msgstr ""

msgid "libdbus-1.so.x must be installed."
msgstr ""

msgid "ttl"
msgstr ""

17 changes: 4 additions & 13 deletions packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SparkPost, Super Toasty, Streamlabs, Stride, Syslog, Techulus Push, Telegram,
Twilio, Twitter, Twist, XBMC, XMPP, Webex Teams}

Name: python-%{pypi_name}
Version: 0.9.5.1
Version: 0.9.6
Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today
License: MIT
Expand Down Expand Up @@ -145,12 +145,6 @@ 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) || (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}-babel
BuildRequires: python%{python3_pkgversion}-cryptography
Expand All @@ -159,12 +153,6 @@ 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) || (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

%if %{with tests}
Expand Down Expand Up @@ -248,6 +236,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif

%changelog
* Wed Dec 1 2021 Chris Caron <[email protected]> - 0.9.6-1
- Updated to v0.9.6

* Sat Sep 18 2021 Chris Caron <[email protected]> - 0.9.5.1-2
- Updated to v0.9.5.1

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

setup(
name='apprise',
version='0.9.5.1',
version='0.9.6',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 68f371a

Please sign in to comment.