bumped version to v1.3.0

pull/839/head v1.3.0
Chris Caron 2 years ago
parent 4c542070eb
commit 6458ab0506

@ -1,29 +1,27 @@
BSD 3-Clause License Copyright (c) Chris Caron <lead2gold@gmail.com>
All rights reserved.
Apprise - Push Notification Library. Redistribution and use in source and binary forms, with or without modification,
Copyright (c) 2023, Chris Caron <lead2gold@gmail.com> are permitted provided that the following conditions are met:
Redistribution and use in source and binary forms, with or without 1. Redistributions of source code must retain the above copyright notice,
modification, are permitted provided that the following conditions are met: this list of conditions and the following disclaimer.
1. Redistributions of source code must retain the above copyright notice, this 2. Redistributions in binary form must reproduce the above copyright
list of conditions and the following disclaimer. notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
2. Redistributions in binary form must reproduce the above copyright notice, 3. Neither the name of Django nor the names of its contributors may be used
this list of conditions and the following disclaimer in the documentation to endorse or promote products derived from this software without
and/or other materials provided with the distribution. specific prior written permission.
3. Neither the name of the copyright holder nor the names of its THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
contributors may be used to endorse or promote products derived from ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
this software without specific prior written permission. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

@ -31,9 +31,9 @@
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
__title__ = 'Apprise' __title__ = 'Apprise'
__version__ = '1.2.1' __version__ = '1.3.0'
__author__ = 'Chris Caron' __author__ = 'Chris Caron'
__license__ = 'GPLv2' __license__ = 'BSD'
__copywrite__ = 'Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>' __copywrite__ = 'Copyright (C) 2023 Chris Caron <lead2gold@gmail.com>'
__email__ = 'lead2gold@gmail.com' __email__ = 'lead2gold@gmail.com'
__status__ = 'Production' __status__ = 'Production'

@ -1,14 +1,14 @@
# Translations template for apprise. # Translations template for apprise.
# Copyright (C) 2022 Chris Caron # Copyright (C) 2023 Chris Caron
# This file is distributed under the same license as the apprise project. # This file is distributed under the same license as the apprise project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022. # FIRST AUTHOR <EMAIL@ADDRESS>, 2023.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: apprise 1.2.1\n" "Project-Id-Version: apprise 1.3.0\n"
"Report-Msgid-Bugs-To: lead2gold@gmail.com\n" "Report-Msgid-Bugs-To: lead2gold@gmail.com\n"
"POT-Creation-Date: 2022-12-28 09:43-0500\n" "POT-Creation-Date: 2023-02-22 17:31-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"
@ -50,6 +50,9 @@ msgstr ""
msgid "Account SID" msgid "Account SID"
msgstr "" msgstr ""
msgid "Action"
msgstr ""
msgid "Add Tokens" msgid "Add Tokens"
msgstr "" msgstr ""
@ -83,6 +86,9 @@ msgstr ""
msgid "Attach" msgid "Attach"
msgstr "" msgstr ""
msgid "Attach File As"
msgstr ""
msgid "Attach Filename" msgid "Attach Filename"
msgstr "" msgstr ""
@ -92,6 +98,9 @@ msgstr ""
msgid "Authentication Key" msgid "Authentication Key"
msgstr "" msgstr ""
msgid "Authentication Type"
msgstr ""
msgid "Authorization Token" msgid "Authorization Token"
msgstr "" msgstr ""
@ -305,6 +314,9 @@ msgstr ""
msgid "Include Segment" msgid "Include Segment"
msgstr "" msgstr ""
msgid "Integration ID"
msgstr ""
msgid "Is Ad?" msgid "Is Ad?"
msgstr "" msgstr ""
@ -353,6 +365,9 @@ msgstr ""
msgid "Message Type" msgid "Message Type"
msgstr "" msgstr ""
msgid "Meta Extras"
msgstr ""
msgid "Modal" msgid "Modal"
msgstr "" msgstr ""
@ -658,6 +673,9 @@ msgstr ""
msgid "Text To Speech" msgid "Text To Speech"
msgstr "" msgstr ""
msgid "Third Party ID"
msgstr ""
msgid "Thread ID" msgid "Thread ID"
msgstr "" msgstr ""
@ -715,6 +733,9 @@ msgstr ""
msgid "Use Session" msgid "Use Session"
msgstr "" msgstr ""
msgid "User Email"
msgstr ""
msgid "User ID" msgid "User ID"
msgstr "" msgstr ""

@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# BSD 3-Clause License # BSD 3-Clause License
# #
# Apprise - Push Notification Library. # Apprise - Push Notification Library.
@ -57,7 +56,7 @@ SparkPost, Super Toasty, Streamlabs, Stride, Syslog, Techulus Push, Telegram,
Twilio, Twitter, Twist, XBMC, Voipms, Vonage, Webex Teams} Twilio, Twitter, Twist, XBMC, Voipms, Vonage, Webex Teams}
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.2.1 Version: 1.3.0
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
@ -187,6 +186,12 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%{python3_sitelib}/%{pypi_name}/cli.* %{python3_sitelib}/%{pypi_name}/cli.*
%changelog %changelog
* Wed Feb 22 2023 Chris Caron <lead2gold@gmail.com> - 1.3.0
- Updated to v1.3.0
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Dec 28 2022 Chris Caron <lead2gold@gmail.com> - 1.2.1-1 * Wed Dec 28 2022 Chris Caron <lead2gold@gmail.com> - 1.2.1-1
- Updated to v1.2.1 - Updated to v1.2.1

@ -66,9 +66,9 @@ else:
setup( setup(
name='apprise', name='apprise',
version='1.2.1', version='1.3.0',
description='Push Notifications that work with just about every platform!', description='Push Notifications that work with just about every platform!',
license='GPLv2', license='BSD',
long_description=open('README.md', encoding="utf-8").read(), long_description=open('README.md', encoding="utf-8").read(),
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
cmdclass=cmdclass, cmdclass=cmdclass,

Loading…
Cancel
Save