pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-fritz_exporter



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 16 08:53:58 UTC 2023

Modified Files:
        pkgsrc/sysutils/py-fritz_exporter: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/py-fritz_exporter/patches: patch-pyproject.toml

Log Message:
py-fritz_exporter: update to 2.3.1.

### Bug Fixes

* add type hints to data_donation.py

### Documentation

* **homeauto:** explicitly mention missing metrics


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-fritz_exporter/Makefile \
    pkgsrc/sysutils/py-fritz_exporter/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/sysutils/py-fritz_exporter/patches/patch-pyproject.toml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-fritz_exporter/Makefile
diff -u pkgsrc/sysutils/py-fritz_exporter/Makefile:1.2 pkgsrc/sysutils/py-fritz_exporter/Makefile:1.3
--- pkgsrc/sysutils/py-fritz_exporter/Makefile:1.2      Sat Dec 16 08:00:50 2023
+++ pkgsrc/sysutils/py-fritz_exporter/Makefile  Sat Dec 16 08:53:58 2023
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2023/12/16 08:00:50 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/12/16 08:53:58 wiz Exp $
 
-DISTNAME=      fritz_exporter-2.3.0
+DISTNAME=      fritz_exporter-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=pdreker/}
 # latest pypi distfile is older
-GITHUB_TAG=    v${PKGVERSION_NOREV}
+GITHUB_TAG=    fritzexporter-v${PKGVERSION_NOREV}
 GITHUB_PROJECT=        fritz_exporter
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -22,7 +21,7 @@ DEPENDS+=     ${PYPKGPREFIX}-requests-[0-9]*
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
-WRKSRC=                ${WRKDIR}/${DISTNAME}
+WRKSRC=                ${WRKDIR}/fritz_exporter-${GITHUB_TAG}
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/sysutils/py-fritz_exporter/distinfo
diff -u pkgsrc/sysutils/py-fritz_exporter/distinfo:1.2 pkgsrc/sysutils/py-fritz_exporter/distinfo:1.3
--- pkgsrc/sysutils/py-fritz_exporter/distinfo:1.2      Sat Dec 16 08:00:50 2023
+++ pkgsrc/sysutils/py-fritz_exporter/distinfo  Sat Dec 16 08:53:58 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/12/16 08:00:50 wiz Exp $
+$NetBSD: distinfo,v 1.3 2023/12/16 08:53:58 wiz Exp $
 
-BLAKE2s (fritz_exporter-2.3.0.tar.gz) = eb16915b268c5f23a919e63c73a39415af6ecf2075504aec9716d5bff8a19c3a
-SHA512 (fritz_exporter-2.3.0.tar.gz) = fa917e9a55bb44f13ca7a686b3bde1f97f2e14ce8b717623144f6917db3714a88c83c25e84f600f4dbe11582eeb8d125655ec3a8e3d722d9b8ceeb4f950f8023
-Size (fritz_exporter-2.3.0.tar.gz) = 843346 bytes
-SHA1 (patch-pyproject.toml) = 45610124570e83cb69df1ed5e37ca09b43e4cc22
+BLAKE2s (fritz_exporter-2.3.1.tar.gz) = 2f951f3c930cc13db311085a9d781cc2b71867c5bb67630a9d2b7ee91a0eede7
+SHA512 (fritz_exporter-2.3.1.tar.gz) = a95fd9b66f2ecb91eb013b6aff07ad9ef8dc93ae6c5c73b2c58c332955a7b41d1898dc984a1137e41aac225d2fbc1f1f5cf3521f86021695ad8af79a8bc955a7
+Size (fritz_exporter-2.3.1.tar.gz) = 842962 bytes



Home | Main Index | Thread Index | Old Index