pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
zino: update to version 2.3.1.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Tue Nov 25 17:49:35 2025 +0100
Changeset: 3de361b452295018d2ab8c4fcd846b46a8d25b32
Modified Files:
zino/Makefile
zino/PLIST
zino/distinfo
Log Message:
zino: update to version 2.3.1.
Pkgsrc changes:
* update PLIST to reflect installed files
* version-bump + checksums.
Upstream changes:
- Added `scheduler.misfire_grace_time` setting to enable control
over APScheduler options
- Dump list of running jobs to log when USR1 signal is received
- Bump `netsnmp-cffi` requirement to version 0.1.4 (to avoid frozen jobs)
- Fixed an issue where duplicate events could exist in persisted
state from older Zino versions. At Zino startup these are now
automatically resolved, keeping only the oldest (original) event
open while closing the duplicates. ([#488]
(https://github.com/Uninett/zino/issues/488))
- Stop modifying event `updated` timestamp on event closure. Instead,
track event closure through new `closed` attribute, in order to
remain consistent with Zino 1 ([#490]
(https://github.com/Uninett/zino/issues/490))
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3de361b452295018d2ab8c4fcd846b46a8d25b32
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
zino/Makefile | 4 ++--
zino/PLIST | 3 +++
zino/distinfo | 6 +++---
3 files changed, 8 insertions(+), 5 deletions(-)
diffs:
diff --git a/zino/Makefile b/zino/Makefile
index 4ee4ca261c..56fad589ca 100644
--- a/zino/Makefile
+++ b/zino/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= zino-2.3.0
+DISTNAME= zino-2.3.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=Uninett/}
GITHUB_PROJECT= zino
@@ -18,7 +18,7 @@ DEPENDS+= ${PYPKGPREFIX}-apscheduler>=3.11:../../wip/py-apscheduler
DEPENDS+= ${PYPKGPREFIX}-pydantic>=2.11:../../devel/py-pydantic
DEPENDS+= ${PYPKGPREFIX}-snmp>=6.2.6<7:../../wip/py-snmp
DEPENDS+= ${PYPKGPREFIX}-aiodns-[0-9]*:../../net/py-aiodns
-DEPENDS+= ${PYPKGPREFIX}-netsnmp-cffi>=0.1.2:../../wip/py-netsnmp-cffi
+DEPENDS+= ${PYPKGPREFIX}-netsnmp-cffi>=0.1.4:../../wip/py-netsnmp-cffi
.if ${PYTHON_VERSION} >= 312
DEPENDS+= ${PYPKGPREFIX}-pyasyncore-[0-9]*:../../devel/py-pyasyncore
.endif
diff --git a/zino/PLIST b/zino/PLIST
index d72b36e728..7d3fbc4c84 100644
--- a/zino/PLIST
+++ b/zino/PLIST
@@ -48,6 +48,9 @@ ${PYSITELIB}/zino/flaps.pyo
${PYSITELIB}/zino/getuptime.py
${PYSITELIB}/zino/getuptime.pyc
${PYSITELIB}/zino/getuptime.pyo
+${PYSITELIB}/zino/job_tracker.py
+${PYSITELIB}/zino/job_tracker.pyc
+${PYSITELIB}/zino/job_tracker.pyo
${PYSITELIB}/zino/oid.py
${PYSITELIB}/zino/oid.pyc
${PYSITELIB}/zino/oid.pyo
diff --git a/zino/distinfo b/zino/distinfo
index f5b37ec95d..1b3ade1b42 100644
--- a/zino/distinfo
+++ b/zino/distinfo
@@ -1,5 +1,5 @@
$NetBSD$
-BLAKE2s (zino-2.3.0.tar.gz) = 1b1634f9bc2999fa39f0d2587137c17c8c52466c86a526b912157881f4091dbc
-SHA512 (zino-2.3.0.tar.gz) = 7fe8037f6e609daffc143178d9aa14e3d4661b3738665f249b1c8db73cacf034ccb7d4c716a71427ab61ef5e0e4119816b4f5a2edaa529903f29fccc8edcb296
-Size (zino-2.3.0.tar.gz) = 558046 bytes
+BLAKE2s (zino-2.3.1.tar.gz) = 58189ecddf41f1ce49282eac9dc6fb18036a39cbcc1ba2823406b84460f92e85
+SHA512 (zino-2.3.1.tar.gz) = d2adda1d7974b8d6c3416798cb18b26add287033de7c216bebb3d894e8290b412371d7e5eb59e4da0157bde9371d2cd0dc0efdfbf569116e6efacda55d7d757f
+Size (zino-2.3.1.tar.gz) = 566016 bytes
Home |
Main Index |
Thread Index |
Old Index