From bcef02944977880c724dd08af376133339031cec Mon Sep 17 00:00:00 2001 From: Hans-Joachim Krauch Date: Mon, 28 Aug 2023 21:04:53 +0200 Subject: [PATCH 1/3] mcap-ros1-support: Add missing pyyaml dependency Fixes #955 --- python/mcap-ros1-support/setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/python/mcap-ros1-support/setup.cfg b/python/mcap-ros1-support/setup.cfg index 33ed02e9f3..623cd48021 100644 --- a/python/mcap-ros1-support/setup.cfg +++ b/python/mcap-ros1-support/setup.cfg @@ -14,6 +14,7 @@ classifiers = install_package_data = True install_requires = mcap>=0.0.14 + pyyaml packages = find: python_requires = >=3.7 From 1c488bc18ca8444638fb1c078662bc0610f26769 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Krauch Date: Mon, 28 Aug 2023 21:32:04 +0200 Subject: [PATCH 2/3] fix spellcheck --- cspell.config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cspell.config.yaml b/cspell.config.yaml index 39a8205da6..e0f0aff57b 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -142,7 +142,7 @@ overrides: ignoreRegExpList: - "0x[0-9a-f]+n?" - - filename: "(Pipfile|README.md|pyproject.toml)" + - filename: "(Pipfile|README.md|pyproject.toml|setup.cfg)" words: - pypi - pyright @@ -151,6 +151,7 @@ overrides: - addopts - xfail - Pipfile + - pyyaml - filename: "python/**/*.rst" words: From 74921f7a3c2e858ba9d1d1a50e425a15efe7c355 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Krauch Date: Mon, 28 Aug 2023 22:20:00 +0200 Subject: [PATCH 3/3] bump mcap-ros1-support version --- python/mcap-ros1-support/mcap_ros1/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mcap-ros1-support/mcap_ros1/__init__.py b/python/mcap-ros1-support/mcap_ros1/__init__.py index 49e0fc1e09..a5f830a2c0 100644 --- a/python/mcap-ros1-support/mcap_ros1/__init__.py +++ b/python/mcap-ros1-support/mcap_ros1/__init__.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.7.1"