Skip to content

Commit

Permalink
incremented version to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Apr 7, 2019
1 parent ba8cda5 commit 04079f6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 29 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.7.4'
__version__ = '0.7.5'
__author__ = 'Chris Caron'
__license__ = 'MIT'
__copywrite__ = 'Copyright (C) 2019 Chris Caron <[email protected]>'
Expand Down
8 changes: 0 additions & 8 deletions packaging/redhat/apprise-remove-shebang-on-cli.patch

This file was deleted.

29 changes: 14 additions & 15 deletions packaging/redhat/python-apprise.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
%endif # using rhel7

Name: python-apprise
Version: 0.7.4
Version: 0.7.5
Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today
License: MIT
Expand All @@ -55,22 +55,18 @@ Source1: apprise.1
# correctly handle test coverage. It also removes reference to a
# extra check not supported in py.test in EPEL7 builds
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

%description
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
it easy to access:

Boxcar, Discord, E-Mail, Emby, Faast, Growl, IFTTT, Join, KODI, MatterMost,
Matrix, Notify My Android, Prowl, Pushalot, PushBullet, Pushjet, Pushover,
Rocket.Chat, Slack, Super Toasty, Stride, Telegram, Twitter, XBMC
Boxcar, Discord, E-Mail, Emby, Faast, Flock, Gitter, Gotify, Growl, IFTTT,
Join, KODI, MatterMost, Matrix, Microsoft Windows Notifications,
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}
%package -n python2-apprise
Expand Down Expand Up @@ -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
it easy to access:

Boxcar, Discord, E-Mail, Emby, Faast, Growl, IFTTT, Join, KODI, MatterMost,
Matrix, Notify My Android, Prowl, Pushalot, PushBullet, Pushjet, Pushover,
Rocket.Chat, Slack, Super Toasty, Stride, Telegram, Twitter, XBMC
Boxcar, Discord, E-Mail, Emby, Faast, Flock, Gitter, Gotify, Growl, IFTTT,
Join, KODI, MatterMost, Matrix, Microsoft Windows Notifications,
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

%package -n apprise
Expand Down Expand Up @@ -182,8 +180,6 @@ Rocket.Chat, Slack, Super Toasty, Stride, Telegram, Twitter, XBMC
# rhel7 older package work-arounds
%patch0 -p1
%endif # using rhel7
# Remove shebang
%patch1 -p1

%build
%if 0%{?with_python2}
Expand Down Expand Up @@ -251,6 +247,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
%endif # with_python2

%changelog
* Sun Apr 7 2019 Chris Caron <[email protected]> - 0.7.5-1
- Updated to v0.7.5

* Sun Mar 10 2019 Chris Caron <[email protected]> - 0.7.4-1
- Updated to v0.7.4
- Fedora review process added a man page, spec restructuring and 2 patch files
Expand Down
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,17 @@

setup(
name='apprise',
version='0.7.4',
version='0.7.5',
description='Push Notifications that work with just about every platform!',
license='MIT',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
url='https://github.com/caronc/apprise',
keywords='Push Notifications Email AWS SNS Boxcar Discord Dbus Emby Faast '
'Gnome Gotify Growl IFTTT Join KODI Matrix Mattermost Prowl'
'PushBullet Pushjet Pushed Pushover Rocket.Chat Ryver Slack Telegram '
'Twitter XBMC Microsoft Windows CLI API',
keywords='Push Notifications Email AWS SNS Boxcar Discord Dbus Emby '
'Faast Flock Gitter Gnome Gotify Growl IFTTT Join KODI Matrix '
'Mattermost Matrix Prowl PushBullet Pushjet Pushed Pushover '
'Rocket.Chat Ryver Slack Stride Telegram Twitter XBMC Microsoft '
'Windows Webex CLI API',
author='Chris Caron',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit 04079f6

Please sign in to comment.