mirror of
https://github.com/caronc/apprise.git
synced 2025-12-15 10:04:06 +08:00
bumped version to v1.9.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.\" generated with Ronn-NG/v0.9.1
|
||||
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
|
||||
.TH "APPRISE" "1" "December 2024" "Chris Caron <lead2gold@gmail.com>"
|
||||
.TH "APPRISE" "1" "January 2025" "Chris Caron <lead2gold@gmail.com>"
|
||||
.SH "NAME"
|
||||
\fBapprise\fR \- Push Notifications that work with just about every platform!
|
||||
.SH "SYNOPSIS"
|
||||
@@ -259,4 +259,4 @@ If you find any bugs, please make them known at: \fIhttps://github\.com/caronc/a
|
||||
.SH "DONATIONS"
|
||||
If you found Apprise useful at all, \fIplease consider donating\fR!
|
||||
.SH "COPYRIGHT"
|
||||
Apprise is Copyright (C) 2024 Chris Caron \fIlead2gold@gmail\.com\fR
|
||||
Apprise is Copyright (C) 2025 Chris Caron \fIlead2gold@gmail\.com\fR
|
||||
|
||||
@@ -416,11 +416,11 @@ configuration that you want and only specifically notify a subset of them:</p>
|
||||
|
||||
<h2 id="COPYRIGHT">COPYRIGHT</h2>
|
||||
|
||||
<p>Apprise is Copyright (C) 2024 Chris Caron <a href="mailto:lead2gold@gmail.com" data-bare-link="true">lead2gold@gmail.com</a></p>
|
||||
<p>Apprise is Copyright (C) 2025 Chris Caron <a href="mailto:lead2gold@gmail.com" data-bare-link="true">lead2gold@gmail.com</a></p>
|
||||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'>Chris Caron <lead2gold@gmail.com></li>
|
||||
<li class='tc'>December 2024</li>
|
||||
<li class='tc'>January 2025</li>
|
||||
<li class='tr'>apprise(1)</li>
|
||||
</ol>
|
||||
|
||||
|
||||
@@ -322,4 +322,4 @@ If you found Apprise useful at all, [please consider donating][donations]!
|
||||
|
||||
## COPYRIGHT
|
||||
|
||||
Apprise is Copyright (C) 2024 Chris Caron <lead2gold@gmail.com>
|
||||
Apprise is Copyright (C) 2025 Chris Caron <lead2gold@gmail.com>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# BSD 3-Clause License
|
||||
# BSD 2-Clause License
|
||||
#
|
||||
# Apprise - Push Notification Library.
|
||||
# Copyright (c) 2024, Chris Caron <lead2gold@gmail.com>
|
||||
# Copyright (c) 2025, Chris Caron <lead2gold@gmail.com>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions are met:
|
||||
@@ -55,7 +55,7 @@ Telegram, Threema Gateway, Twilio, Twitter, Twist, VictorOps, Voipms, Vonage,
|
||||
WeCom Bot, WhatsApp, Webex Teams, Workflows, WxPusher, XBMC}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.9.1
|
||||
Version: 1.9.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple wrapper to many popular notification services used today
|
||||
License: BSD-2-Clause
|
||||
@@ -149,6 +149,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
|
||||
%{python3_sitelib}/%{pypi_name}/cli.*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 8 2025 Chris Caron <lead2gold@gmail.com> - 1.9.2
|
||||
- Updated to v1.9.2
|
||||
|
||||
* Tue Dec 17 2024 Chris Caron <lead2gold@gmail.com> - 1.9.1
|
||||
- Updated to v1.9.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user