mirror of
https://github.com/caronc/apprise.git
synced 2025-01-07 14:39:51 +01:00
incremented version to 0.7.5
This commit is contained in:
parent
ba8cda5a52
commit
04079f6f6d
@ -24,7 +24,7 @@
|
|||||||
# THE SOFTWARE.
|
# THE SOFTWARE.
|
||||||
|
|
||||||
__title__ = 'apprise'
|
__title__ = 'apprise'
|
||||||
__version__ = '0.7.4'
|
__version__ = '0.7.5'
|
||||||
__author__ = 'Chris Caron'
|
__author__ = 'Chris Caron'
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
__copywrite__ = 'Copyright (C) 2019 Chris Caron <lead2gold@gmail.com>'
|
__copywrite__ = 'Copyright (C) 2019 Chris Caron <lead2gold@gmail.com>'
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
diff -Naur apprise-0.7.4/apprise/cli.py apprise-0.7.4-patched/apprise/cli.py
|
|
||||||
--- apprise-0.7.4/apprise/cli.py 2019-03-10 10:52:36.000000000 -0400
|
|
||||||
+++ apprise-0.7.4-patched/apprise/cli.py 2019-03-13 19:20:31.284335462 -0400
|
|
||||||
@@ -1,4 +1,3 @@
|
|
||||||
-#!/usr/bin/env python
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
# Copyright (C) 2019 Chris Caron <lead2gold@gmail.com>
|
|
@ -41,7 +41,7 @@
|
|||||||
%endif # using rhel7
|
%endif # using rhel7
|
||||||
|
|
||||||
Name: python-apprise
|
Name: python-apprise
|
||||||
Version: 0.7.4
|
Version: 0.7.5
|
||||||
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
|
||||||
@ -55,12 +55,6 @@ Source1: apprise.1
|
|||||||
# correctly handle test coverage. It also removes reference to a
|
# correctly handle test coverage. It also removes reference to a
|
||||||
# extra check not supported in py.test in EPEL7 builds
|
# extra check not supported in py.test in EPEL7 builds
|
||||||
Patch0: apprise-rhel7-support.patch
|
Patch0: apprise-rhel7-support.patch
|
||||||
# This patch was discovered during a public review made on this package
|
|
||||||
# with the fedora packaging team. Rather then spin a new release, this
|
|
||||||
# patch will allow the cli she-bang details to be set correctly; they should
|
|
||||||
# hae never been hardcoded in the first place. This will be removed in
|
|
||||||
# the next release
|
|
||||||
Patch1: apprise-remove-shebang-on-cli.patch
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -68,9 +62,11 @@ Apprise is a Python package for simplifying access to all of the different
|
|||||||
notification services that are out there. Apprise opens the door and makes
|
notification services that are out there. Apprise opens the door and makes
|
||||||
it easy to access:
|
it easy to access:
|
||||||
|
|
||||||
Boxcar, Discord, E-Mail, Emby, Faast, Growl, IFTTT, Join, KODI, MatterMost,
|
Boxcar, Discord, E-Mail, Emby, Faast, Flock, Gitter, Gotify, Growl, IFTTT,
|
||||||
Matrix, Notify My Android, Prowl, Pushalot, PushBullet, Pushjet, Pushover,
|
Join, KODI, MatterMost, Matrix, Microsoft Windows Notifications,
|
||||||
Rocket.Chat, Slack, Super Toasty, Stride, Telegram, Twitter, XBMC
|
Microsoft Teams, Notify My Android, Prowl, Pushalot, PushBullet, Pushjet,
|
||||||
|
Pushover, Rocket.Chat, Slack, Super Toasty, Stride, Telegram, Twitter, XBMC,
|
||||||
|
XMPP, Webex Teams
|
||||||
|
|
||||||
%if 0%{?with_python2}
|
%if 0%{?with_python2}
|
||||||
%package -n python2-apprise
|
%package -n python2-apprise
|
||||||
@ -115,9 +111,11 @@ Apprise is a Python package for simplifying access to all of the different
|
|||||||
notification services that are out there. Apprise opens the door and makes
|
notification services that are out there. Apprise opens the door and makes
|
||||||
it easy to access:
|
it easy to access:
|
||||||
|
|
||||||
Boxcar, Discord, E-Mail, Emby, Faast, Growl, IFTTT, Join, KODI, MatterMost,
|
Boxcar, Discord, E-Mail, Emby, Faast, Flock, Gitter, Gotify, Growl, IFTTT,
|
||||||
Matrix, Notify My Android, Prowl, Pushalot, PushBullet, Pushjet, Pushover,
|
Join, KODI, MatterMost, Matrix, Microsoft Windows Notifications,
|
||||||
Rocket.Chat, Slack, Super Toasty, Stride, Telegram, Twitter, XBMC
|
Microsoft Teams, Notify My Android, Prowl, Pushalot, PushBullet, Pushjet,
|
||||||
|
Pushover, Rocket.Chat, Slack, Super Toasty, Stride, Telegram, Twitter, XBMC,
|
||||||
|
XMPP, Webex Teams
|
||||||
%endif # with_python2
|
%endif # with_python2
|
||||||
|
|
||||||
%package -n apprise
|
%package -n apprise
|
||||||
@ -182,8 +180,6 @@ Rocket.Chat, Slack, Super Toasty, Stride, Telegram, Twitter, XBMC
|
|||||||
# rhel7 older package work-arounds
|
# rhel7 older package work-arounds
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%endif # using rhel7
|
%endif # using rhel7
|
||||||
# Remove shebang
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?with_python2}
|
%if 0%{?with_python2}
|
||||||
@ -251,6 +247,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
|
|||||||
%endif # with_python2
|
%endif # with_python2
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Apr 7 2019 Chris Caron <lead2gold@gmail.com> - 0.7.5-1
|
||||||
|
- Updated to v0.7.5
|
||||||
|
|
||||||
* Sun Mar 10 2019 Chris Caron <lead2gold@gmail.com> - 0.7.4-1
|
* Sun Mar 10 2019 Chris Caron <lead2gold@gmail.com> - 0.7.4-1
|
||||||
- Updated to v0.7.4
|
- Updated to v0.7.4
|
||||||
- Fedora review process added a man page, spec restructuring and 2 patch files
|
- Fedora review process added a man page, spec restructuring and 2 patch files
|
||||||
|
11
setup.py
11
setup.py
@ -50,16 +50,17 @@ else:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='apprise',
|
name='apprise',
|
||||||
version='0.7.4',
|
version='0.7.5',
|
||||||
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(),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
url='https://github.com/caronc/apprise',
|
url='https://github.com/caronc/apprise',
|
||||||
keywords='Push Notifications Email AWS SNS Boxcar Discord Dbus Emby Faast '
|
keywords='Push Notifications Email AWS SNS Boxcar Discord Dbus Emby '
|
||||||
'Gnome Gotify Growl IFTTT Join KODI Matrix Mattermost Prowl'
|
'Faast Flock Gitter Gnome Gotify Growl IFTTT Join KODI Matrix '
|
||||||
'PushBullet Pushjet Pushed Pushover Rocket.Chat Ryver Slack Telegram '
|
'Mattermost Matrix Prowl PushBullet Pushjet Pushed Pushover '
|
||||||
'Twitter XBMC Microsoft Windows CLI API',
|
'Rocket.Chat Ryver Slack Stride Telegram Twitter XBMC Microsoft '
|
||||||
|
'Windows Webex CLI API',
|
||||||
author='Chris Caron',
|
author='Chris Caron',
|
||||||
author_email='lead2gold@gmail.com',
|
author_email='lead2gold@gmail.com',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
Loading…
Reference in New Issue
Block a user