[python-rosdep/el6] Update to release 0.10.33

Scott K Logan cottsay at fedoraproject.org
Tue Nov 25 05:05:03 UTC 2014


commit cb0d4feae9ffa48793d11c8a3abe01bd8f2dec13
Author: Scott K Logan <logans at cottsay.net>
Date:   Mon Nov 24 20:38:43 2014 -0800

    Update to release 0.10.33

 .gitignore         |    1 +
 python-rosdep.spec |   27 +++++++++++++++++++--------
 sources            |    2 +-
 3 files changed, 21 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed735e2..09ac167 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /rosdep-0.10.25-d95ac0c.tar.gz
 /rosdep-0.10.27-62905bb.tar.gz
 /rosdep-0.10.32-c0d51a5.tar.gz
+/rosdep-0.10.33-6dcd852.tar.gz
diff --git a/python-rosdep.spec b/python-rosdep.spec
index b72fe83..fd7a263 100644
--- a/python-rosdep.spec
+++ b/python-rosdep.spec
@@ -1,14 +1,14 @@
-%global commit c0d51a5fd3fcc075d91f10d24eadc5f462c87795
+%global commit 6dcd852464a28e5df69e4ec739c2be1342f98cdd
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global realname rosdep
 
-Name:           python-rosdep
-Version:        0.10.32
+Name:           python-%{realname}
+Version:        0.10.33
 Release:        1%{?dist}
 Summary:        ROS System Dependency Installer
 
 License:        BSD
-URL:            http://ros.org/wiki/rosdep
+URL:            http://ros.org/wiki/%{realname}
 Source0:        https://github.com/ros-infrastructure/%{realname}/archive/%{commit}/%{realname}-%{version}-%{shortcommit}.tar.gz
 # Change all "pip" executable references to "python-pip"
 # Fedora-only patch, not submitted upstream.
@@ -24,10 +24,10 @@ BuildRequires:  PyYAML
 BuildRequires:  python-catkin_pkg
 BuildRequires:  python-catkin-sphinx
 BuildRequires:  python-devel
-#BuildRequires:  python-nose
+# BuildRequires:  python-mock
+# BuildRequires:  python-nose
 BuildRequires:  python-rosdistro >= 0.3.0
 BuildRequires:  python-rospkg
-BuildRequires:  python-devel
 BuildRequires:  python-sphinx
 
 Requires:       PyYAML >= 3.1
@@ -52,11 +52,13 @@ specify a dependency on 'boost'.
 %patch1 -p0 -b .sphinx
 %patch2 -p0 -b .nose
 
+
 %build
 %{__python} setup.py build
 pushd doc
 # HTML requires ros-theme
 make html
+rm -f html/.buildinfo
 popd
 
 
@@ -69,12 +71,18 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/ros/rosdep/sources.list.d/
 touch $RPM_BUILD_ROOT%{_sysconfdir}/ros/rosdep/sources.list.d/20-default.list
 
 # Get rid of non-executable-script errors from rpmlint
-sed -i 's|#!/usr/bin/env python||' $RPM_BUILD_ROOT%{python_sitelib}/rosdep2/*.py
-sed -i 's|#!/usr/bin/env python||' $RPM_BUILD_ROOT%{python_sitelib}/rosdep2/platforms/*.py
+sed -i 's|#!/usr/bin/env python||' $RPM_BUILD_ROOT%{python_sitelib}/%{realname}2/*.py
+sed -i 's|#!/usr/bin/env python||' $RPM_BUILD_ROOT%{python_sitelib}/%{realname}2/platforms/*.py
 
 # Get rid of hidden file in documentation folder
 rm -f doc/_build/.buildinfo
 
+
+# Cannot currently run tests because they need to query Github
+# %check
+# PYTHONPATH=$RPM_BUILD_ROOT%{python2_sitelib} nosetests -w test
+
+
 %files
 %doc LICENSE README.md doc/_build/html
 %{_bindir}/*
@@ -87,6 +95,9 @@ rm -f doc/_build/.buildinfo
 
 
 %changelog
+* Mon Nov 24 2014 Scott K Logan <logans at cottsay.net> - 0.10.33-1
+- Update to release 0.10.33
+
 * Sat Oct 18 2014 Scott K Logan <logans at cottsay.net> - 0.10.32-1
 - Update to release 0.10.32
 
diff --git a/sources b/sources
index abea8d2..da8160e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fbfab8561fcbc34b9db4990063caff8  rosdep-0.10.32-c0d51a5.tar.gz
+83bfedad5c6c07cda0a4ac7565a8a095  rosdep-0.10.33-6dcd852.tar.gz


More information about the scm-commits mailing list