osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/python/osmo-python-tests/+/43362?usp=email )
Change subject: Bump version: 0.4.0 ......................................................................
Bump version: 0.4.0
Change-Id: Iebf5348f73daa7766b065e1cd935a1f6cf7f241b --- M debian/changelog M osmopy/__init__.py 2 files changed, 37 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/62/43362/1
diff --git a/debian/changelog b/debian/changelog index 75c8dea..572f827 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +osmo-python-tests (0.4.0) unstable; urgency=medium + + [ Oliver Smith ] + * contrib/jenkins: do install --user + * tests/test_py3: fix deprecated loop arg + * scripts/osmotestconfig: remove unused rmtemp arg + * scripts/osmotestconfig: fail with trace on 1st err + * scripts/osmotestconfig: rmtree: no ignore_errors + * scripts/osmotestconfig: copy_config: no copytree + * scripts/osmotestconfig: copy_config: tweak mkdir + * scripts/osmotestconfig: remove_tmpdir -> shutil.rmtree + * Modernize python packaging + * README: update + + [ Vadim Yanitskiy ] + * fix "SyntaxWarning: invalid escape sequence '('" + * [pylint] osmopy/obscvty.py: fix E1130 (invalid-unary-operand-type) + * contrib/jenkins.sh: do not run test_py3.py twice + * contrib/jenkins.sh: use virtualenv and pip + * debian: do not install osmo-ctrl2cgi.service + * debian: python3-osmopy-utils does not need python3-treq + * debian: add python3-osmopy-{libs,utils}.install + * debian: install /etc/osmocom/osmo-trap2cgi.ini + * Drop osmopy/twisted_ipa.py and scripts/{ctrl2cgi.py,soap.py} + + [ Andreas Eversberg ] + * osmotestconfig: fix return value of write_config() + + [ Pau Espin Pedrol ] + * Update osmopy module version to match released tag + + [ Alexander Couzens ] + * osmo_interact: improve vty transcript language by a regular rexex + + -- Oliver Smith osmith@sysmocom.de Fri, 21 Aug 2026 12:56:39 +0200 + osmo-python-tests (0.3.0) unstable; urgency=medium
[ Vadim Yanitskiy ] diff --git a/osmopy/__init__.py b/osmopy/__init__.py index 4ae51c8..31978b6 100644 --- a/osmopy/__init__.py +++ b/osmopy/__init__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python3 -__version__ = '0.3.0' +__version__ = '0.4.0'
__all__ = ['obscvty', 'osmoutil', 'osmo_ipa', 'osmo_interact', 'trap_helper', 'twisted_ipa']