patchman icon indicating copy to clipboard operation
patchman copied to clipboard

Patchman is a Linux Patch Status Monitoring System

Results 121 patchman issues
Sort by recently updated
recently updated
newest added

This PR updates [chardet](https://pypi.org/project/chardet) from **4.0.0** to **5.0.0**. Changelog ### 5.0.0 ``` ⚠️ This release is the first release of chardet that no longer supports Python < 3.6 ⚠️ In...

This PR updates [colorama](https://pypi.org/project/colorama) from **0.4.4** to **0.4.5**. Changelog ### 0.4.5 ``` * Catch a racy ValueError that could occur on exit. * Create README-hacking.md, for Colorama contributors. * Tweak...

This PR updates [python-debian](https://pypi.org/project/python-debian) from **0.1.43** to **0.1.44**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/python-debian - Homepage: https://salsa.debian.org/python-debian-team/python-debian

This PR updates [python-magic](https://pypi.org/project/python-magic) from **0.4.25** to **0.4.27**. Changelog ### 0.4.27 ``` - remove spurious pyproject.toml that breaks source builds ``` ### 0.4.26 ``` - Use tox for all multi-version...

This PR updates [version-utils](https://pypi.org/project/version-utils) from **0.3.0** to **0.3.2**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/version-utils - Changelog: https://pyup.io/changelogs/version-utils/ -...

Currently patchman can display information if a system needs to be rebooted. It would be nice to have additional information when services need to be restarted after a library has...

enhancement

Getting below error on server while running patchman -a command ``` Traceback (most recent call last): 26%|############### |ETA: 0:00:34 File "/usr/lib/python3/dist-packages/django/db/models/query.py", line 538, in get_or_create return self.get(**kwargs), False File "/usr/lib/python3/dist-packages/django/db/models/query.py",...

Added basic proxy support from environment variables, need to add this option in parameter of patchman cli.