Package: patchman-client Source: patchman Version: 3.0.19-1 Architecture: all Maintainer: Marcus Furlong Installed-Size: 45 Depends: curl, debianutils, util-linux, coreutils Homepage: https://github.com/furlongm/patchman Priority: optional Section: python Filename: pool/main/p/patchman/patchman-client_3.0.19-1_all.deb Size: 13528 SHA256: 9b84cd09dee6546a85aa1d2a5677a48b7b633cfa4e934d12146c36dcbb8c6bae SHA1: 13656bf108b6e93ae8561cb5ccffbb107fb6b065 MD5sum: e3b5d4d26424e3050a268284c6b5b34d Description: Client for the patchman monitoring system. . The client will send a list of packages and repositories to the upstream patchman server. Package: python3-django-bootstrap3 Source: django-bootstrap3 Version: 23.1-1 Architecture: all Maintainer: None Installed-Size: 97 Depends: python3-django, python3-importlib-metadata | python3 (>> 3.8), python3:any Homepage: https://github.com/zostera/django-bootstrap3 Priority: optional Section: python Filename: pool/main/d/django-bootstrap3/python3-django-bootstrap3_23.1-1_all.deb Size: 17204 SHA256: b28c6aa93a0dca79610f56485bdc2f7db634b0b5e374b19ba950764fe15cba38 SHA1: 1abdfd132ab2025c5cf1e113c151108371038ec9 MD5sum: 43587aac31c949efd404c253e08e51ab Description: Bootstrap 3 support for Django projects # django-bootstrap3 . [![CI](https://github.com/zostera/django-bootstrap3/workflows/CI/badge.svg?branch=main)](https://github.com/zostera/django-bootstrap3/actions?workflow=CI) [![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) [![Any color you like](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) . Bootstrap 3 integration for Django. . ## Goal . The goal of this project is to seamlessly blend Django and Bootstrap 3. . - Want to use Bootstrap 4 in Django? See https://github.com/zostera/django-bootstrap4. - Want to use Bootstrap 5 in Django? See https://github.com/zostera/django-bootstrap5. . ## Requirements . Python 3.7 or newer with Django 3.2 or newer. Package: python3-patchman Source: patchman Version: 3.0.19-1 Architecture: all Maintainer: Marcus Furlong Installed-Size: 501 Depends: python3 (>= 3.10), python3-django (>= 3.2), python3-django-tagging, python3-django-extensions, python3-django-bootstrap3, python3-djangorestframework, python3-django-filters, python3-debian, python3-rpm, python3-progressbar, python3-lxml, python3-defusedxml, python3-requests, python3-colorama, python3-magic, python3-humanize, python3-pip, python3-pymemcache, python3-yaml, memcached, libapache2-mod-wsgi-py3, apache2 Suggests: python3-django-celery, python3-mysqldb, python3-psycopg2 Homepage: https://github.com/furlongm/patchman Priority: optional Section: python Filename: pool/main/p/patchman/python3-patchman_3.0.19-1_all.deb Size: 63824 SHA256: a94a1248ced6893793fb801f93958273e93ecc702ae72e08f6c516bea7888445 SHA1: 6c76a4990e3347327089cc5f293c36fe626c18ef MD5sum: 2142fbc5f920c0fc78f7fdad2828c984 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.