Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eb1iMu9k; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Xyqrosk7 Received: by mail.netbsd.org (Postfix, from userid 605) id 6DFB384E6F; Sun, 17 Mar 2024 10:08:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710670130; bh=n7ialSHkEWVZ1gN8tXNEaEyYnlV0m2lHrc+KVShJlwA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=eb1iMu9kpBfcBs9wFVUh4B6+PRl6oD3cOGcCK6q1o1TpXcDoAejeUhq2Iq2pj3YY+ 8xh3yS/W0FgV2+H7A2b+kCf9qn+vc4RGzWJwLfn3+3hshbQC9uY/fjNTHJZay0vdzR Hf5HyZdNhJbXpwuNrC40TO8Po0plgw6mXjubFnfg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6038984E59 for ; Sun, 17 Mar 2024 10:08:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OLhsbUdc3Evr for ; Sun, 17 Mar 2024 10:08:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CDF0384D27 for ; Sun, 17 Mar 2024 10:08:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710670128; bh=n7ialSHkEWVZ1gN8tXNEaEyYnlV0m2lHrc+KVShJlwA=; h=Date:From:Subject:To:Reply-To; b=Xyqrosk7y9cspWjemc7fbYX2wEPPV5EGMeSH1wDZo9VpAfFuEilBKcZfU1RdGqX02 RAs0aVYsJNdcxq0XoG4dOoQswPBhA1NKqk50GfbjIp2W4eB/emIF7J5vi2HxqWVAwj yMhTRsgVDL2S8fAXSAXe6Fv43WW+PNviEXwuwh/M= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C657AFA2C; Sun, 17 Mar 2024 10:08:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710670128192670" MIME-Version: 1.0 Date: Sun, 17 Mar 2024 10:08:48 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/sysutils/py-fsspec To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240317100848.C657AFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710670128192670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Mar 17 10:08:48 UTC 2024 Modified Files: pkgsrc/sysutils/py-fsspec: Makefile distinfo Log Message: py-fsspec: updated to 2024.3.0 2024.3.0 Enhancements coroutines throttle to stream pool rather than batches write transactions in simplecache allow deep nested refs in referenceFS/parquet Fixes Fixes bug remove extra calling mapper contains connection retry for SMB zip64 should be on is allowZip64 is Other HTTP logging url_to_fs exposed in package root sort known_implementations code quality/stype To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/py-fsspec/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-fsspec/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710670128192670 Content-Disposition: inline Content-Length: 1591 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/py-fsspec/Makefile diff -u pkgsrc/sysutils/py-fsspec/Makefile:1.7 pkgsrc/sysutils/py-fsspec/Makefile:1.8 --- pkgsrc/sysutils/py-fsspec/Makefile:1.7 Mon Feb 5 10:59:17 2024 +++ pkgsrc/sysutils/py-fsspec/Makefile Sun Mar 17 10:08:48 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2024/02/05 10:59:17 adam Exp $ +# $NetBSD: Makefile,v 1.8 2024/03/17 10:08:48 adam Exp $ -DISTNAME= fsspec-2024.2.0 +DISTNAME= fsspec-2024.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=f/fsspec/} Index: pkgsrc/sysutils/py-fsspec/distinfo diff -u pkgsrc/sysutils/py-fsspec/distinfo:1.6 pkgsrc/sysutils/py-fsspec/distinfo:1.7 --- pkgsrc/sysutils/py-fsspec/distinfo:1.6 Mon Feb 5 10:59:17 2024 +++ pkgsrc/sysutils/py-fsspec/distinfo Sun Mar 17 10:08:48 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2024/02/05 10:59:17 adam Exp $ +$NetBSD: distinfo,v 1.7 2024/03/17 10:08:48 adam Exp $ -BLAKE2s (fsspec-2024.2.0.tar.gz) = a0c3d21df77008d53fb0b58beb7fe536665e70e9b944e9ee031efbd890109f7b -SHA512 (fsspec-2024.2.0.tar.gz) = dac6b082d4a7dfe452aa465394a2118c2b5d615d030ac83494ecaf17cc274953c080301e2d41b07b2e742d3f9f8cb56179f001b245baf11442886c1d352a51ab -Size (fsspec-2024.2.0.tar.gz) = 169578 bytes +BLAKE2s (fsspec-2024.3.0.tar.gz) = 42eaad3188877dbfd675d5451c0dc2cd12cbdaa0b97d182cdf264a39d8ecfcd8 +SHA512 (fsspec-2024.3.0.tar.gz) = 85762a1489b5e966210095d043a0debe6dcdf45673fcf89a82bf4b34d257c68c08bf59c40adb2da863bcf7484581bbcf4f4366caa3cc7d34d65277a5367995d8 +Size (fsspec-2024.3.0.tar.gz) = 170720 bytes --_----------=_1710670128192670--