cznic/public/: omniorb-4.3.2.post1 metadata and description
Python bindings for omniORB
author | 'Duncan Grisby et al', |
author_email | 'duncan@grisby.org', |
classifiers |
|
license | LGPL for libraries, GPL for tools |
maintainer | Vlastimil Zíma |
maintainer_email | vlastimil.zima@nic.cz |
requires_python | >=3.9 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
omniORB-4.3.2.post1-cp310-cp310-linux_x86_64.whl
|
|
|
omniORB-4.3.2.post1-cp311-cp311-linux_x86_64.whl
|
|
|
omniORB-4.3.2.post1-cp312-cp312-linux_x86_64.whl
|
|
|
omniORB-4.3.2.post1-cp313-cp313-linux_x86_64.whl
|
|
|
omniORB-4.3.2.post1-cp39-cp39-linux_x86_64.whl
|
|
omniORB4 is a freely available Common Object Request Broker Architecture (CORBA) 2.6 compliant object request broker (ORB) implementation. It is based on the IIOP communications protocol and should be interoperable with any other CORBA 2.6 compliant ORB.
This is a fork of omniORBpy, the Python bindings to the omniORB libraries, to create a python package.
Build
Build on local station:
(set -e; for VERSION in 3.9 3.10 3.11 3.12 3.13; do docker build --pull --build-arg BUILD_PYTHON_VERSION=$VERSION -t omniorb-python:$VERSION --file docker/Dockerfile .; done)
Upload to pypi:
# Login to devpi first devpi login <username> # Use devpi session to upload wheels for VERSION in 3.9 3.10 3.11 3.12 3.13; do docker run --rm -ti -v $HOME/.devpi:/root/.devpi:ro omniorb-python:$VERSION devpi upload dist/omniORB-4.3.2-cp${VERSION/./}-cp${VERSION/./}-linux_x86_64.whl; done
ChangeLog
Releases
Unreleased
4.3.2.post1 (2024-11-21)
- Drop support for python 3.8.
- Add support for python 3.13.
- Tweak Dockerfile.
4.3.2 (2024-03-26)
- Drop support for python 3.6.
- Drop support for python 3.7.
- Add support for python 3.12.
- Update omniORB to 4.3.2.
4.2.3.post3 (2023-01-23)
- Drop support for python 2.7.
- Drop support for python 3.5.
- Add support for python 3.11.
4.2.3.post2 (2022-01-26)
- Add support for python 3.10.
4.2.3.post1 (2021-05-20)
- Add pth file to enable ‘Cos*’ imports.
4.2.3 (2021-01-18)
Initial version with omniORB 4.2.3.