From be3c44f63763cf8afc0fee51c5067a508d7c26bc Mon Sep 17 00:00:00 2001 From: K2IE Date: Mon, 25 Mar 2024 12:11:25 -0400 Subject: [PATCH] Update deb pkg deps and bump version to 1.1 --- noaacap/DEBIAN/control | 4 ++-- noaacap/usr/local/bin/noaacap.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/noaacap/DEBIAN/control b/noaacap/DEBIAN/control index 6bba399..8e66033 100644 --- a/noaacap/DEBIAN/control +++ b/noaacap/DEBIAN/control @@ -1,8 +1,8 @@ Package: noaacap -Version: 1.0.0 +Version: 1.1.0 Section: hamradio Priority: extra Maintainer: Dan Srebnick Architecture: all -Depends: aprx (>=2.9) | direwolf (>=1.3), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3, python3-systemd +Depends: aprx (>=2.9) | direwolf (>=1.3), db-util, python3-lxml, python3-pip, python3-bs4, python3-tz, python3-bsddb3, python3-systemd,python3-dateutil Description: APRS Weather Alerts beacon exec for aprx & Dire Wolf diff --git a/noaacap/usr/local/bin/noaacap.py b/noaacap/usr/local/bin/noaacap.py index 46b8d76..72e5cfd 100755 --- a/noaacap/usr/local/bin/noaacap.py +++ b/noaacap/usr/local/bin/noaacap.py @@ -6,7 +6,7 @@ ## ## See /usr/local/share/noaacap/CHANGELOG for change history ## -version = "1.0" +version = "1.1" import sys import pytz