Rosdep

Latest version: v0.25.1

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.22.1

-------------------
- Drop ROS Python package dependencies in debs
- https://github.com/ros-infrastructure/rosdep/pull/887
- Drop some over-agressive asserts from test_rosdep_main
- https://github.com/ros-infrastructure/rosdep/pull/888

0.22.0

-------------------
- Fix support for rosdep on Windows.
- https://github.com/ros-infrastructure/rosdep/pull/811
- Fix homebrew listing to show only formula.
- https://github.com/ros-infrastructure/rosdep/pull/792
- Correctly detect when pip is not available.
- https://github.com/ros-infrastructure/rosdep/pull/822
- Correctly detect when gem is not available.
- https://github.com/ros-infrastructure/rosdep/pull/823
- Update target package for tests.
- https://github.com/ros-infrastructure/rosdep/pull/835
- Drop support for EOL Ubuntu distros and add Focal.
- https://github.com/ros-infrastructure/rosdep/pull/829
- Remove references to Travis CI.
- https://github.com/ros-infrastructure/rosdep/pull/836
- Add support for wildcard OS name.
- https://github.com/ros-infrastructure/rosdep/pull/838
- Refactor CI platforms.
- https://github.com/ros-infrastructure/rosdep/pull/843
- Update release distributions.
- https://github.com/ros-infrastructure/rosdep/pull/842
- Use unittest.mock where possible.
- https://github.com/ros-infrastructure/rosdep/pull/850
- Support RosdepLookup overrides for several commands.
- https://github.com/ros-infrastructure/rosdep/pull/847
- Detect Alpine package name with alias.
- https://github.com/ros-infrastructure/rosdep/pull/848
- Run tests with pytest instead of nose.
- https://github.com/ros-infrastructure/rosdep/pull/863
- Alias Raspbian to Debian.
- https://github.com/ros-infrastructure/rosdep/pull/867
- Support PEP 338 invocation of rosdep2 module.
- https://github.com/ros-infrastructure/rosdep/pull/862
- Improve consistency of stderr usage.
- https://github.com/ros-infrastructure/rosdep/pull/846
- Make -q (quiet) work for update verb.
- https://github.com/ros-infrastructure/rosdep/pull/844
- Pass with flake8_comprehensions.
- https://github.com/ros-infrastructure/rosdep/pull/861
- Add pip installer to arch linux platform.
- https://github.com/ros-infrastructure/rosdep/pull/865
- Compress HTTP with GZip where available.
- https://github.com/ros-infrastructure/rosdep/pull/837
- If Manjaro is detected override to Arch Linux.
- https://github.com/ros-infrastructure/rosdep/pull/866
- Clean up some C417 flake8 violations.
- https://github.com/ros-infrastructure/rosdep/pull/876
- List 'ROS Infrastructure Team' as the package maintainer.
- https://github.com/ros-infrastructure/rosdep/pull/859
- Require setuptools, src/rosdep2/platforms/pip.py imports pkg_resources.
- https://github.com/ros-infrastructure/rosdep/pull/809
- Bump minimum Python 3 version in stdeb to 3.6.
- https://github.com/ros-infrastructure/rosdep/pull/879
- Update developer documentation to reflect mock dependency.
- https://github.com/ros-infrastructure/rosdep/pull/880
- Run tests against Python 3.10.
- https://github.com/ros-infrastructure/rosdep/pull/883
- Ignore rosdep's own deprecations when running rosdep tests.
- https://github.com/ros-infrastructure/rosdep/pull/882
- Declare test dependencies in [test] extra.
- https://github.com/ros-infrastructure/rosdep/pull/881
- Mark linter tests and tests which require network.
- https://github.com/ros-infrastructure/rosdep/pull/884

0.21.0

-------------------
- Add command line option to select which dependency types to install.
- https://github.com/ros-infrastructure/rosdep/pull/789
- https://github.com/ros-infrastructure/rosdep/pull/727
- Fix output formatting for npm installer when running ``rosdep --all-versions``.
- https://github.com/ros-infrastructure/rosdep/pull/814
- Fix exception running ``rosdep --all-versions`` when some installers are missing.
- https://github.com/ros-infrastructure/rosdep/pull/815
- Display advice for fixing permissions when rosdep cache is not readable.
- https://github.com/ros-infrastructure/rosdep/pull/787

0.20.1

-------------------
- Fix a typo in the ament_packages README
- https://github.com/ros-infrastructure/rosdep/pull/796
- Add support for a few RHEL clones
- https://github.com/ros-infrastructure/rosdep/pull/802

0.20.0

-------------------
- Install packages in buildtool_export_depends.
- https://github.com/ros-infrastructure/rosdep/pull/753
- Remove shebang from a non-executable file.
- https://github.com/ros-infrastructure/rosdep/pull/755
- Add alias for Pop! OS
- https://github.com/ros-infrastructure/rosdep/pull/757
- Use tool-specific user-agent to retrieve custom rules from websites.
- https://github.com/ros-infrastructure/rosdep/pull/775
- https://github.com/ros-infrastructure/rosdep/issues/774
- Update catkin-sphinx link in documentation.
- https://github.com/ros-infrastructure/rosdep/pull/783
- Add ZorinOS detection support.
- https://github.com/ros-infrastructure/rosdep/pull/712
- Fix handling of installer version strings in Python 3.
- https://github.com/ros-infrastructure/rosdep/pull/776
- Use GitHub Actions for CI.
- https://github.com/ros-infrastructure/rosdep/pull/751
- https://github.com/ros-infrastructure/rosdep/pull/785
- Add npm installer support.
- https://github.com/ros-infrastructure/rosdep/pull/692
- Set Python2-Depends-Name option to allow releasing from Ubuntu Focal.
- https://github.com/ros-infrastructure/rosdep/pull/766

0.19.0

-------------------
- Only release for Python3 into focal
- https://github.com/ros-infrastructure/rosdep/pull/734
- Added --rosdistro argument to rosdep-update to scope update to one rosdistro
- https://github.com/ros-infrastructure/rosdep/pull/738
- Fixes https://github.com/ros-infrastructure/rosdep/pull/723
- Fix CI for Python 3.4 and run slower CI jobs first
- https://github.com/ros-infrastructure/rosdep/pull/739
- Strip Alpine's patch version from OS codename
- https://github.com/ros-infrastructure/rosdep/pull/716
- Fixes https://github.com/ros-infrastructure/rosdep/issues/715
- Raise a clear and specific error message for null entries
- https://github.com/ros-infrastructure/rosdep/pull/726
- Use DNF as the default installer on RHEL 8 and newer
- https://github.com/ros-infrastructure/rosdep/pull/713
- Updates to YUM and DNF handling
- https://github.com/ros-infrastructure/rosdep/pull/640
- Fix tests so they don't assume euid != 0
- https://github.com/ros-infrastructure/rosdep/pull/703
- Update openSUSE package query function and enable pip installer
- https://github.com/ros-infrastructure/rosdep/pull/729
- Fix conditional dependencies when one package uses manifest.xml
- https://github.com/ros-infrastructure/rosdep/pull/737
- Handle StopIteration when querying in debian platform
- https://github.com/ros-infrastructure/rosdep/pull/701
- Use entry points rather than console scripts to enable usage on Windows
- https://github.com/ros-infrastructure/rosdep/pull/656
- Depend on modules packages only to allow modules packages to be co-installable.
- https://github.com/ros-infrastructure/rosdep/pull/750

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.