Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-limits py-limits: updated to 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64b8c43932d6
branches:  trunk
changeset: 430173:64b8c43932d6
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 28 13:23:38 2020 +0000

description:
py-limits: updated to 1.5.1

1.5.1:
* Bug fix
  * Remove duplicate call to ttl in RedisStorage
  * Initialize master/slave connections for RedisSentinel once

1.5:
* Bug fix for handling TTL response from Redis when key doesn’t exist
* Support Memcache over unix domain socket
* Support Memcache cluster
* Pass through constructor keyword arguments to underlying storage
  constructor(s)
* CI & test improvements

diffstat:

 devel/py-limits/Makefile |   4 ++--
 devel/py-limits/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 0f051299e476 -r 64b8c43932d6 devel/py-limits/Makefile
--- a/devel/py-limits/Makefile  Tue Apr 28 13:21:33 2020 +0000
+++ b/devel/py-limits/Makefile  Tue Apr 28 13:23:38 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/01/16 10:08:57 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/28 13:23:38 adam Exp $
 
-DISTNAME=      limits-1.4.1
+DISTNAME=      limits-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/limits/}
diff -r 0f051299e476 -r 64b8c43932d6 devel/py-limits/distinfo
--- a/devel/py-limits/distinfo  Tue Apr 28 13:21:33 2020 +0000
+++ b/devel/py-limits/distinfo  Tue Apr 28 13:23:38 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/01/16 10:08:57 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/04/28 13:23:38 adam Exp $
 
-SHA1 (limits-1.4.1.tar.gz) = a99f014ff51546ddb8de9e8c648cbe2fcaee18f3
-RMD160 (limits-1.4.1.tar.gz) = 71d848a6c315219d13f7d9f370624ce2b57c5784
-SHA512 (limits-1.4.1.tar.gz) = e73610add8e7a88be910db9a8baef621f9a4e89b7cfb944acc62452752dce8717847b0038fac52d848e71f05a45e1a546706223a703c94c02c6e2c69bf5ad170
-Size (limits-1.4.1.tar.gz) = 36670 bytes
+SHA1 (limits-1.5.1.tar.gz) = 8e17700c729d72361266c364c2939d3112a10da8
+RMD160 (limits-1.5.1.tar.gz) = acd2ff94e15b0ab21f4b4c15a852f434cd15a61a
+SHA512 (limits-1.5.1.tar.gz) = db7bf00c8469eaf2938c963af454045ae4647b0d5b37246c02f7a863042ff876079038e045f2b67eb8e1ed8f3dbee6d51c0f67262b7b431cb218cc3880a466f3
+Size (limits-1.5.1.tar.gz) = 37893 bytes


Home | Main Index | Thread Index | Old Index