diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-rosdep.spec | 15 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 10 deletions
@@ -1 +1,2 @@ /rosdep-0.22.1.tar.gz +/rosdep-0.22.2.tar.gz diff --git a/python-rosdep.spec b/python-rosdep.spec index d7ea277..9dd4927 100644 --- a/python-rosdep.spec +++ b/python-rosdep.spec @@ -1,18 +1,18 @@ %global _empty_manifest_terminate_build 0 Name: python-rosdep -Version: 0.22.1 +Version: 0.22.2 Release: 1 Summary: rosdep package manager abstraction tool for ROS License: BSD URL: http://wiki.ros.org/rosdep -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a3/8c/fc4836f9f20e1032f1240225218080a55e77b1a063f6dcd901d47ea7db45/rosdep-0.22.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/17/52/6b83cba285e8002cb068ed512a786c36102c3050c19aeb42ad2b408b42f4/rosdep-0.22.2.tar.gz BuildArch: noarch Requires: python3-PyYAML +Requires: python3-setuptools Requires: python3-catkin-pkg -Requires: python3-rosdistro Requires: python3-rospkg -Requires: python3-setuptools +Requires: python3-rosdistro Requires: python3-flake8 Requires: python3-flake8-comprehensions Requires: python3-pytest @@ -23,7 +23,6 @@ Command-line tool for installing system dependencies on a variety of platforms. - %package -n python3-rosdep Summary: rosdep package manager abstraction tool for ROS Provides: python-rosdep @@ -35,7 +34,6 @@ Command-line tool for installing system dependencies on a variety of platforms. - %package help Summary: Development documents and examples for rosdep Provides: python3-rosdep-doc @@ -44,9 +42,8 @@ Command-line tool for installing system dependencies on a variety of platforms. - %prep -%autosetup -n rosdep-0.22.1 +%autosetup -n rosdep-0.22.2 %build %py3_build @@ -86,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.22.1-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 0.22.2-1 - Package Spec generated @@ -1 +1 @@ -ea9af66ed8df5845ff35dc38837b25c3 rosdep-0.22.1.tar.gz +75457e4f5e70c804c75c0c39db256735 rosdep-0.22.2.tar.gz |