pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-limits



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 30 14:44:35 UTC 2024

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

Log Message:
py-limits: updated to 3.14.1

v3.14.1

* Chore

  * Fix benchmark artifact upload/download issue during release
    creation

v3.14.0

* Feature

  * Allow custom collection names in mongodb storage

* Compatibility

  * Add support for python 3.13
  * Drop support for python 3.8

* Deprecations

  * Remove fallback support to use redis-py-cluster


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-limits/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-limits/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-limits/Makefile
diff -u pkgsrc/devel/py-limits/Makefile:1.21 pkgsrc/devel/py-limits/Makefile:1.22
--- pkgsrc/devel/py-limits/Makefile:1.21        Mon Nov 11 07:28:14 2024
+++ pkgsrc/devel/py-limits/Makefile     Mon Dec 30 14:44:35 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/11/11 07:28:14 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/12/30 14:44:35 adam Exp $
 
-DISTNAME=      limits-3.13.0
+DISTNAME=      limits-3.14.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/limits/}
@@ -12,13 +12,10 @@ LICENSE=    mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-deprecated>=1.2:../../devel/py-deprecated
-DEPENDS+=      ${PYPKGPREFIX}-importlib-resources>=1.3:../../devel/py-importlib-resources
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=21:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-limits/distinfo
diff -u pkgsrc/devel/py-limits/distinfo:1.20 pkgsrc/devel/py-limits/distinfo:1.21
--- pkgsrc/devel/py-limits/distinfo:1.20        Tue Jul 16 03:31:38 2024
+++ pkgsrc/devel/py-limits/distinfo     Mon Dec 30 14:44:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/07/16 03:31:38 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/12/30 14:44:35 adam Exp $
 
-BLAKE2s (limits-3.13.0.tar.gz) = b1032a6fc159b9ca9a9a1538197f6509e097056b14fd618e891c748c700643d1
-SHA512 (limits-3.13.0.tar.gz) = cd447d274fc02fd9239c4376daa2a3ef9a8168a1a5f7e1b0b64403a3b3b5531c3fb44100402cdc646af4787c10e493a4dba7d5212c174c19aa29da0d891eb3c4
-Size (limits-3.13.0.tar.gz) = 70218 bytes
+BLAKE2s (limits-3.14.1.tar.gz) = 6452d38b80d86dd243b64b4bbbc09b9b4a045e1e1308bef12b23256fb3107dab
+SHA512 (limits-3.14.1.tar.gz) = b9ebc035e13dbc41e1500fd394cdd21e510f0319f722ab8d23a417404449f629b037fac20147824a947c0f376d57f529a149052a01d1820ec49818b4a4525955
+Size (limits-3.14.1.tar.gz) = 70368 bytes



Home | Main Index | Thread Index | Old Index