pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-kombu



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May  8 09:23:43 UTC 2024

Modified Files:
        pkgsrc/net/py-kombu: Makefile distinfo

Log Message:
py-kombu: updated to 5.3.7

5.3.7
The release of v5.3.6 was missing the bumbversion commit so v5.3.7 is only released to sync it back.

5.3.6
boto3>=1.26.143
Always convert azureservicebus namespace to fully qualified
Pin pytest-sugar to latest version 1.0.0
Upgrade to pytest v8 that removed nose compatibility
fix warning for usage of utcfromtimestamp
Update pytest to 8.0.2
Hotfix: Fix CI failures (limit redis to <5.0.2 instead of <6.0.0)
Expose cancel callback from py-amqp channel.basic_consume
Update mypy to 1.9.0
Update pytest to 8.1.1
Pin hypothesis to hypothesis<7
redis>=4.5.2,<5.0.2,!=4.5.5 -> redis>=4.5.2,!=5.0.2,!=4.5.5
add escape hatch for custom JSON serialization
Pin pytest-cov to latest version 5.0.0


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/py-kombu/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/py-kombu/distinfo

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

Modified files:

Index: pkgsrc/net/py-kombu/Makefile
diff -u pkgsrc/net/py-kombu/Makefile:1.37 pkgsrc/net/py-kombu/Makefile:1.38
--- pkgsrc/net/py-kombu/Makefile:1.37   Thu Feb  8 23:12:23 2024
+++ pkgsrc/net/py-kombu/Makefile        Wed May  8 09:23:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2024/02/08 23:12:23 adam Exp $
+# $NetBSD: Makefile,v 1.38 2024/05/08 09:23:43 adam Exp $
 
-DISTNAME=      kombu-5.3.5
+DISTNAME=      kombu-5.3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/kombu/}

Index: pkgsrc/net/py-kombu/distinfo
diff -u pkgsrc/net/py-kombu/distinfo:1.32 pkgsrc/net/py-kombu/distinfo:1.33
--- pkgsrc/net/py-kombu/distinfo:1.32   Thu Feb  8 23:12:23 2024
+++ pkgsrc/net/py-kombu/distinfo        Wed May  8 09:23:43 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2024/02/08 23:12:23 adam Exp $
+$NetBSD: distinfo,v 1.33 2024/05/08 09:23:43 adam Exp $
 
-BLAKE2s (kombu-5.3.5.tar.gz) = d7952dad17980748437ce55cc82fbe408b2e3abde7a11265c7f30948f2396118
-SHA512 (kombu-5.3.5.tar.gz) = 58b75b5f62cf116ca68d296c9379c10b1e3c3cb115dffd35416f87ecd4783e5230fe280f7b67f4853798056c39a46a6deefdf058ed4fe3eaa7716fa053874b47
-Size (kombu-5.3.5.tar.gz) = 438460 bytes
+BLAKE2s (kombu-5.3.7.tar.gz) = c7a9bbc913eecd53c332e7790850d25a5e43a282dacc807df37dec7f081e25ba
+SHA512 (kombu-5.3.7.tar.gz) = 48104d61a7c38a211ec378f90aade09d682a99d4f8b3d18b4bce49b51c80be794ab4b012d2974893fbc630a37c52dad10fb57f8335238b3002a64e025a148ee2
+Size (kombu-5.3.7.tar.gz) = 439344 bytes



Home | Main Index | Thread Index | Old Index