Sunday, February 26, 2023

UPDATE sysutils/py-platformdirs-3.0.0

Simple diff below for updating py-platformdirs to 3.0.0, some minor
changes only [0]. This update is needed or updating borgbackup/2.0

Run tested in combination with borgbackup-2.0.0b5. So far, no issues
found with current consumers, and no new failing tests while running
'make test'.

Comments/OK?


[0] https://github.com/platformdirs/platformdirs/releases/tag/3.0.0
diff --git Makefile Makefile
index 0883927e15e..472bbf873c1 100644
--- Makefile
+++ Makefile
@@ -1,6 +1,6 @@
COMMENT= determine appropriate platform-specific directories

-MODPY_EGG_VERSION= 2.6.2
+MODPY_EGG_VERSION= 3.0.0
DISTNAME= platformdirs-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}

diff --git distinfo distinfo
index 27ff6483162..0a4b1567a0c 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (platformdirs-2.6.2.tar.gz) = 4f6h/kcbn/gzLiKd88t95PU+7qSZjTtr//VCEV6Zi9I=
-SIZE (platformdirs-2.6.2.tar.gz) = 14260
+SHA256 (platformdirs-3.0.0.tar.gz) = ihIoq7HvgteI90E5mIsTfnhpKYTsewjqpsZfFyOvKPk=
+SIZE (platformdirs-3.0.0.tar.gz) = 14462

No comments:

Post a Comment