pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-propcache



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec  4 13:46:25 UTC 2024

Modified Files:
        pkgsrc/devel/py-propcache: Makefile distinfo

Log Message:
py-propcache: updated to 0.2.1

0.2.1

Bug fixes

- Stopped implicitly allowing the use of Cython pre-release versions when
  building the distribution package
- Fixed ``wrapped`` and ``func`` not being accessible in the Cython versions of :func:`propcache.api.cached_property` and :func:`propcache.api.under_cached_property` decorators

Removals and backward incompatible breaking changes

- Removed support for Python 3.8 as it has reached end of life

Packaging updates and notes for downstreams

- Stopped implicitly allowing the use of Cython pre-release versions when
  building the distribution package


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-propcache/Makefile \
    pkgsrc/devel/py-propcache/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-propcache/Makefile
diff -u pkgsrc/devel/py-propcache/Makefile:1.1 pkgsrc/devel/py-propcache/Makefile:1.2
--- pkgsrc/devel/py-propcache/Makefile:1.1      Thu Oct 10 06:35:58 2024
+++ pkgsrc/devel/py-propcache/Makefile  Wed Dec  4 13:46:25 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2024/10/10 06:35:58 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/12/04 13:46:25 adam Exp $
 
-DISTNAME=      propcache-0.2.0
+DISTNAME=      propcache-0.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/propcache/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,14 +10,18 @@ HOMEPAGE=   https://github.com/aio-libs/pr
 COMMENT=       Accelerated property cache
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
-DEPENDS+=      ${PYPKGPREFIX}-expandvars-[0-9]*:../../misc/py-expandvars
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TOOL_DEPENDS+= ${PYPKGPREFIX}-expandvars-[0-9]*:../../misc/py-expandvars
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=47:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-covdefaults-[0-9]*:../../devel/py-covdefaults
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-codspeed>=3.0.0:../../devel/py-test-codspeed
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.3.1:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
-USE_LANGUAGES= c
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 311
+DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli
+.endif
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-propcache/distinfo
diff -u pkgsrc/devel/py-propcache/distinfo:1.1 pkgsrc/devel/py-propcache/distinfo:1.2
--- pkgsrc/devel/py-propcache/distinfo:1.1      Thu Oct 10 06:35:58 2024
+++ pkgsrc/devel/py-propcache/distinfo  Wed Dec  4 13:46:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/10/10 06:35:58 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/12/04 13:46:25 adam Exp $
 
-BLAKE2s (propcache-0.2.0.tar.gz) = c3b09bce7d0a691d6fecef191cd8b5b9ab28592a0a79bbe754201768588df0b4
-SHA512 (propcache-0.2.0.tar.gz) = f99838627652ab13919d7f516530a91565a737fc411d728cad1492ce0ed44f25b0cefbdb6fa49b2ef516e7fee120e7c49686b6853691c5cd02f5f7db9a15d998
-Size (propcache-0.2.0.tar.gz) = 40951 bytes
+BLAKE2s (propcache-0.2.1.tar.gz) = c9b28d4dd4306a1fe8cec79bcee606439bbfb5917cd87b21fe680d3d221ce325
+SHA512 (propcache-0.2.1.tar.gz) = ce54baa27a9f4cec14d6db139721cb1af920e585153f541b6a192a22d805766b7a0248514fed9889d7073a611d05896fee6da1df526f2314206eca48942b860d
+Size (propcache-0.2.1.tar.gz) = 41735 bytes



Home | Main Index | Thread Index | Old Index