pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-msgpack
Module Name: pkgsrc
Committed By: he
Date: Tue Jul 21 14:16:09 UTC 2026
Modified Files:
pkgsrc/devel/py-msgpack: Makefile
Log Message:
devel/py-msgpack: add a comment about py-borgbackup and its check...
...of the maximally supported version of py-msgpack. So when updating
this package, py-borgbackup may need attention in order to prevent
it from emitting a run-time error when an update of this package is
installed, which by default is likely to happen with "pkgin upgrade".
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-msgpack/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-msgpack/Makefile
diff -u pkgsrc/devel/py-msgpack/Makefile:1.42 pkgsrc/devel/py-msgpack/Makefile:1.43
--- pkgsrc/devel/py-msgpack/Makefile:1.42 Sun Jun 21 06:57:02 2026
+++ pkgsrc/devel/py-msgpack/Makefile Tue Jul 21 14:16:09 2026
@@ -1,6 +1,12 @@
-# $NetBSD: Makefile,v 1.42 2026/06/21 06:57:02 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2026/07/21 14:16:09 he Exp $
DISTNAME= msgpack-1.2.1
+# Please note that py-borgackup has a "maximally supported version"
+# of this particular package coded into it, potentially causing
+# a run-time error for py-borgbackup after a package upgrade.
+# Ref. the two recently re-instated patches to py-borbackup.
+# So when updating this package, py-borgbackup will probably
+# require attention too(!)
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/msgpack/}
Home |
Main Index |
Thread Index |
Old Index