pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-xdg-base-dirs



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Oct 19 16:16:55 UTC 2024

Modified Files:
        pkgsrc/devel/py-xdg-base-dirs: Makefile distinfo

Log Message:
py-xdg-base-dirs: updated to 6.0.2

6.0.2

Use GitHub's alert syntax for rename warning
Bump ruff from 0.0.290 to 0.0.291
Bump poethepoet from 0.22.1 to 0.23.0
Bump ruff from 0.0.291 to 0.0.292
Bump poethepoet from 0.23.0 to 0.24.1
Bump ruff from 0.0.292 to 0.1.0
Bump mypy from 1.5.1 to 1.6.0
Bump black from 23.9.1 to 23.10.1
Bump mypy from 1.6.0 to 1.6.1
Bump ruff from 0.1.0 to 0.1.1
Bump ruff from 0.1.1 to 0.1.3
Bump pytest from 7.4.2 to 7.4.3
Bump poethepoet from 0.24.1 to 0.24.2
Bump ruff from 0.1.3 to 0.1.4
Bump mypy from 1.6.1 to 1.7.0
Bump black from 23.10.1 to 23.11.0
Bump poethepoet from 0.24.2 to 0.24.3
Bump ruff from 0.1.4 to 0.1.5
Migrate from Black to Ruff for formatting
Test with Python 3.12 in CI
Bump mypy from 1.7.0 to 1.7.1
Bump ruff from 0.1.6 to 0.1.7
Bump actions/setup-python from 4 to 5
Bump actions/stale from 8 to 9
Bump ruff from 0.1.7 to 0.1.8
Bump mypy from 1.7.1 to 1.8.0
Bump ruff from 0.1.8 to 0.1.9
Bump pytest from 7.4.3 to 7.4.4
Change Dependabot update interval to monthly
Bump ruff from 0.1.9 to 0.1.11
Bump codecov/codecov-action from 3.1.4 to 4.0.1
Bump ruff from 0.1.11 to 0.2.0
Bump pytest from 7.4.4 to 8.0.0
Bump codecov/codecov-action from 4.0.1 to 4.1.0
Bump pytest from 8.0.0 to 8.0.2
Bump ruff from 0.2.0 to 0.3.0
Bump poethepoet from 0.24.4 to 0.25.0
Update Ruff configuration
Check # type: ignore directives include error code
Bump mypy from 1.8.0 to 1.9.0
Bump pytest from 8.0.2 to 8.1.1
Bump pytest-cov from 4.1.0 to 5.0.0
Bump ruff from 0.3.0 to 0.3.5
Bump codecov/codecov-action from 4.1.0 to 4.1.1
Bump codecov/codecov-action from 4.1.1 to 4.3.1
Bump ruff from 0.3.5 to 0.4.2
Bump mypy from 1.9.0 to 1.10.0
Bump pytest from 8.1.1 to 8.2.0
Bump poethepoet from 0.25.0 to 0.26.1
Bump ruff from 0.4.2 to 0.4.7
Bump pytest from 8.2.0 to 8.2.1
Bump codecov/codecov-action from 4.3.1 to 4.4.1
Bump codecov/codecov-action from 4.4.1 to 4.5.0
Bump ruff from 0.4.7 to 0.5.5
Bump pytest from 8.2.1 to 8.3.2
Bump mypy from 1.10.0 to 1.11.1
Bump poethepoet from 0.26.1 to 0.27.0
Bump poethepoet from 0.27.0 to 0.28.0
Bump mypy from 1.11.1 to 1.11.2
Bump ruff from 0.5.5 to 0.6.3
Bump codecov/codecov-action from 4.5.0 to 4.6.0
Add Python 3.13 to CI
Bump pytest from 8.3.2 to 8.3.3
Bump poethepoet from 0.28.0 to 0.29.0
Bump ruff from 0.6.3 to 0.7.0
Update README and remove badges without cache invalidation
Document required Python version
Remove include statement for py.typed
Bump version to 6.0.2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-xdg-base-dirs/Makefile \
    pkgsrc/devel/py-xdg-base-dirs/distinfo

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-xdg-base-dirs/Makefile
diff -u pkgsrc/devel/py-xdg-base-dirs/Makefile:1.1 pkgsrc/devel/py-xdg-base-dirs/Makefile:1.2
--- pkgsrc/devel/py-xdg-base-dirs/Makefile:1.1  Sun Jul 14 10:16:28 2024
+++ pkgsrc/devel/py-xdg-base-dirs/Makefile      Sat Oct 19 16:16:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/07/14 10:16:28 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/19 16:16:55 adam Exp $
 
-DISTNAME=      xdg_base_dirs-6.0.1
+DISTNAME=      xdg_base_dirs-6.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=x/xdg_base_dirs/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/srstevenson
 COMMENT=       Variables defined by the XDG Base Directory Specification
 LICENSE=       isc
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/devel/py-xdg-base-dirs/distinfo
diff -u pkgsrc/devel/py-xdg-base-dirs/distinfo:1.1 pkgsrc/devel/py-xdg-base-dirs/distinfo:1.2
--- pkgsrc/devel/py-xdg-base-dirs/distinfo:1.1  Sun Jul 14 10:16:29 2024
+++ pkgsrc/devel/py-xdg-base-dirs/distinfo      Sat Oct 19 16:16:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/07/14 10:16:29 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/10/19 16:16:55 adam Exp $
 
-BLAKE2s (xdg_base_dirs-6.0.1.tar.gz) = a823d59a4593f01dbf448ec6a60401233d0f95ed4d3d66f1dc6495ab6dfe9d54
-SHA512 (xdg_base_dirs-6.0.1.tar.gz) = a7ac851317f6391807fde91f38a2a5f701f5857cac60386346a10db17b0cf6f3cb0c6dae4e100152d90c8383180a5d9238f01ce9c0840de5efe56de628db7039
-Size (xdg_base_dirs-6.0.1.tar.gz) = 4318 bytes
+BLAKE2s (xdg_base_dirs-6.0.2.tar.gz) = 9ae2f3395251cd8d26790e1e79480791606c955e3facb34647dcdb26bef675c2
+SHA512 (xdg_base_dirs-6.0.2.tar.gz) = 10cfcd6fd24da66a4bc4c262fbc78d9081e1b1d21ecc6cdba6d107adae3aed74878b55bf14bb10864b62d97ca601c87ca608a89997deabce8a2e26fb29d805a0
+Size (xdg_base_dirs-6.0.2.tar.gz) = 4085 bytes



Home | Main Index | Thread Index | Old Index