diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-rospkg.spec | 10 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 5 deletions
@@ -1 +1,2 @@ /rospkg-1.4.0.tar.gz +/rospkg-1.5.0.tar.gz 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 @@ -1 +1 @@ -fdacce24d16cce025097abd21cbf05d2 rospkg-1.4.0.tar.gz +017914778598325cb5b6e347a607cb6e rospkg-1.5.0.tar.gz |