(ham/gnuradio-core) Updated 3.10.8.0 to 3.10.9.1

(no info for 3.10.9.1)

## [3.10.9.0] - 2023-12-24

### Changed

#### Project
- Python minimum version is now 3.7.2, vs 3.6.5, to support type hints. Even
Python 3.7 is EOL, so this is not expected to affect people using newer versions of
GNU Radio.
- Add tox.ini, so that editors use the same formatting as github CI.
- Use pointers to pass s32fc arguments to VOLK in gr-blocks, gr-digital, and
gr-dtv to avoid undefined behavior. The fix is conditional on VOLK 3.1.0, which
add a new supporting function.

#### Runtime
- Disallow None for pmt_t arguments in Python.
- Support spdlog installations with internal or external libfmt.

#### GRC
- Use text labels to specify types for block parameters, instead of background colors
which were difficult to read/remember.
- Enable setting of documentation URLs, relative or absolute in yaml. This allows
OOTs to use the documentation link in the block parameter dialog.
- Disallow use of block ids that are Python keywords and "gnuradio".
- Add type annotations in some places (required bump to Python 3.7.2).
- Use C version of YAML loader (yaml.CSafeLoader) for better performance.
- Connections may have properties for supported connection domains. This feature
was added for RFNoC connections. Standard stream and message connections do not
support this feature, but they may in future versions.
- Check grc file version. The above feature required a version bump to "2". Where
no connection properties are used, version "1" is still emitted. Note that previous
versions of GRC do not check for file version. RFNoC flowgraphs with connection
properties will fail to load in previous versions as a result.
- Fix bug where an impressive number of backslashes were added to some filenames.

#### gr-dtv
- Read expected data as little-endian

#### gr-fec
- Add FEC_API to CCSDS Reed-Solomon functions so they can be used by OOTs.

#### gr-qtgui
- QT GUI Msg Push Button: add a callback for Message Value to allow it to
change at runtime.

#### gr-uhd
- RFNoC Rx-Streamer: Add start stream options
- Add back-edge property to RFNoC connections

#### Build system and packaging
- Update conda build. Re-rendered with conda-build 3.27.0, conda-smithy 3.28.0,
and conda-forge-pinning 2023.11.07.18.09.01.
- Use utf-8 encoding when writing files in gr_python_install.

#### Testing
There has been a great effort to identify why tests fail intermittently, or only
on certain platforms. This has lead to a number of improved test, and identification
of a number of real bugs.
This commit is contained in:
mef 2024-01-07 12:24:20 +00:00
parent 301b1c8e89
commit 34bc5b59ae
3 changed files with 7 additions and 16 deletions

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.20 2023/04/24 06:36:55 tnn Exp $
@comment $NetBSD: PLIST,v 1.21 2024/01/07 12:24:20 mef Exp $
bin/gnuradio-companion
bin/grcc
${PYSITELIB}/gnuradio/grc/__init__.py
@ -169,15 +169,6 @@ ${PYSITELIB}/gnuradio/grc/core/schema_checker/validator.pyo
${PYSITELIB}/gnuradio/grc/core/utils/__init__.py
${PYSITELIB}/gnuradio/grc/core/utils/__init__.pyc
${PYSITELIB}/gnuradio/grc/core/utils/__init__.pyo
${PYSITELIB}/gnuradio/grc/core/utils/backports/__init__.py
${PYSITELIB}/gnuradio/grc/core/utils/backports/__init__.pyc
${PYSITELIB}/gnuradio/grc/core/utils/backports/__init__.pyo
${PYSITELIB}/gnuradio/grc/core/utils/backports/chainmap.py
${PYSITELIB}/gnuradio/grc/core/utils/backports/chainmap.pyc
${PYSITELIB}/gnuradio/grc/core/utils/backports/chainmap.pyo
${PYSITELIB}/gnuradio/grc/core/utils/backports/shlex.py
${PYSITELIB}/gnuradio/grc/core/utils/backports/shlex.pyc
${PYSITELIB}/gnuradio/grc/core/utils/backports/shlex.pyo
${PYSITELIB}/gnuradio/grc/core/utils/descriptors/__init__.py
${PYSITELIB}/gnuradio/grc/core/utils/descriptors/__init__.pyc
${PYSITELIB}/gnuradio/grc/core/utils/descriptors/__init__.pyo

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.56 2023/10/28 09:23:28 mef Exp $
$NetBSD: distinfo,v 1.57 2024/01/07 12:24:20 mef Exp $
BLAKE2s (gnuradio-3.10.8.0.tar.gz) = 84b497fd3726f148301bd0f706f9ab4c5105b7ad923f4850e1394312e409d14b
SHA512 (gnuradio-3.10.8.0.tar.gz) = 6cc918cdaa1c038ffd337f00c6029cea0630ee1300a3a4bdbca18657eb13b3d02864c055592d12ca8a2b8880e7805e7dbab982bc62a2f00b6d6bdc66dd6dc3e2
Size (gnuradio-3.10.8.0.tar.gz) = 4405201 bytes
BLAKE2s (gnuradio-3.10.9.1.tar.gz) = b895565e74e1f324c38331b25ea998f30ab3a668560da2f3c23367856706357f
SHA512 (gnuradio-3.10.9.1.tar.gz) = 842fd12654be3dd2840c2a03f30de41ecb0a336c4b2c7eaca4cc7e2cd9c03ef68dc84decac31500cd017da09a0c341ef088598d3a603cbf4c51dc618daaeb795
Size (gnuradio-3.10.9.1.tar.gz) = 4413976 bytes
SHA1 (patch-cmake_Modules_GrPybind.cmake) = b585fc9bddad66f98d9e70db3d9335c937698df9
SHA1 (patch-gnuradio-runtime_CMakeLists.txt) = 3e4ae78cd722aa54a9626ca458cfe90ab11619a5
SHA1 (patch-gnuradio-runtime_lib_CMakeLists.txt) = 8f29121bcff204fd4533c113cd05440a7d39477d

View file

@ -1,3 +1,3 @@
# $NetBSD: version.mk,v 1.13 2023/10/28 09:23:28 mef Exp $
# $NetBSD: version.mk,v 1.14 2024/01/07 12:24:20 mef Exp $
VERSION= 3.10.8.0
VERSION= 3.10.9.1