pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-lazy_loader



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 18 04:43:22 UTC 2023

Modified Files:
        pkgsrc/misc/py-lazy_loader: Makefile distinfo

Log Message:
py-lazy_loader: updated to 0.3

v0.3
- Announce Python 3.12 support
- Ignore B028
- Use dependabot to update requirements
- Use dependabot to update GH actions
- Use ruff
- Update requirements
- Warn and discourage lazy.load of subpackages
- Test on Python 3.12.0-beta.2


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/py-lazy_loader/Makefile \
    pkgsrc/misc/py-lazy_loader/distinfo

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

Modified files:

Index: pkgsrc/misc/py-lazy_loader/Makefile
diff -u pkgsrc/misc/py-lazy_loader/Makefile:1.1 pkgsrc/misc/py-lazy_loader/Makefile:1.2
--- pkgsrc/misc/py-lazy_loader/Makefile:1.1     Tue May  9 08:32:36 2023
+++ pkgsrc/misc/py-lazy_loader/Makefile Tue Jul 18 04:43:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/05/09 08:32:36 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/18 04:43:21 adam Exp $
 
-DISTNAME=      lazy_loader-0.2
+DISTNAME=      lazy_loader-0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lazy_loader/}
@@ -11,8 +11,8 @@ COMMENT=      Load subpackages and functions 
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.8:../../devel/py-flit_core
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.4:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.1:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
Index: pkgsrc/misc/py-lazy_loader/distinfo
diff -u pkgsrc/misc/py-lazy_loader/distinfo:1.1 pkgsrc/misc/py-lazy_loader/distinfo:1.2
--- pkgsrc/misc/py-lazy_loader/distinfo:1.1     Tue May  9 08:32:36 2023
+++ pkgsrc/misc/py-lazy_loader/distinfo Tue Jul 18 04:43:22 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/05/09 08:32:36 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/07/18 04:43:22 adam Exp $
 
-BLAKE2s (lazy_loader-0.2.tar.gz) = 01fe2bd8951ba50d0869b46322f069cb8358c7f26276baeda6b87f58035f5b39
-SHA512 (lazy_loader-0.2.tar.gz) = 66cfc7fcc1070452bb7bb02e529a2b5aa1f0effc3ca6ac8c71e217c734f5080446d376f210c0ed6a4cb9a962d5950d17ad954f3682495643209f57cb2954262d
-Size (lazy_loader-0.2.tar.gz) = 11460 bytes
+BLAKE2s (lazy_loader-0.3.tar.gz) = 770f088c6a54ab68c5690fdcac7d7f4c26857ec1a6745d1dbf160501b7213acc
+SHA512 (lazy_loader-0.3.tar.gz) = 282efef8a20321bda07be382871fa3314ebf6c59f2451b33e613a72dd5b875fe7a7b8ea1336c879d79bf78cb808e1220a68ba30cd4e948d8c10ab0ca9ec23938
+Size (lazy_loader-0.3.tar.gz) = 12268 bytes



Home | Main Index | Thread Index | Old Index