Skip to content

Commit

Permalink
Merge pull request #37 from Kapim/ros2
Browse files Browse the repository at this point in the history
Ros2 relay requirements update
  • Loading branch information
ZdenekM authored Feb 13, 2024
2 parents c381903 + a97b067 commit 13f6964
Show file tree
Hide file tree
Showing 8 changed files with 298 additions and 256 deletions.
2 changes: 1 addition & 1 deletion docker/client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM but5gera/ros2_relay_server:1.0.0
FROM but5gera/ros2_relay_server:1.1.0

COPY docker/client/start.sh /root/start.sh

Expand Down
4 changes: 2 additions & 2 deletions docker/network_application/Dockerfile.inter_relay
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM but5gera/relay_network_application_client_ros2:1.0.0
FROM but5gera/ros2_relay_server:1.1.0

COPY docker/network_application/start_inter_relay.sh /root/start.sh

RUN chmod +x /root/start.sh
ENTRYPOINT [ "/root/start.sh" ]
ENTRYPOINT [ "/root/start.sh" ]
3 changes: 1 addition & 2 deletions docker/network_application/start_inter_relay.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash

cd /root/era_5g_relay_network_application/era_5g_relay_network_application
source /opt/ros/humble/setup.bash
exec python3 interface_inter.py
exec python3 -m era_5g_relay_network_application.server_inter
2 changes: 1 addition & 1 deletion era_5g_relay_network_application/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ python_distribution(
sdist=True,
provides=setup_py(
name="era_5g_relay_network_application",
version="1.0.0",
version="1.1.0",
description="Relay Network Application",
author="Michal Kapinus",
author_email="[email protected]",
Expand Down
17 changes: 9 additions & 8 deletions flake8.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,31 @@
"artifacts": [
{
"algorithm": "sha256",
"hash": "1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04",
"url": "https://files.pythonhosted.org/packages/f0/eb/fcb708c7bf5056045e9e98f62b93bd7467eb718b0202e7698eb11d66416c/attrs-23.1.0-py3-none-any.whl"
"hash": "99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1",
"url": "https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015",
"url": "https://files.pythonhosted.org/packages/97/90/81f95d5f705be17872843536b1868f351805acf6971251ff07c1b8334dbb/attrs-23.1.0.tar.gz"
"hash": "935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30",
"url": "https://files.pythonhosted.org/packages/e3/fc/f800d51204003fa8ae392c4e8278f256206e7a919b708eef054f5f4b650d/attrs-23.2.0.tar.gz"
}
],
"project_name": "attrs",
"requires_dists": [
"attrs[docs,tests]; extra == \"dev\"",
"attrs[tests-mypy]; extra == \"tests-no-zope\"",
"attrs[tests-no-zope]; extra == \"tests\"",
"attrs[tests]; extra == \"cov\"",
"attrs[tests]; extra == \"dev\"",
"cloudpickle; platform_python_implementation == \"CPython\" and extra == \"tests-no-zope\"",
"coverage[toml]>=5.3; extra == \"cov\"",
"furo; extra == \"docs\"",
"hypothesis; extra == \"tests-no-zope\"",
"importlib-metadata; python_version < \"3.8\"",
"mypy>=1.1.1; platform_python_implementation == \"CPython\" and extra == \"tests-no-zope\"",
"mypy>=1.6; (platform_python_implementation == \"CPython\" and python_version >= \"3.8\") and extra == \"tests-mypy\"",
"myst-parser; extra == \"docs\"",
"pre-commit; extra == \"dev\"",
"pympler; extra == \"tests-no-zope\"",
"pytest-mypy-plugins; platform_python_implementation == \"CPython\" and python_version < \"3.11\" and extra == \"tests-no-zope\"",
"pytest-mypy-plugins; (platform_python_implementation == \"CPython\" and python_version >= \"3.8\") and extra == \"tests-mypy\"",
"pytest-xdist[psutil]; extra == \"tests-no-zope\"",
"pytest>=4.3.0; extra == \"tests-no-zope\"",
"sphinx-notfound-page; extra == \"docs\"",
Expand All @@ -71,7 +72,7 @@
"zope-interface; extra == \"tests\""
],
"requires_python": ">=3.7",
"version": "23.1.0"
"version": "23.2.0"
},
{
"artifacts": [
Expand Down
35 changes: 17 additions & 18 deletions pytest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@
"artifacts": [
{
"algorithm": "sha256",
"hash": "7d2c221a66a8165f3f81aacb958d26033d40d972fdb70213ab0a2e0627e29c86",
"url": "https://files.pythonhosted.org/packages/99/ca/f3532a61dce7dd52fbd38737a12e16cdc7699697e23287eb7addfdd93e3f/lark-1.1.8-py3-none-any.whl"
"hash": "a0dd3a87289f8ccbb325901e4222e723e7d745dbfc1803eaf5f3d2ace19cf2db",
"url": "https://files.pythonhosted.org/packages/e7/9c/eef7c591e6dc952f3636cfe0df712c0f9916cedf317810a3bb53ccb65cdd/lark-1.1.9-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "7ef424db57f59c1ffd6f0d4c2b705119927f566b68c0fe1942dddcc0e44391a5",
"url": "https://files.pythonhosted.org/packages/12/1c/b466b58dacac15ffefce9bcb5128e18948a143849610a7d5300f31920be0/lark-1.1.8.tar.gz"
"hash": "15fa5236490824c2c4aba0e22d2d6d823575dcaf4cdd1848e34b6ad836240fba",
"url": "https://files.pythonhosted.org/packages/2c/e1/804b6196b3fbdd0f8ba785fc62837b034782a891d6f663eea2f30ca23cfa/lark-1.1.9.tar.gz"
}
],
"project_name": "lark",
Expand All @@ -101,7 +101,7 @@
"regex; extra == \"regex\""
],
"requires_python": ">=3.6",
"version": "1.1.8"
"version": "1.1.9"
},
{
"artifacts": [
Expand All @@ -125,13 +125,13 @@
"artifacts": [
{
"algorithm": "sha256",
"hash": "d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7",
"url": "https://files.pythonhosted.org/packages/05/b8/42ed91898d4784546c5f06c60506400548db3f7a4b3fb441cba4e5c17952/pluggy-1.3.0-py3-none-any.whl"
"hash": "7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981",
"url": "https://files.pythonhosted.org/packages/a5/5b/0cc789b59e8cc1bf288b38111d002d8c5917123194d45b29dcdac64723cc/pluggy-1.4.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12",
"url": "https://files.pythonhosted.org/packages/36/51/04defc761583568cae5fd533abda3d40164cbdcf22dee5b7126ffef68a40/pluggy-1.3.0.tar.gz"
"hash": "8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be",
"url": "https://files.pythonhosted.org/packages/54/c6/43f9d44d92aed815e781ca25ba8c174257e27253a94630d21be8725a2b59/pluggy-1.4.0.tar.gz"
}
],
"project_name": "pluggy",
Expand All @@ -142,19 +142,19 @@
"tox; extra == \"dev\""
],
"requires_python": ">=3.8",
"version": "1.3.0"
"version": "1.4.0"
},
{
"artifacts": [
{
"algorithm": "sha256",
"hash": "0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac",
"url": "https://files.pythonhosted.org/packages/f3/8c/f16efd81ca8e293b2cc78f111190a79ee539d0d5d36ccd49975cb3beac60/pytest-7.4.3-py3-none-any.whl"
"hash": "50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6",
"url": "https://files.pythonhosted.org/packages/c7/10/727155d44c5e04bb08e880668e53079547282e4f950535234e5a80690564/pytest-8.0.0-py3-none-any.whl"
},
{
"algorithm": "sha256",
"hash": "d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5",
"url": "https://files.pythonhosted.org/packages/38/d4/174f020da50c5afe9f5963ad0fc5b56a4287e3586e3de5b3c8bce9c547b4/pytest-7.4.3.tar.gz"
"hash": "249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c",
"url": "https://files.pythonhosted.org/packages/50/fd/af2d835eed57448960c4e7e9ab76ee42f24bcdd521e967191bc26fa2dece/pytest-8.0.0.tar.gz"
}
],
"project_name": "pytest",
Expand All @@ -164,20 +164,19 @@
"colorama; sys_platform == \"win32\"",
"exceptiongroup>=1.0.0rc8; python_version < \"3.11\"",
"hypothesis>=3.56; extra == \"testing\"",
"importlib-metadata>=0.12; python_version < \"3.8\"",
"iniconfig",
"mock; extra == \"testing\"",
"nose; extra == \"testing\"",
"packaging",
"pluggy<2.0,>=0.12",
"pluggy<2.0,>=1.3.0",
"pygments>=2.7.2; extra == \"testing\"",
"requests; extra == \"testing\"",
"setuptools; extra == \"testing\"",
"tomli>=1.0.0; python_version < \"3.11\"",
"xmlschema; extra == \"testing\""
],
"requires_python": ">=3.7",
"version": "7.4.3"
"requires_python": ">=3.8",
"version": "8.0.0"
},
{
"artifacts": [
Expand Down
Loading

0 comments on commit 13f6964

Please sign in to comment.