You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-drf-yasg-1.21.5-1.lbn36.noarch
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code. Python 3 version.
RPMPackage python3-dns+trio-2.7.0-2.lbn36.noarch
This is a metapackage bringing in trio extras requires for python3-dns. It makes sure the dependencies are installed.
RPMPackage python3-dns+idna-2.7.0-2.lbn36.noarch
This is a metapackage bringing in idna extras requires for python3-dns. It makes sure the dependencies are installed.
RPMPackage python3-dns+doh-2.7.0-2.lbn36.noarch
This is a metapackage bringing in doh extras requires for python3-dns. It makes sure the dependencies are installed.
RPMPackage python3-dns+dnssec-2.7.0-2.lbn36.noarch
This is a metapackage bringing in dnssec extras requires for python3-dns. It makes sure the dependencies are installed.
RPMPackage python3-dns+curio-2.2.1-1.lbn36.noarch
This is a metapackage bringing in curio extras requires for python3-dns. It makes sure the dependencies are installed.
RPMPackage python3-dns-2.7.0-2.lbn36.noarch
dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records.
RPMPackage python3-dnfdaemon-0.3.20-8.fc36.noarch
Python 3 api for communicating with the dnf-daemon DBus service
RPMPackage python3-dnf-plugins-extras-common-4.1.2-3.lbn36.noarch
Common files for Extras Plugins for DNF.
RPMPackage python3-dnf-plugin-tracer-4.1.2-3.lbn36.noarch
Tracer Plugin for DNF, Python 3 version. Finds outdated running applications in your system every transaction.
RPMPackage python3-dnf-plugin-torproxy-4.1.2-3.lbn36.noarch
Tor proxy plugin forces DNF to use Tor to download packages. It makes sure that Tor is working and avoids leaking the hostname by using the proper SOCKS5 interface.
RPMPackage python3-dnf-plugin-system-upgrade-4.0.16-1.fc36.noarch
System Upgrade Plugin for DNF, Python 3 version. Enables offline system upgrades and distrosync using three commands: ``system-upgrade``, ``offline-upgrade``, and ``offline-distrosync``.
RPMPackage python3-dnf-plugin-snapper-4.1.2-3.lbn36.noarch
Snapper Plugin for DNF, Python 3 version. Creates snapshot every transaction.
RPMPackage python3-dnf-plugin-showvars-4.1.2-3.lbn36.noarch
This plugin dumps the current value of any defined DNF variables. For example $releasever and $basearch.
RPMPackage python3-dnf-plugin-rpmconf-4.1.2-3.lbn36.noarch
RpmConf Plugin for DNF, Python 3 version. Handles .rpmnew, .rpmsave every transaction.
RPMPackage python3-dnf-plugin-kickstart-4.1.2-3.lbn36.noarch
Kickstart Plugin for DNF, Python 3 version. Install packages listed in a Kickstart file.
RPMPackage python3-dnf-4.17.0-6.lbn36.noarch
Python 3 interface to DNF.
RPMPackage python3-django-uuslug-1.2.0-6.lbn36.noarch
A Django slugify application that guarantees Uniqueness and handles Unicode
RPMPackage python3-django-timezone-field+rest_framework-4.2.1-4.lbn36.noarch
Django app providing database and form fields for pytz timezone objects. "rest_framework" extras. Python 3 version.
RPMPackage python3-django-timezone-field-6.1.0-1.lbn36.noarch
django-timezone-field A Django app providing DB, form, and REST framework fields for zoneinfo and pytz timezone objects. The transition from pytz to zoneinfo Like Django, this app supports both pytz and zoneinfo objects while the community transitions away from pytz to zoneinfo. All exposed fields and functions that return a timezone object accept an optional boolean kwarg use_pytz. If not explicitly specified, the default value used for use_pytz matches Django's behavior: Django <= 3.X: use_pytz defaults to True Django == 4.X: use_pytz defaults to the value of django.conf.settings.USE_DEPRECATED_PYTZ, which itself defaults to False Django >= 5.X: django plans to drop support for pytz altogether, and this app will likely do the same. Note that this app does not declare pytz to be a dependency, so if you're using this app with use_pytz=True, you'll need to ensure pytz is included in the environment yourself. Differences in recognized timezones between pytz and zoneinfo pytz and z