Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2I9fepu9; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PZKcbqZE Received: by mail.netbsd.org (Postfix, from userid 605) id D75F284F58; Sun, 7 Apr 2024 21:47:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712526455; bh=EcK2PTMGaK9bqW3guiMf8+1OJ8BnMUk9etwaeALeoNc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=2I9fepu9u/WL8Nn9J20SgSa80DT6W5rYYsdv2GtfSo5SRRPjnMyeTTZC8RQUlNqq5 3qMTk8t5MjhE8iAE3vIsPIQb3BoIriTV+R1TQoKNiKesfyhXaf391arZdboFdsr73/ 1dfrlCvWbgR5O3bvk7yJszLQxmdKqMwv872p0E3s= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C9FA184F56 for ; Sun, 7 Apr 2024 21:47:33 +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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id KepffLwudzCB for ; Sun, 7 Apr 2024 21:47:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 30B7184CCC for ; Sun, 7 Apr 2024 21:47:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712526453; bh=EcK2PTMGaK9bqW3guiMf8+1OJ8BnMUk9etwaeALeoNc=; h=Date:From:Subject:To:Reply-To; b=PZKcbqZE1QaIcS9KYhtLzqPFMk6o4skxMDwyXN7QBjlTh0fwbmWXar4FBPDgDLiA5 wp5FusakDvxqWzXIAHwJ2UlYP8lHpc41nIRQ7N6gQAmyg4UgtyLTO6aTagzlqlItFl kwZCEC326Qnjq58S0RNIeWINwhMnl3Hnc63e0zzs= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29D15FA2C; Sun, 7 Apr 2024 21:47:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712526453133660" MIME-Version: 1.0 Date: Sun, 7 Apr 2024 21:47:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-serializable To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240407214733.29D15FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712526453133660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 7 21:47:33 UTC 2024 Modified Files: pkgsrc/devel/py-serializable: Makefile distinfo Log Message: py-serializable: update to 1.0.3. Updated dependencies and one bug fix. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-serializable/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-serializable/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712526453133660 Content-Disposition: inline Content-Length: 2026 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-serializable/Makefile diff -u pkgsrc/devel/py-serializable/Makefile:1.8 pkgsrc/devel/py-serializable/Makefile:1.9 --- pkgsrc/devel/py-serializable/Makefile:1.8 Fri Mar 1 12:16:36 2024 +++ pkgsrc/devel/py-serializable/Makefile Sun Apr 7 21:47:32 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2024/03/01 12:16:36 adam Exp $ +# $NetBSD: Makefile,v 1.9 2024/04/07 21:47:32 wiz Exp $ -DISTNAME= py_serializable-1.0.2 +DISTNAME= py_serializable-1.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py_//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-serializable/} @@ -12,6 +12,8 @@ LICENSE= apache-2.0 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core DEPENDS+= ${PYPKGPREFIX}-defusedxml>=0.7.1:../../textproc/py-defusedxml +TEST_DEPENDS+= ${PYPKGPREFIX}-lxml>=0:../../textproc/py-lxml +TEST_DEPENDS+= ${PYPKGPREFIX}-xmldiff>=0:../../textproc/py-xmldiff USE_LANGUAGES= # none Index: pkgsrc/devel/py-serializable/distinfo diff -u pkgsrc/devel/py-serializable/distinfo:1.7 pkgsrc/devel/py-serializable/distinfo:1.8 --- pkgsrc/devel/py-serializable/distinfo:1.7 Fri Mar 1 12:16:36 2024 +++ pkgsrc/devel/py-serializable/distinfo Sun Apr 7 21:47:32 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2024/03/01 12:16:36 adam Exp $ +$NetBSD: distinfo,v 1.8 2024/04/07 21:47:32 wiz Exp $ -BLAKE2s (py_serializable-1.0.2.tar.gz) = 58488b3792b86d6137fbfd7e8c7a272ad9f91a7f7d48189e2ae1dd36d647c694 -SHA512 (py_serializable-1.0.2.tar.gz) = 6413be9d697df93e2e5d80652213925ea7d54666826e6bc9fa7ad62892b7d2a1596100d67527d6c2595414f28da89ff779562e873b2896fe9d5da5cdac666f95 -Size (py_serializable-1.0.2.tar.gz) = 50676 bytes +BLAKE2s (py_serializable-1.0.3.tar.gz) = 8d2300e556a5d65e1110d5509bccfde5d6c41107971a9f73ad7092c0e11e72d0 +SHA512 (py_serializable-1.0.3.tar.gz) = db06ef6f008ff7c029b713a4fe1f737cc36ede6b212800ff302cd8af57c73792723ae3e667d41b337f9713ba228d030d6d54626ee58e6cb05267198ecdbdd2bb +Size (py_serializable-1.0.3.tar.gz) = 51376 bytes --_----------=_1712526453133660--