pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hatch-vcs



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 28 04:51:03 UTC 2025

Modified Files:
        pkgsrc/devel/py-hatch-vcs: Makefile distinfo

Log Message:
py-hatch-vcs: updated to 0.5.0

0.5.0 - 2025-05-27

***Changed:***

- Drop support for Python 3.8

***Added:***

- Officially support Python 3.13
- Avoid a deprecation warning emitted by a dependency when using the `tag-pattern` option


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-hatch-vcs/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-hatch-vcs/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-hatch-vcs/Makefile
diff -u pkgsrc/devel/py-hatch-vcs/Makefile:1.6 pkgsrc/devel/py-hatch-vcs/Makefile:1.7
--- pkgsrc/devel/py-hatch-vcs/Makefile:1.6      Thu Nov  9 14:30:19 2023
+++ pkgsrc/devel/py-hatch-vcs/Makefile  Wed May 28 04:51:03 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/11/09 14:30:19 adam Exp $
+# $NetBSD: Makefile,v 1.7 2025/05/28 04:51:03 adam Exp $
 
-DISTNAME=      hatch_vcs-0.4.0
+DISTNAME=      hatch_vcs-0.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hatch-vcs/}
@@ -11,11 +11,9 @@ COMMENT=     Hatch plugin for versioning wit
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-hatchling>=1.1.0:../../devel/py-hatchling
-DEPENDS+=      ${PYPKGPREFIX}-setuptools_scm>=6.4.0:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-setuptools_scm>=8.2.0:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-hatch-vcs/distinfo
diff -u pkgsrc/devel/py-hatch-vcs/distinfo:1.4 pkgsrc/devel/py-hatch-vcs/distinfo:1.5
--- pkgsrc/devel/py-hatch-vcs/distinfo:1.4      Thu Nov  9 14:30:19 2023
+++ pkgsrc/devel/py-hatch-vcs/distinfo  Wed May 28 04:51:03 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/11/09 14:30:19 adam Exp $
+$NetBSD: distinfo,v 1.5 2025/05/28 04:51:03 adam Exp $
 
-BLAKE2s (hatch_vcs-0.4.0.tar.gz) = bfccf6ace6715d3b42601b1072dbbf5c8194f0bac959c39bfb5f2f931bb210e5
-SHA512 (hatch_vcs-0.4.0.tar.gz) = 8689d3939b384b66c8153b88e82c55c4ec59a971dae6138c8d70995d332d62c870d611f0be5d2e47640f6c80cb55d1d8e556d6b3f0085f94dd505aaf7fdb93bd
-Size (hatch_vcs-0.4.0.tar.gz) = 10917 bytes
+BLAKE2s (hatch_vcs-0.5.0.tar.gz) = 8e89c8e37ce78d4e55fe1751fcd7751179681ad2807c3b7f0b70c9f8ee9572e9
+SHA512 (hatch_vcs-0.5.0.tar.gz) = 75731f61b325ab757a681dfc4b28d78f998961b4f96ae0070209a7a1ac96a28e27beecedef41aed08e9538f4136dcac29a3cc5aa254af2d2ded921d7afb28951
+Size (hatch_vcs-0.5.0.tar.gz) = 11424 bytes



Home | Main Index | Thread Index | Old Index