|
|
|
@ -58,8 +58,8 @@ Stride, Syslog, Techulus Push, Telegram, Twilio, Twitter, Twist, XBMC, XMPP,
|
|
|
|
|
Webex Teams} |
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name} |
|
|
|
|
Version: 0.9.3 |
|
|
|
|
Release: 3%{?dist} |
|
|
|
|
Version: 0.9.4 |
|
|
|
|
Release: 1%{?dist} |
|
|
|
|
Summary: A simple wrapper to many popular notification services used today |
|
|
|
|
License: MIT |
|
|
|
|
URL: https://github.com/caronc/%{pypi_name} |
|
|
|
@ -145,7 +145,7 @@ BuildRequires: python%{python3_pkgversion}-requests-oauthlib
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-six |
|
|
|
|
BuildRequires: python%{python3_pkgversion}-click >= 5.0 |
|
|
|
|
BuildRequires: python%{python3_pkgversion}-markdown |
|
|
|
|
%if (0%{?rhel} && 0%{?rhel} >= 8) || (0%{?fedora} && 0%{?fedora} <= 35) |
|
|
|
|
%if (0%{?rhel} && 0%{?rhel} >= 8) || (0%{?fedora} && 0%{?fedora} >= 35) |
|
|
|
|
# gntp isn't available from EPEL for RHEL/CentOS 8 or Fedora 35+ |
|
|
|
|
%else |
|
|
|
|
# For all other distributions, include gntp |
|
|
|
@ -159,7 +159,7 @@ Requires: python%{python3_pkgversion}-requests-oauthlib
|
|
|
|
|
Requires: python%{python3_pkgversion}-six |
|
|
|
|
Requires: python%{python3_pkgversion}-markdown |
|
|
|
|
Requires: python%{python3_pkgversion}-cryptography |
|
|
|
|
%if (0%{?rhel} && 0%{?rhel} >= 8) || (0%{?fedora} && 0%{?fedora} <= 35) |
|
|
|
|
%if (0%{?rhel} && 0%{?rhel} >= 8) || (0%{?fedora} && 0%{?fedora} >= 35) |
|
|
|
|
# gntp isn't available from EPEL for RHEL/CentOS 8 or Fedora 35+ |
|
|
|
|
%else |
|
|
|
|
# For all other distributions, include gntp |
|
|
|
@ -248,6 +248,9 @@ LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version
|
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Wed Aug 11 2021 Chris Caron <lead2gold@gmail.com> - 0.9.4-1 |
|
|
|
|
- Updated to v0.9.4 |
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.3-3 |
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild |
|
|
|
|
|
|
|
|
|