Package: patchman-client Source: patchman Version: 2.0.18-1 Architecture: all Maintainer: Marcus Furlong Installed-Size: 43 Depends: curl, debianutils, util-linux, coreutils Homepage: https://github.com/furlongm/patchman Priority: optional Section: python Filename: pool/main/p/patchman/patchman-client_2.0.18-1_all.deb Size: 13672 SHA256: 7ba13f6b84c70c4cb06547b5104bbe2a4cdcbf57f76cc6f466653f5d3da39f8b SHA1: 5b87724ce7e4a715a8c2d2d82e4acefc0d35b2d4 MD5sum: 745598fe178caed6b8023b85121023b1 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: 2.0.18-1 Architecture: all Maintainer: Marcus Furlong Installed-Size: 436 Depends: python3 (>= 3.6), python3-django (>= 2.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-memcache, 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_2.0.18-1_all.deb Size: 59184 SHA256: 4f18ac16f3617c9c1ef77105eea306d6f0f0729f58ca6b8e3e721990b3aeeaae SHA1: 1c3189b07f8dc5ffe6f37af462b19af32b9eb303 MD5sum: 259e2b4750396c18fdde2b3cfd8acd85 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.