Codebase list ros-genmsg / dcb1ba6
New upstream version 0.6.0 Timo Röhling 1 year, 6 months ago
3 changed file(s) with 8 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 Changelog for package genmsg
22 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 0.6.0 (2022-09-25)
5 ------------------
6 * Properly escape path before using in regex (`#95 <https://github.com/ros/genmsg/issues/95>`_)
7 * Contributors: Kyle Fazzari
38
49 0.5.16 (2020-04-06)
510 -------------------
148148 PATTERN "__init__.pyc" EXCLUDE
149149 )
150150 # install init files which are not in the root folder of the generated code
151 string(REGEX REPLACE "([][+.*()^])" "\\\\\\1" ESCAPED_PATH "${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@(pkg_name)")
151152 install(
152153 DIRECTORY ${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@pkg_name
153154 DESTINATION ${@(l)_INSTALL_DIR}
154155 FILES_MATCHING
155 REGEX "${CATKIN_DEVEL_PREFIX}/${@(l)_INSTALL_DIR}/@(pkg_name)/.+/__init__.pyc?$"
156 REGEX "${ESCAPED_PATH}/.+/__init__.pyc?$"
156157 @[end if]@
157158 )
158159 endif()
33 schematypens="http://www.w3.org/2001/XMLSchema"?>
44 <package format="3">
55 <name>genmsg</name>
6 <version>0.5.16</version>
6 <version>0.6.0</version>
77 <description>
88 Standalone Python library for generating ROS message and service data structures for various languages.
99 </description>