You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage zope-build-4.8.1-1.lbn25.noarch
RPM build macros for Zope, Plone etc
RPMPackage zope-4.8.1-1.lbn25.noarch
Zope Application Server
RPMPackage zeo-5.3.0-1.lbn25.noarch
ZEO is a client-server system for sharing a single storage among many clients. When you use ZEO, the storage is opened in the ZEO server process. Client programs connect to this process using a ZEO ClientStorage. ZEO provides a consistent view of the database to all clients. The ZEO client and server communicate using a custom RPC protocol layered on top of TCP.
RPMPackage sqlite-devel-3.26.0-2.lbn25.x86_64
This package contains the header files and development documentation for sqlite. If you like to develop programs using sqlite, you will need to install sqlite-devel.
RPMPackage redhat-rpm-config-224-1.lbn25.noarch
Red Hat specific rpm configuration files.
RPMPackage python3-tox-backticks-0.3.0-1.lbn25.noarch
 
RPMPackage python3-tkinter-3.7.7-1.lbn25.x86_64
The Tkinter (Tk interface) library is a graphical user interface toolkit for the Python programming language.
RPMPackage python3-test-3.7.7-1.lbn25.x86_64
The self-test suite for the Python interpreter. This is only useful to test Python itself. For testing general Python code, you should use the unittest module from python3-libs, or a library such as python3-pytest or python3-nose.
RPMPackage python3-rpm-macros-3.10-17.lbn25.noarch
RPM macros for building Python 3 packages.
RPMPackage python3-libs-3.7.7-1.lbn25.x86_64
This package contains runtime libraries for use by Python: - the majority of the Python standard library - a dynamically linked library for use by applications that embed Python as a scripting language, and by the main "python3" executable
RPMPackage python3-idle-3.7.7-1.lbn25.x86_64
IDLE is Python’s Integrated Development and Learning Environment. IDLE has the following features: Python shell window (interactive interpreter) with colorizing of code input, output, and error messages; multi-window text editor with multiple undo, Python colorizing, smart indent, call tips, auto completion, and other features; search within any window, replace within editor windows, and search through multiple files (grep); debugger with persistent breakpoints, stepping, and viewing of global and local namespaces; configuration, browsers, and other dialogs.
RPMPackage python3-devel-3.7.7-1.lbn25.x86_64
This package contains the header files and configuration needed to compile Python extension modules (typically written in C or C++), to embed Python into other programs, and to make binary distributions for Python libraries. It also contains the necessary macros to build RPM packages with Python modules and 2to3 tool, an automatic source converter from Python 2.X.
RPMPackage python3-debug-3.7.7-1.lbn25.x86_64
python3-debug provides a version of the Python runtime with numerous debugging features enabled, aimed at advanced Python users such as developers of Python extension modules. This version uses more memory and will be slower than the regular Python build, but is useful for tracking down reference-counting issues and other bugs. The bytecode format is unchanged, so that .pyc files are compatible between this and the standard version of Python, but the debugging features mean that C/C++ extension modules are ABI-incompatible and must be built for each version separately. The debug build shares installation directories with the standard Python runtime, so that .py and .pyc files can be shared. Compiled extension modules use a special ABI flag ("d") in the filename, so extensions for both versions can co-exist in the same directory.
RPMPackage python3-collective.beaker-1.0~b3-1.lbn25.noarch
collective.beaker - Beaker integration for Zope 2 and Plone. This package provides a means to configure the Beaker <>_ session management and caching framework for use within a Zope 2 (and Plone) environment.Ordinarily, Beaker is configured using WSGI middleware. However, Zope 2 does not (yet) run WSGI by default (unless you use repoze.zope2). This package provides an alternative configuration...
RPMPackage python3-collective-xmltestreport-2.0.2-1.lbn25.noarch
Introduction This package provides an extension to the test runner to the one that ships with zope.testrunner, as well as a buildout recipe based on zc.recipe.testrunner to install a test script for this test runner.The test runner is identical to the one in zope.testrunner, but it is capable of writing test reports in the XML format output by JUnit/Ant. This allows the test results to be...
RPMPackage python3-3.7.7-1.lbn25.x86_64
Python is an accessible, high-level, dynamically typed, interpreted programming language, designed with an emphasis on code readability. It includes an extensive standard library, and has a vast ecosystem of third-party libraries. The python3 package provides the "python3" executable: the reference interpreter for the Python language, version 3. The majority of its standard library is provided in the python3-libs package, which should be installed automatically along with python3. The remaining parts of the Python standard library are broken out into the python3-tkinter and python3-test packages, which may need to be installed separately. Documentation for Python is provided in the python3-docs package. Packages containing additional libraries for Python are generally named with the "python3-" prefix.
RPMPackage python2-zserver-4.0.2-1.lbn25.noarch
Zope ZServer.Changelog 4.0.2 (2019-08-22) - Fix: zserver-threads configuration option has been ineffective due to too early import of the configuration variable (Zope665 < 4.0.1 (2019-05-17) - Fixed configuration file path in tests 4.0 (2019-05-08) -Changes since 3.0:- Broke out ZServer and related code from Zope core project. This includes FTP, webdav and zope.conf support for ZServer related...
RPMPackage python2-zopyx-txng3-ext-4.0.0-1.lbn25.x86_64
zopyx.txng3.ext - Extension modules for TextIndexNG3 Author zopyx.txng3.ext is written by Andreas Jung for ZOPYX Ltd. & Co. KG, Tuebingen, Germany.License - TextIndexNG 3 is published under the Zope Public License V 2.1 (see ZPL.txt) Other license agreements can be made. Contact us for details (info@zopyx.com).- TextIndexNG 3 ships with a copy of the Snowball code (snowball.tartarus.org) for...
RPMPackage python2-zopyx-txng3-core-3.6.2-5.lbn25.noarch
TextIndexNG3 core implementation
RPMPackage python2-zopeundo-4.3-1.lbn25.noarch
This package is used to support the Prefix object that Zope 2 uses for the undo log. It is a separate package only to aid configuration management.This package is included in Zope 2. It can be used in a ZEO server to allow it to support Zope 2's undo log , without pulling in all of Zope 2. Changelog 4.3 (2017-09-08) -- Add __ne__ to the Prefix class. Fix a problem with undoLog/undoInfo...