bumped version to v1.9.5

This commit is contained in:
Chris Caron
2025-09-30 11:56:34 -04:00
parent 181103d7ca
commit 19dfd1430b
6 changed files with 65 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "APPRISE" "1" "August 2025" "Chris Caron <lead2gold@gmail.com>"
.TH "APPRISE" "1" "September 2025" "Chris Caron <lead2gold@gmail.com>"
.SH "NAME"
\fBapprise\fR \- Push Notifications that work with just about every platform!
.SH "SYNOPSIS"

View File

@@ -420,7 +420,7 @@ configuration that you want and only specifically notify a subset of them:</p>
<ol class='man-decor man-foot man foot'>
<li class='tl'>Chris Caron &lt;lead2gold@gmail.com&gt;</li>
<li class='tc'>August 2025</li>
<li class='tc'>September 2025</li>
<li class='tr'>apprise(1)</li>
</ol>

View File

@@ -78,8 +78,8 @@ notification services. It supports sending alerts to platforms such as: \
`Webex Teams`, `Workflows`, `WxPusher`, and `XBMC`.}
Name: python-%{pypi_name}
Version: 1.9.4
Release: 3%{?dist}
Version: 1.9.5
Release: 1%{?dist}
Summary: A simple wrapper to many popular notification services used today
License: BSD-2-Clause
URL: https://github.com/caronc/%{pypi_name}
@@ -204,8 +204,15 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib}:%{_builddir}/%{name}-%{ve
%{python3_sitelib}/%{pypi_name}/__pycache__/cli*.py?
%changelog
* Tue Sep 30 2025 Chris Caron <lead2gold@gmail.com> - 1.9.5-1
- Updated to v1.9.5
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.9.4-4
- Rebuilt for Python 3.14.0rc3 bytecode
* Sat Aug 16 2025 Chris Caron <lead2gold@gmail.com> - 1.9.4-3
- Spec file modernization BZ2377453
- Translation files patch added to allow v1.9.4 to build corectly
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.9.4-2
- Rebuilt for Python 3.14.0rc2 bytecode