Pyros-setup

Latest version: v0.3.0

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

Scan your dependencies

Page 2 of 4

0.1.3

------------------
- V0.1.3. [alexv]
- Generating changelog. [alexv]
- Attempting to get travis to workaround https://github.com/pytest-
dev/pytest/issues/1889. [alexv]
- Now detecting ros distro on config generation. increased pyros_config
requirement to support config generation. [alexv]
- Reviewed test and logging configuration. [alexv]
- Now using pyros_setup command to run self test instead of pytest.
simplified travis check, dropping ros workflow. [alexv]
- Attempting default config file generation. added troubleshooting
section to README. [alexv]
- Remove __init__.py from test folder as detailed in pytest doc. bumped
version to 0.1.99 to denote devel. [alexv]
- Improved setup.py with custom commands. Reviewed test, now using
py.test -s. Fixed some details in README. [alexv]
- Adding method to generate config file in instance folder. [alexv]
- Adding instructions for running tox. [alexv]
- Following pip format to display version. [alexv]
- Refining config and tests, to fail tests if default config is wrong
for user setup. [alexv]
- Adding kinetic configs. [alexv]
- Comments for release workflow. [alexv]
- Fix typo in log message. [alexv]

0.1.2

------------------
- V0.1.2. [alexv]
- Changelog. [alexv]
- Turning pyros-setup in a pure python package, since it should never be
used with ROS environment setup anyway. [alexv]
- Added __file__ and __version__ to pyros_setup import relay class.
improved deprecated decorator. improved warnings. [alexv]
- Improving main entrypoint with --version and --help. [alexv]
- Improved main entry point for self test. [alexv]
- Added site-packages to PYTHONPATH to support catkin_pip hybrid
workspaces. replaced deprecated logging methods. [alexv]

0.1.1

------------------
- Preparing 0.1.1. [alexv]
- Quick docs cleanup. [alexv]
- Cosmetics. [alexv]
- Requiring catkin_pip minimum 0.1.10, in order to fail on ros install
flow since some of our pip dependencies are not satisfied by ros debs
(and we dont want them to in this python package). [alexv]
- Disabling travis checks for ros install flow since this package is not
aimed at being installed or released as a ROS package. [alexv]
- Review documentation. fixing travis test. [alexv]
- Renaming DISTRO -> CI_ROS_DISTRO variable from travis config. [alexv]
- Separating devel and install flow for ros travis checks. added publish
and tag methods to setup.py an removed pypi_release script. improved
setup.cfg and added doc requirements. [alexv]
- Reviewing travis for test and cosmetics. [AlexV]
- Reviewing tox and tests. [AlexV]
- Comments for tox. [AlexV]
- New test strategy for travis. since we need to use system packages, we
cant use travis python language build environment. [AlexV]
- Forcing travis to get latest tox. [AlexV]
- Fixed tox.ini to set venvs properly and make tests pass. [AlexV]
- Fixing tests to be run with pytest from catkin. [AlexV]
- Fixed main entrypoint for pytest. fixed pyros-utils and pyros-config
dependencies version. [AlexV]
- Now adding path to ROS_PACKLAGE_PATH only if it exists. [alexv]
- Fixing test for pytest. [alexv]
- Travis now using py.test directly since tox doesnt work refined
tox.ini improving gitignore. [alexv]
- Now using pytest for self test. [alexv]
- Using renamed catkin_pip. [alexv]
- Setting up python environments and tox. fixing version in setup.py.
[alexv]
- Restructuring to a pure python package with pytest and tox testing, on
indigo and jade. pytest passing (remove *.pyc). tox failing. [alexv]
- Cleaning up pyros_utils related code. [alexv]
- Cleaning up pyros_config related code. [alexv]
- Now requiring catkin_pure_python 0.1.2. comments. [alexv]
- Updating for catkin_pure_python 0.1.0. [AlexV]
- Bumping minimum required catkin_pure_python version to 0.0.8 to not
write to install workspace before make install. [alexv]
- Improved readme, mentioning to use pip package and catkin_pure_python.
[alexv]
- Hopefully fixing travis build dependencies problem, for now... [alexv]
- Improved error message when import fails. [alexv]
- Fixing rosdep install step in travis. [alexv]
- Now installing ros dependencies in ros build script to check ros
dependencies can also be retrieved from python workflow. [alexv]
- Added doc about config file contents. [alexv]
- Updated docs. cosmetics. [alexv]

0.1.0

------------------
- Generating changelog. [alexv]
- Adding missing config package to setup.py. [alexv]
- Ros package still depending on catkin afterall. [alexv]
- Modifying ros utils script to improve debug for python and pip
behavior. [AlexV]
- Helping debug of rosutils scripts. [alexv]
- Rosutils scripts changing to build directory before doing anything
else. [AlexV]
- Now using package v2 format. [alexv]
- Fixed logic for ros_package_path when not a devel workspace.
cosmetics. [alexv]
- Master is now default branch. fixing travis badge url. [alexv]
- Fixing rosutils scripts. [alexv]
- Adding package version. [alexv]
- Mention shadowrobot buildtools in readme. [alexv]
- Attempting matrix build. [alexv]
- Fixing virtualenvwrapper setup script path on ubuntu. removed
debian_frontend already setup on travis trusty image. [alexv]
- Fixing virtualenvwrapper setup. [alexv]
- Force yes for python virtualenv install. [alexv]
- Adding shell script to isolate ros setup during travis test. improved
travis build to test usage from both python venv and ROS. [alexv]
- Now running python test (in venvs) from travis. [alexv]
- Set next version number. cosmetics. [alexv]
- Added a default config file to be used by client programs for default
ros configuration. now using importlib instead of custom
import_string() separated packagebound, confighandler, and config
import classes simplified setup fixed tests. [alexv]
- Fiddling around with configuration to make it usable from pyros.
[alexv]
- First version after refactor to handle config file. good enough for
self tests to use it. [alexv]
- Fixes for latest catkin_pure_python. readme improvements. [alexv]
- Improving readme. [alexv]
- Cleanup doc and comments. [alexv]
- Now depending on catkin_pure_python. [alexv]
- Working pip install requirements in catkin workspace. [alexv]
- Added simple method to get ros_home. [alexv]
- First experiment with using a virtualenv in devel workspace. [AlexV]
- First verison of cmake creating a venv to store packages. [AlexV]
- Added comments... [alexv]
- Fixing pip install command. [alexv]
- Trying to install pip requirements ni devel space. notworking yet.
[AlexV]
- Comments. [AlexV]
- Broken cmake stub for catkin-pip. [AlexV]
- Setting cmake as buildtool. [AlexV]
- Improved error message when ROs setup fails. [AlexV]

0.0.12

-------------------
- V0.012. [AlexV]
- Fixing nose dependency version and removing test pip dependency on
catkin package pyros_test. [alexv]

0.0.11

-------------------
- Preparing 0.0.11. [AlexV]
- Adding simple entrypoint to run nose tests. [AlexV]
- Now running setup.py only with setuptools. adding nose.collector as
test runner for setup.py. shutting down roslaunch before exiting
tests. [AlexV]

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.