Skip to content

Commit

Permalink
added python3-arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
hw-iu committed Jul 29, 2024
1 parent 3ce3861 commit fc666a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Nagstamon/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class AppInfo(object):
contains app information previously located in GUI.py
"""
NAME = 'Nagstamon'
VERSION = '3.15-20240727'
VERSION = '3.15-20240729'
WEBSITE = 'https://nagstamon.de'
COPYRIGHT = '©2008-2024 Henri Wahl et al.'
COMMENTS = 'Nagios status monitor for your desktop'
Expand Down
4 changes: 2 additions & 2 deletions build/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nagstamon (3.15-20240727) unstable; urgency=low
nagstamon (3.15-20240729) unstable; urgency=low
* New upstream

-- Henri Wahl <[email protected]> Sat, Jul 27 2024 08:00:00 +0200
-- Henri Wahl <[email protected]> Mon, Jul 29 2024 08:00:00 +0200

nagstamon (3.14.0) stable; urgency=low
* New upstream
Expand Down
2 changes: 1 addition & 1 deletion build/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pkg-resources, python3-bs4, python3-lxml,
python3-pyqt5, python3-pyqt5.qtsvg, python3-pyqt5.qtmultimedia, libqt5multimedia5-plugins,
python3-requests, python3-requests-kerberos, python3-psutil, python3-dbus.mainloop.pyqt5,
python3-keyring, python3-ewmh
python3-keyring, python3-ewmh, python3-arrow
Recommends: python3-secretstorage
Description: Nagios status monitor which takes place in systray or on desktop
Nagstamon is a Nagios status monitor which takes place in systray or
Expand Down
1 change: 1 addition & 0 deletions build/redhat/nagstamon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ BuildRequires: python3-devel
BuildRequires: python3-pyqt6-devel
BuildRequires: desktop-file-utils
Requires: python3
Requires: python3-arrow
Requires: python3-beautifulsoup4
Requires: python3-cryptography
Requires: python3-dateutil
Expand Down

0 comments on commit fc666a3

Please sign in to comment.