~wooksong/nnstreamer-ros/+git/tizenport-python-rosdep:ubuntuport-python-rosdep-modules

Last commit made on 2020-11-05
Get this branch:
git clone -b ubuntuport-python-rosdep-modules https://git.launchpad.net/~wooksong/nnstreamer-ros/+git/tizenport-python-rosdep

Branch merges

Branch information

Name:
ubuntuport-python-rosdep-modules
Repository:
lp:~wooksong/nnstreamer-ros/+git/tizenport-python-rosdep

Recent commits

ba3a573... by Wook Song

[Dist/Debian] Depends on python-rospkg-modules (>> 1.1.9)

This patch changes the version of python-rospkg-modules that this
package depends on from '>= 1.1.10' to '>> 1.1.9'.

Signed-off-by: Wook Song <email address hidden>

a4d44a0... by Wook Song

[Dist] Import debian packaging files from packages.ros.org

This patch imports debian packaging files from [1].

[1] http://packages.ros.org/ros/ubuntu/pool/main/p/python-rosdep-modules/

9c103c2... by Jiho Chu <email address hidden>

packaging: add spec and manifest files

Signed-off-by: Jiho Chu <email address hidden>

2274c08... by nuclearsandwich

0.19.0

c1c220e... by =?utf-8?q?Steven!_Ragnar=C3=B6k?= <email address hidden>

Depend on modules packages only to allow co-installability. (#750)

When the rosdep modules package was split in [#731] the module
dependencies weren't updated to only depend on modules packages
themselves which prevents rosdep modules for python2 and python3 from
actually being co-installable.

I haven't yet audited to make sure there's no cli usage of these tools
in the modules but it's Friday afternoon and I wanted to get this inked
before I walked away.

When I return to it I'll check for that before proceeding for reviews.

d9a6f66... by Sean Yen

[Windows] Add console script entry point (#656)

* Add console script entry point

Add console script entry point for platforms (e.g. Windows) not supporting shebang.

* remove scripts entry since we are using console_scripts.

* fix bad merge.

* fix SKIP_PYTHON_SCRIPTS case.

Co-authored-by: Lou Amadio <email address hidden>

3889bff... by jeremie

Guard next(inter) (#701)

* guard next(inter)

  Fix #691

Signed-off-by: artivis <email address hidden>

* Handle StopIteration with slightly less line noise.

Co-authored-by: Steven! Ragnarök <email address hidden>

c53c951... by Shane Loretz

Fix conditional dependencies when one package uses manifest.xml (#737)

* Fix conditional dependencies when one package uses manifest.xml

Signed-off-by: Shane Loretz <email address hidden>

* Return rosdeps as a list to avoid breaking the interface.

Co-authored-by: Steven! Ragnarök <email address hidden>

03d8d82... by Bjar Ne <email address hidden>

openSUSE package query and install enhancements (#729)

* Enable PIP installer for openSUSE

* openSUSE package detection with RPM capabilities

Packages sometimes get renamed and their old name is kept as an rpm capability (like an alias), so the additional flag `--whatprovides` is passed to the `rpm` query.

cfa21c8... by Kyle Fazzari

tests: don't assume euid != 0 (#703)

If tests rely on the environment being a certain way, they should ensure
it meets its expectations. Update the tests to ensure they're testing
multiple euid conditions, and setting it explicitly where required.

Fix #702

Signed-off-by: Kyle Fazzari <email address hidden>