Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AEF4784D4A for ; Sat, 12 Aug 2023 12:44:01 +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 AMRasfEkIlia for ; Sat, 12 Aug 2023 12:44:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1709984CC8 for ; Sat, 12 Aug 2023 12:44:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 148E3FBDB; Sat, 12 Aug 2023 12:44:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169184424156270" MIME-Version: 1.0 Date: Sat, 12 Aug 2023 12:44:01 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/ham/py-soapy-sdr To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230812124401.148E3FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169184424156270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Aug 12 12:44:01 UTC 2023 Modified Files: pkgsrc/ham/py-soapy-sdr: Makefile distinfo Log Message: (ham/py-soapy-sdr) Updated 0.7.2 to 0.8.1 This this the changelog file for the SoapySDR project. Release 0.8.1 (2021-07-25) ========================== - cmake: fix use of CMAKE_INSTALL_LIB_DIR when absolute - windows: Fix compatibility with non-MSVC compilers - cmake: version policies for subproject compatibility - docs: fixed spelling mistakes in doxygen comments - python3: change OUTPUT_NAME in newer versions of cmake - Types: consistency changes converting strings to bool - Type.hpp: fixed templated StringToSetting return true - Range: fixed default constructor not initializing step Release 0.8.0 (2021-04-25) ========================== Build: - Update to CMake 3.0 style and project config generation - Increase the CMake build requirement to version 3.1.0 API: - Added API calls for configuring an external reference clock rate - Constants for boolean setting strings SOAPY_SDR_TRUE/FALSE - Templated read/writeSetting()/readSensor() for SoapySDR::Device - Added Templated StringToSetting() and SettingToString() helpers - Python bindings duck typing for read/writeSetting()/readSensor() - Changed SoapySDRDevice_setupStream() to return the stream pointer - Added unloadModules() API call to manually cleanup modules on exit - Device: added parallel make() function with string arguments - Added ABI check to Python module To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/ham/py-soapy-sdr/Makefile \ pkgsrc/ham/py-soapy-sdr/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169184424156270 Content-Disposition: inline Content-Length: 1564 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/py-soapy-sdr/Makefile diff -u pkgsrc/ham/py-soapy-sdr/Makefile:1.3 pkgsrc/ham/py-soapy-sdr/Makefile:1.4 --- pkgsrc/ham/py-soapy-sdr/Makefile:1.3 Tue Jun 6 12:41:37 2023 +++ pkgsrc/ham/py-soapy-sdr/Makefile Sat Aug 12 12:44:00 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/06/06 12:41:37 riastradh Exp $ +# $NetBSD: Makefile,v 1.4 2023/08/12 12:44:00 mef Exp $ -DISTNAME= soapy-sdr-0.7.2 +DISTNAME= soapy-sdr-0.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= ham MASTER_SITES= ${MASTER_SITE_GITHUB:=pothosware/} Index: pkgsrc/ham/py-soapy-sdr/distinfo diff -u pkgsrc/ham/py-soapy-sdr/distinfo:1.3 pkgsrc/ham/py-soapy-sdr/distinfo:1.4 --- pkgsrc/ham/py-soapy-sdr/distinfo:1.3 Tue Oct 26 10:48:40 2021 +++ pkgsrc/ham/py-soapy-sdr/distinfo Sat Aug 12 12:44:00 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:48:40 nia Exp $ +$NetBSD: distinfo,v 1.4 2023/08/12 12:44:00 mef Exp $ -BLAKE2s (soapy-sdr-0.7.2.tar.gz) = bcd08fd5b37e09badb353ce0ee4a2a31a3b6c5095018d95f995dac099390b171 -SHA512 (soapy-sdr-0.7.2.tar.gz) = 2454b9b6bf4542f3bce2c6a8e1c886cee9179ca0e13e3c1e22817a05ef671428a3cb8fea69e496c8b62573f360c248508edf3d0871ec5063dfac8211b122d371 -Size (soapy-sdr-0.7.2.tar.gz) = 124607 bytes +BLAKE2s (soapy-sdr-0.8.1.tar.gz) = 420129e9a97076e4a22073a611583639415abbf27551cf10bf46aa259ab368a9 +SHA512 (soapy-sdr-0.8.1.tar.gz) = 50c8f1652bf9ca09215f9c4115175427ca7b5338add7591e31ca0e627093c94b73e7cf7f84fa71ff419cc010d3c1263931506c728bbaa00413a7915d56a87787 +Size (soapy-sdr-0.8.1.tar.gz) = 131252 bytes --_----------=_169184424156270--