You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage clucene-core-2.3.3.4-42.20130812.e8e3d20git.fc36.x86_64
CLucene is a C++ port of the popular Apache Lucene search engine (http://lucene.apache.org/java). CLucene aims to be a high-speed alternative to Java Lucene, its API is very similar to that of the Java version. CLucene has recently been brought up to date with Lucene 2.3.2. It contains most of the same functionality as the Java version.
RPMPackage clucene-contribs-lib-2.3.3.4-42.20130812.e8e3d20git.fc36.x86_64
Language specific text analyzers for clucene.
RPMPackage pgbouncer-1.22.1-1.lbn36.x86_64
pgbouncer is a lightweight connection pooler for PostgreSQL and uses libevent for low-level socket handling.
RPMPackage pgbackrest-2.54.2-1.lbn36.x86_64
pgBackRest aims to be a simple, reliable backup and restore system for PostgreSQL that can seamlessly scale up to the largest databases and workloads. The following features are available: - Parallel backup & restore - Local or remote operation - Full, incremental, differential backups - Backup rotation & archive expiration - Backup integrity - Page checksums - Backup resume - Streaming compression & checksums - Delta restore - Parallel, asynchronous WAL push & get - Tablespace & link support - Amazon S3 support - Encryption - Compatibility with PostgreSQL >= 8.3
RPMPackage pg_logical-2.4.5-1.lbn36.x86_64
The pglogical 2 extension provides logical streaming replication for PostgreSQL, using a publish/subscribe model. It is based on technology developed as part of the BDR project (http://2ndquadrant.com/BDR). We use the following terms to describe data streams between nodes, deliberately reused from the earlier Slony technology: Nodes - PostgreSQL database instances Providers and Subscribers - roles taken by Nodes Replication Set - a collection of tables Use cases supported are: Upgrades between major versions (given the above restrictions) Full database replication Selective replication of sets of tables using replication sets Selective replication of table rows at either publisher or subscriber side (row_filter) Selective replication of table columns at publisher side Data gather/merge from multiple upstream servers Architectural details: pglogical works on a per-database level, not whole server level like physical streaming replication One Provider may feed multiple Subscribers without incurring additional disk write overhead One Subscriber can merge changes from several origins and detect conflict between changes with automatic and configurable conflict resolution (some, but not all aspects required for multi-master). Cascading replication is implemented in the form of changeset forwarding.
RPMPackage libbacktrace0-1.0_git20250420-1.lbn36.x86_64
This is a C library that may be linked into a C/C++ program to produce symbolic backtraces.
RPMPackage java-21-openjdk-static-libs-21.0.4.0.7-2.lbn36.x86_64
The OpenJDK 21 libraries for static linking.
RPMPackage java-21-openjdk-jmods-21.0.4.0.7-2.lbn36.x86_64
The JMods for OpenJDK 21.
RPMPackage java-21-openjdk-headless-21.0.4.0.7-2.lbn36.x86_64
The OpenJDK 21 runtime environment without audio and video support.
RPMPackage java-21-openjdk-21.0.4.0.7-2.lbn36.x86_64
The OpenJDK 21 runtime environment.
RPMPackage python3-sphinx-pytest-0.1.1-1.lbn36.noarch
Helpful pytest fixtures for sphinx extensions. This extension provides pytest fixtures to "simulate" converting some source text to docutils AST at different stages; before transforms, after transforms, etc.
RPMPackage python3-pytest-xvfb-2.0.0-4.fc36.noarch
With Xvfb and the plugin installed, your testsuite automatically runs with Xvfb. This allows tests to be run without windows popping up during GUI tests or on systems without a display (like a CI). If Xvfb is not installed, the plugin does not run and your tests will still work as normal. However, a warning message will print to standard output letting you know that Xvfb is not installed. If you're currently using xvfb-run in something like .travis.yml, simply remove it and install this plugin instead - then you'll also have the benefits of Xvfb locally.
RPMPackage python3-pytest-xprocess-0.18.1-2.fc36.noarch
Experimental py.test <>_ plugin for managing processes across test runs.Usage install via:: pip install pytest-xprocessThis will provide a xprocess fixture which helps you to ensure that one ore more longer-running processes are present for your tests. You can use it to start and pre-configure test-specific databases (Postgres, Couchdb, ...).Additionally there are two new command line...
RPMPackage python3-pytest-webdriver-1.7.0-1.lbn36.noarch
Pytest Webdriver FixtureThis fixture provides a configured webdriver for Selenium browser tests, that takes screenshots for you on test failures.
RPMPackage python3-pytest-watch-4.2.0-12.fc36.noarch
A zero-config CLI tool that runs [pytest][], and re-runs it when a file in your project changes. It beeps on failures and can run arbitrary commands on each passing and failing test run.
RPMPackage python3-pytest-virtualenv-1.7.0-13.fc36.noarch
Create a Python virtual environment in your test that cleans up on teardown. The fixture has utility methods to install packages and list what's installed.
RPMPackage python3-pytest-venv-0.2-6.fc36.noarch
pytest-venv is a simple pytest plugin that exposes a venv fixture. The fixture is used to create a new virtual environment which can be used to install packages and run commands inside tests.
RPMPackage python3-pytest-vcr-1.0.2-12.fc36.noarch
Py.test plugin for managing VCR.py cassettes
RPMPackage python3-pytest-twisted-1.12-1.lbn36.noarch
pytest-twisted is a plugin for pytest, which allows to test code, which uses the twisted framework. test functions can return Deferred objects and pytest will wait...
RPMPackage python3-pytest-trytond-0.1.0-1.lbn36.noarch
Pytest plugin for the Tryton server framework