You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-zope-component+hook-5.1.0-2.lbn36.noarch
This is a metapackage bringing in hook extras requires for python3-zope-component. It makes sure the dependencies are installed.
RPMPackage python3-zope+wsgi-4.8.11-3.lbn36.noarch
This is a metapackage bringing in wsgi extras requires for python3-zope. It makes sure the dependencies are installed.
RPMPackage python3-trytond-stock-product-location-place-7.4.0-2.lbn36.noarch
The Stock Product Location Place Module allows defining the place where each goods is stored in each location.
RPMPackage python3-single-source-0.3.0-2.lbn36.noarch
Single-source: There is only one truth single-source helps to reduce the entropy in your Python project by keeping single source of truth. The targets of this library are modern Python projects which want to have one source of truth for version, name and etc. At the moment, the library provides the single point for a package version. It supports Python 3.6+. Quick start from pathlib import Path from single_source import get_version __version__ = get_version(__name__, Path(__file__).parent.parent) Root of the problem You use modern pyproject.toml and want to keep the version of your package here: [tool.poetry] name = "modern-project" version = "0.1.0" Let's imagine the version of your package is required in some place of the code. Since you need the version in your Python code, you may want to duplicate the version by putting it as a string variable to some python file: __version__ = "0.1.0"
RPMPackage python3-zope-interface-5.5.1-1.lbn36.x86_64
zope.interface .. image::
RPMPackage zope-python3-4.8.11-2.lbn36.noarch
Python 3 interpreter and packages for Zope
RPMPackage zope-httpd-python3-4.8.11-2.lbn36.noarch
Service Zope under Apache/mod_wsgi
RPMPackage zope-filesystem-4.8.11-2.lbn36.noarch
Zope ecosystem filesystem layouts
RPMPackage zope-emacs-4.8.11-2.lbn36.noarch
Emacs editing for zope page templates, dtml, and other Zope-specific file extensions.
RPMPackage zope-4.8.11-2.lbn36.noarch
Zope Application Server base package. This also includes the Zope system user.
RPMPackage squid2zope-2.0.1-1.lbn36.x86_64
all Apache <-> Squid <-> Zope mapping/port info is contained in the URL generated by Apache: RewriteRule ^(.*)$ http://127.0.0.1:3128/8080/VirtualHostBase/... all we have to do is strip off the Squid port to redirect to the correct backend - that's what squid2zope does. Use it as the 'url_rewrite_program' in your Squid.
RPMPackage python3-zserver-4.0.2-1.lbn36.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 python3-zopeundo-4.3-1.lbn36.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...
RPMPackage python3-zope2-4.0-1.lbn36.noarch
This package is a meta package to allow to install Zope as Zope2. It is necessary because Zope previously was named Zope2 on PyPI.Documentation see Change log 4.0 (2019-05-10) -- Add support for Python 3.7 and 3.8a3.- Drop support for Python 3.4. 4.0b1 (2017-09-18) * Move all the code to the Zope package. Making this package a placeholder.Older releases see
RPMPackage python3-zope.proxy-devel-5.0.0-1.lbn36.x86_64
include files for zope.proxy
RPMPackage python3-zope.interface-5.4.0-1.lbn36.x86_64
zope.interface .. image::
RPMPackage python3-zope.app.applicationcontrol-4.0.0-1.lbn36.noarch
zope.app.applicationcontrol The application control instance is usually generated upon startup. This package provides runtime information adapter for application control and Zope version. Also provide a utility with methods for shutting down and restarting the server. Developer Resources -- Subversion browser: Read-only Subversion checkout:: $ svn co Writable Subversion checkout:: $ svn co...
RPMPackage python3-zope-vocabularyregistry-1.1.1-1.lbn36.noarch
zope.vocabularyregistry .. image::
RPMPackage python3-zope-viewlet-4.3-1.lbn36.noarch
zope.viewlet :target:
RPMPackage python3-zope-untrustedpython-4.0.0-1.lbn36.noarch
Untrusted python libraryCHANGES 4.0.0 (2013-02-12) - Test coverage at 100%.- Package extracted from zope.security, preserving revision history