Package: patchman-client Source: patchman Version: 4.0.21-1 Architecture: all Maintainer: Marcus Furlong Installed-Size: 68 Depends: curl, mawk, jq Homepage: https://github.com/furlongm/patchman Priority: optional Section: python Filename: pool/main/p/patchman/patchman-client_4.0.21-1_all.deb Size: 21704 SHA256: a3fb804cc053dfd6cc2962cfb738bdb6f4ac9fc2782e05ce38983edae078de6a SHA1: 95f8ff6fcdc794d578356029eb251511e1b4b358 MD5sum: 8c87d8fbd500dcc7ac94e098e0007e74 Description: Client for the patchman monitoring system. The client will send a list of packages and repositories to the upstream patchman server. Package: python3-cvss Source: cvss Version: 3.6-1 Architecture: all Maintainer: None Installed-Size: 130 Depends: python3:any Homepage: https://github.com/RedHatProductSecurity/cvss Priority: optional Section: python Filename: pool/main/c/cvss/python3-cvss_3.6-1_all.deb Size: 18852 SHA256: 505158f3295da28a30e6846d5f4843b29e76db9e3dda170bcae74ed22cc06a3f SHA1: 2d83646cfe8266132b22e209c5072c46df4e2361 MD5sum: 48496502a770549e27b0395c5121ef5e Description: CVSS2/3/4 library with interactive calculator for Python 2 a CVSS ==== . This Python package contains CVSS v2, v3 and v4 computation utilities and interactive calculator (for v2 and v3 only) compatible with Python 3. CVSS (Common Vulnerability Scoring System) is an standardized method for rating the severity of security issues on a scale from 0 (no impact) to 10 (critical). . The library is tested on all currently-supported Python versions available via GitHub Actions but it is simple enough to run on even older versions. . Installation ------------ . :: . # pip install cvss . Usage ----- Package: python3-django-bootstrap3 Source: django-bootstrap3 Version: 26.1-1 Architecture: all Maintainer: None Installed-Size: 95 Depends: python3-django, python3:any Homepage: None Priority: optional Section: python Filename: pool/main/d/django-bootstrap3/python3-django-bootstrap3_26.1-1_all.deb Size: 17284 SHA256: 2e0e5c4c10dc4957e8fe25626095abc6ecac3416fe015c68e9b1c6fa01d3b6eb SHA1: d9f450aebfef9ba3755278d4894e18bfaa4c49eb MD5sum: 21c38a0941403efb65127f86da33dfff Description: Bootstrap 3 for Django # django-bootstrap3 . [![CI](https://github.com/zostera/django-bootstrap3/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/zostera/django-bootstrap3/actions/workflows/ci.yml) [![Coverage Status](https://coveralls.io/repos/github/zostera/django-bootstrap3/badge.svg?branch=main)](https://coveralls.io/github/zostera/django-bootstrap3?branch=main) [![Latest PyPI version](https://img.shields.io/pypi/v/django-bootstrap3.svg)](https://pypi.python.org/pypi/django-bootstrap3) . Bootstrap 3 for Django. . ## Goal . The goal of this project is to seamlessly blend Django and Bootstrap 3. . ## Maintenance Mode . Bootstrap 3 has been superseded by Bootstrap 4, which has since been superseded by Bootstrap 5. As a result, this package is now in **maintenance mode** and will only receive bug fixes and security updates. No new features or enhancements will be added. We recommend that new projects use Bootstrap 5 and encourage existing projects to consider migrating when feasible. . For Bootstrap 4, please refer to our dedicated package: [django-bootstrap4](https://github.com/zostera/django-bootstrap4). . For Bootstrap 5, please refer to our dedicated package: [django-bootstrap5](https://github.com/zostera/django-bootstrap5). Package: python3-patchman Source: patchman Version: 4.0.21-1 Architecture: all Maintainer: Marcus Furlong Installed-Size: 1293 Depends: python3 (>= 3.11), python3-django (>= 4.2), python3-django-extensions, python3-django-bootstrap3, python3-cvss, python3-djangorestframework, python3-djangorestframework-api-key, python3-django-filters, python3-debian, python3-rpm, python3-tqdm, python3-defusedxml, python3-pip, python3-tenacity, python3-requests, python3-colorama, python3-magic, python3-humanize, python3-yaml, libapache2-mod-wsgi-py3, apache2, sqlite3, celery, python3-celery, python3-django-celery-beat, redis-server, python3-redis, python3-git, python3-django-taggit, python3-zstandard, python3-django-tables2, python3-django-select2, adduser Suggests: python3-mysqldb, python3-psycopg2, python3-pymemcache, memcached Homepage: https://github.com/furlongm/patchman Priority: optional Section: python Filename: pool/main/p/patchman/python3-patchman_4.0.21-1_all.deb Size: 150272 SHA256: 49ffbb15071c2b98a04746b058b7922fa894af7a891200975448d63dc553c91a SHA1: e11525034956b446629733693dceb8de80d2f7a4 MD5sum: 287baf7a585ae3cd038f0fbf685c6a64 Description: Django-based patch status monitoring tool for linux systems. Patchman provides a web interface for monitoring host package updates. . Patchman clients send a list of installed packages and enabled repositories to the patchman server. The patchman server updates its package list for each repository and determines which hosts require updates, whether those updates are normal or security updates, and shows installed packages that are not part of any repository. Hosts, packages, repositories and operating systems can all be filtered (using features or arbitrary tags). For example, it is possible to find out which hosts have a certain version of a package installed, and which repository it comes from. . Patchman does not install update packages on hosts, it determines and records what updates are available for each host. The patchman yum and apt plugins can optionally send reports to the patchman server every time packages are installed or removed.