Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B72561A923A for ; Wed, 8 Dec 2021 08:09:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DEF7A84E80; Wed, 8 Dec 2021 08:09:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2456B84D2D for ; Wed, 8 Dec 2021 08:09:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9eIqhvavqF0h for ; Wed, 8 Dec 2021 08:09:21 +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 9112F84D2C for ; Wed, 8 Dec 2021 08:09:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E483FAEC; Wed, 8 Dec 2021 08:09:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163895096194990" MIME-Version: 1.0 Date: Wed, 8 Dec 2021 08:09:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-memory-profiler To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211208080921.7E483FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163895096194990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 8 08:09:21 UTC 2021 Modified Files: pkgsrc/devel/py-memory-profiler: Makefile distinfo Log Message: py-memory-profiler: updated to 0.59.0 0.59.0: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-memory-profiler/Makefile \ pkgsrc/devel/py-memory-profiler/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163895096194990 Content-Disposition: inline Content-Length: 2001 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-memory-profiler/Makefile diff -u pkgsrc/devel/py-memory-profiler/Makefile:1.5 pkgsrc/devel/py-memory-profiler/Makefile:1.6 --- pkgsrc/devel/py-memory-profiler/Makefile:1.5 Tue Jun 29 08:41:59 2021 +++ pkgsrc/devel/py-memory-profiler/Makefile Wed Dec 8 08:09:21 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/06/29 08:41:59 nia Exp $ +# $NetBSD: Makefile,v 1.6 2021/12/08 08:09:21 adam Exp $ -DISTNAME= memory_profiler-0.58.0 +DISTNAME= memory_profiler-0.59.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=m/memory_profiler/} @@ -15,8 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:. USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-matplotlib -PYTHON_VERSIONS_INCOMPATIBLE+= 36 # py-numpy +PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-matplotlib post-install: cd ${DESTDIR}${PREFIX}/bin && \ Index: pkgsrc/devel/py-memory-profiler/distinfo diff -u pkgsrc/devel/py-memory-profiler/distinfo:1.5 pkgsrc/devel/py-memory-profiler/distinfo:1.6 --- pkgsrc/devel/py-memory-profiler/distinfo:1.5 Tue Oct 26 10:18:40 2021 +++ pkgsrc/devel/py-memory-profiler/distinfo Wed Dec 8 08:09:21 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:18:40 nia Exp $ +$NetBSD: distinfo,v 1.6 2021/12/08 08:09:21 adam Exp $ -BLAKE2s (memory_profiler-0.58.0.tar.gz) = 44389c3b67ed6c3a283042b9454b02e6c643b14c73dece761d343ba3c7fd3a43 -SHA512 (memory_profiler-0.58.0.tar.gz) = 0a960234512922e6624f95d26abb95d31c2a4586f0f207a833f5bea0bc65842f99b3f466db2392e9e2021b88b7b3f59a2719863f50862eab40704ee717e2d295 -Size (memory_profiler-0.58.0.tar.gz) = 36329 bytes +BLAKE2s (memory_profiler-0.59.0.tar.gz) = 3ee23040e3dd3af57e5cee0b66d88fce92dbe2885146a2748fdf1701c1c66f61 +SHA512 (memory_profiler-0.59.0.tar.gz) = 0ff04149f7e29bae3393f81d6349223717e26da7b55fcd4a3e1d7ac295e644ab465ea199cccf85485d88deafa07e95c1b479433167ab27b5e3f47ba1239af52e +Size (memory_profiler-0.59.0.tar.gz) = 38428 bytes --_----------=_163895096194990--