diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 11:07:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 11:07:41 +0000 |
commit | ea6a1de7653f5b532052669b6e379cb02dbee1f9 (patch) | |
tree | 82c1cf377bc6eee64fe7333182541025c53f60e8 /python-rospkg.spec | |
parent | aa38ef1931d54f2273d7bdbc7327f4692b0583c1 (diff) |
automatic import of python-rospkg
Diffstat (limited to 'python-rospkg.spec')
-rw-r--r-- | python-rospkg.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/python-rospkg.spec b/python-rospkg.spec index f02a67f..f7e2620 100644 --- a/python-rospkg.spec +++ b/python-rospkg.spec @@ -1,16 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-rospkg -Version: 1.4.0 +Version: 1.5.0 Release: 1 Summary: ROS package library License: BSD URL: http://wiki.ros.org/rospkg -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2a/80/ac835a4acaf97ab545bff52cd147cd5a3d53d9519cdfeaff2f8961b07772/rospkg-1.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/fc/c9/bb142e9c3eefc45ce7728e5161db2cc5eb419bb89d059699009af52d60ed/rospkg-1.5.0.tar.gz BuildArch: noarch Requires: python3-catkin-pkg Requires: python3-PyYAML Requires: python3-distro +Requires: python3-pytest +Requires: python3-mock %description Library for retrieving information about ROS packages and stacks. @@ -40,7 +42,7 @@ Provides: python3-rospkg-doc %prep -%autosetup -n rospkg-1.4.0 +%autosetup -n rospkg-1.5.0 %build %py3_build @@ -80,5 +82,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.0-1 - Package Spec generated |