Osrf-pycommon

Latest version: v2.0.2

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

Scan your dependencies

Page 1 of 3

2.0.2

------------------
* Fix an importlib_metadata warning with Python 3.10. (`84 <https://github.com/osrf/osrf_pycommon/issues/84>`_)
* Contributors: Chris Lalancette

2.0.1

------------------
* Don't release 2.x / master on Debian Buster. (`83 <https://github.com/osrf/osrf_pycommon/issues/83>`_)
Debian Buster is on Python 3.7: https://packages.debian.org/buster/python3
* Stop using mock in favor of unittest.mock. (`74 <https://github.com/osrf/osrf_pycommon/issues/74>`_)
Mock has been deprecated since Python 3.3; see
https://pypi.org/project/mock/ . The recommended replacement
is unittest.mock, which seems to be a drop-in replacement.
Co-authored-by: William Woodall <williamosrfoundation.org>
* Fix dependencies (`81 <https://github.com/osrf/osrf_pycommon/issues/81>`_)
* Remove obsolete setuptools from install_requires
Now that pkg_resources are no longer used, there is no need to depend
on setuptools at runtime.
* Fix version-conditional dependency on importlib-metadata
Use version markers to depend on importlib-metadata correctly. Explicit
conditions mean that wheels built with setup.py will either have the dep
or not depending on what Python version they're built with, rather than
what version they're installed on.
* fix whitespace and date in changelog heading
* Contributors: Chris Lalancette, Michał Górny, Steven! Ragnarök, William Woodall

2.0.0

------------------
* Replace the use of ``pkg_resources`` with the more modern ``importlib-metadata``. (`66 <https://github.com/osrf/osrf_pycommon/issues/66>`_)
* Note this means that from now on you can only release on >= Ubuntu focal as that was when ``python3-importlib-metadata`` was introduced.
* Used the ``1.0.x`` branch if you need an ealier version that still uses ``pkg_resources``.
Co-authored-by: William Woodall <williamosrfoundation.org>
* Contributors: Chris Lalancette

1.0.1

------------------
* Update release distributions. (`78 <https://github.com/osrf/osrf_pycommon/issues/78>`_)
* Contributors: Steven! Ragnarök

1.0.0

------------------
* Added missing conflict rules in stdeb.cfg.
* Removed Python 2 support.
* Contributors: Chris Lalancette, Timon Engelke

0.2.1

------------------
* Fix osrf.py_common.process_utils.get_loop() implementation (`70 <https://github.com/osrf/osrf_pycommon/issues/70>`_)
* Contributors: Michel Hidalgo

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.