pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/py-soapy-sdr



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.

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



Home | Main Index | Thread Index | Old Index