Generic Transparent Proxies
Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
5
derived packages
- Links to openSUSE:Factory / python-zope.proxy
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-zope.proxy && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
python-zope.proxy.changes | 0000006786 6.63 KB | |
python-zope.proxy.spec | 0000003269 3.19 KB | |
zope_proxy-6.1.tar.gz | 0000043823 42.8 KB |
Revision 36 (latest revision is 37)
Dirk Mueller (dirkmueller)
committed
(revision 36)
- update to 6.1: * Respect PURE_PYTHON environment variable set to 0. * Declare full support for Python 3.13. * Drop support for Python 3.7. * Build Windows wheels on GHA. * Correct return type for wrap_hash (fixes build on i386).
Comments 0