You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage nodejs-npmlog-6.0.0-1.lbn25.noarch
The logger utility that npm uses. This logger is very basic. It does the logging for npm. It supports custom levels and colored output.
RPMPackage nodejs-npmconf-2.1.2-2.lbn25.noarch
The config thing npm uses
RPMPackage nodejs-npm-user-validate-0.1.5-1.lbn25.noarch
User validations for npm
RPMPackage nodejs-npm-registry-client-7.1.2-1.lbn25.noarch
Client for the npm registry
RPMPackage nodejs-npm-package-arg-8.1.2-1.lbn25.noarch
Parse the things that can be arguments to `npm install`
RPMPackage nodejs-npm-install-checks-3.0.0-1.lbn25.noarch
checks that npm runs during the installation of a module
RPMPackage nodejs-npm-cache-filename-1.0.2-1.lbn25.noarch
Given a cache folder and url, return the appropriate cache folder.
RPMPackage python3-dnf-plugins-extras-common-4.0.15-2.lbn25.noarch
Common files for Extras Plugins for DNF.
RPMPackage python3-dnf-plugin-versionlock-4.0.22-3.lbn25.noarch
Version lock plugin takes a set of name/versions for packages and excludes all other versions of those packages. This allows you to e.g. protect packages from being updated by newer versions.
RPMPackage python3-dnf-plugin-tracer-4.0.15-2.lbn25.noarch
Tracer Plugin for DNF, Python 3 version. Finds outdated running applications in your system every transaction.
RPMPackage python3-dnf-plugin-torproxy-4.0.15-2.lbn25.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.15-2.lbn25.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.0.15-2.lbn25.noarch
Snapper Plugin for DNF, Python 3 version. Creates snapshot every transaction.
RPMPackage python3-dnf-plugin-show-leaves-4.0.22-3.lbn25.noarch
Show-leaves Plugin for DNF, Python 3 version. List all installed packages that are no longer required by any other installed package after a transaction.
RPMPackage python3-dnf-plugin-rpmconf-4.0.15-2.lbn25.noarch
RpmConf Plugin for DNF, Python 3 version. Handles .rpmnew, .rpmsave every transaction.
RPMPackage python3-dnf-plugin-local-4.0.22-3.lbn25.noarch
Local Plugin for DNF, Python 3 version. Automatically copy all downloaded packages to a repository on the local filesystem and generating repo metadata.
RPMPackage python3-dnf-plugin-leaves-4.0.22-3.lbn25.noarch
Leaves Plugin for DNF, Python 3 version. List all installed packages not required by any other installed package.
RPMPackage python3-dnf-plugin-kickstart-4.0.15-2.lbn25.noarch
Kickstart Plugin for DNF, Python 3 version. Install packages listed in a Kickstart file.
RPMPackage python3-django-tastypie-0.13.3-7.lbn25.py37.noarch
Tastypie is an webservice API framework for Django. It provides a convenient, yet powerful and highly customizable, abstraction for creating REST-style interfaces.
RPMPackage python3-django-sortedm2m-1.3.3-1.lbn25.py37.noarch
sortedm2m is a drop-in replacement for django’s own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations. Usecases Imagine that you have a gallery model and a photo model. Usually you want a relation between these models so you can add multiple photos to one gallery but also want to be able to have the same photo on many galleries. This is where you usually can use many to many relation. The downside is that django’s default implementation doesn’t provide a way to order the photos in the gallery. So you only have a random ordering which is not suitable in most cases. You can work around this limitation by using the SortedManyToManyField provided by this package as drop in replacement for django’s ManyToManyField.