File osmo-python-tests.changes of Package osmo-python-tests

-------------------------------------------------------------------
Mon Sep 08 20:05:13 UTC 2025 - Martin Hauke <mardnh@gmx.de>

- Update to version 0.3.0.19:
  * Drop osmopy/twisted_ipa.py and scripts/{ctrl2cgi.py,soap.py}
  * debian: install /etc/osmocom/osmo-trap2cgi.ini
  * debian: add python3-osmopy-{libs,utils}.install

-------------------------------------------------------------------
Fri Sep 05 20:05:20 UTC 2025 - mardnh@gmx.de

- Update to version 0.3.0.16:
  * debian: python3-osmopy-utils does not need python3-treq
  * debian: do not install osmo-ctrl2cgi.service

-------------------------------------------------------------------
Tue Nov 05 21:06:54 UTC 2024 - mardnh@gmx.de

- Update to version 0.3.0.14:
  * Update osmopy module version to match released tag

-------------------------------------------------------------------
Tue Aug 13 20:06:23 UTC 2024 - mardnh@gmx.de

- Update to version 0.3.0.13:
  * osmotestconfig: fix return value of write_config()

-------------------------------------------------------------------
Mon Jul 22 20:06:33 UTC 2024 - mardnh@gmx.de

- Update to version 0.3.0.12:
  * contrib/jenkins.sh: use virtualenv and pip
  * contrib/jenkins.sh: do not run test_py3.py twice
  * [pylint] osmopy/obscvty.py: fix E1130 (invalid-unary-operand-type)

-------------------------------------------------------------------
Tue May 28 20:06:18 UTC 2024 - mardnh@gmx.de

- Update to version 0.3.0.9:
  * scripts/osmotestconfig: remove_tmpdir -> shutil.rmtree
  * scripts/osmotestconfig: copy_config: tweak mkdir
  * scripts/osmotestconfig: copy_config: no copytree
  * scripts/osmotestconfig: rmtree: no ignore_errors
  * scripts/osmotestconfig: fail with trace on 1st err
  * scripts/osmotestconfig: remove unused rmtemp arg

-------------------------------------------------------------------
Sun May 05 20:06:09 UTC 2024 - mardnh@gmx.de

- Update to version 0.3.0.3:
  * fix "SyntaxWarning: invalid escape sequence '\('"

-------------------------------------------------------------------
Wed Feb 07 15:27:50 UTC 2024 - mardnh@gmx.de

- Update to version 0.0.0.git1694621458.92014a4:
  * tests/test_py3: fix deprecated loop arg
  * contrib/jenkins: do install --user
  * Bump version: 0.2.1 → 0.3.0
  * osmoutil: return proc's return code from end_proc()
  * systemd: depend on networking-online.target
  * setup.py: do not install scripts/{soap,ctrl2cgi}.py
  * osmoutil: print return code in end_proc()
  * debian: set compat level to 10
  * InteractVty: re.escape() the VTY prompt in connect()
  * Bump version: 0.2.1

-------------------------------------------------------------------
Sat Sep 16 11:36:27 UTC 2023 - mardnh@gmx.de

- Update to version 0.0.0.git1694621458.92014a4:
  * tests/test_py3: fix deprecated loop arg
  * contrib/jenkins: do install --user
  * Bump version: 0.2.1 → 0.3.0
  * osmoutil: return proc's return code from end_proc()
  * systemd: depend on networking-online.target
  * setup.py: do not install scripts/{soap,ctrl2cgi}.py
  * osmoutil: print return code in end_proc()
  * debian: set compat level to 10
  * InteractVty: re.escape() the VTY prompt in connect()

-------------------------------------------------------------------
Wed Jul 06 20:05:38 UTC 2022 - mardnh@gmx.de

- Update to version 0.0.0.git1657099560.95edea9:
  * Bump version: 0.2.1

-------------------------------------------------------------------
Mon Jun 20 20:06:01 UTC 2022 - mardnh@gmx.de

- Update to version 0.0.0.git1655548318.22e3186:
  * update git URLs (git -> https; gitea)

-------------------------------------------------------------------
Tue Dec 14 21:06:16 UTC 2021 - mardnh@gmx.de

- Update to version 0.0.0.git1639480776.116cf25:
  * treewide: remove FSF address

-------------------------------------------------------------------
Wed May 19 20:04:42 UTC 2021 - mardnh@gmx.de

- Update to version 0.0.0.git1621333762.be9f0bb:
  * osmo_ipa: Fix parsing ERROR msgs in CTRL iface

-------------------------------------------------------------------
Wed Apr 07 20:05:08 UTC 2021 - mardnh@gmx.de

- Update to version 0.0.0.git1617562775.2768e5e:
  * Use proper python3 shebang in all modules

-------------------------------------------------------------------
Tue Jan 12 21:05:40 UTC 2021 - mardnh@gmx.de

- Update to version 0.0.0.git1610471056.b0c1859:
  * README: Drop python2 references

-------------------------------------------------------------------
Sat Aug 01 08:10:06 UTC 2020 - mardnh@gmx.de

- Update to version 0.0.0.git1594795990.be7fcf5:
  * remove_tmpdir(): Support recursion / sub-directories

-------------------------------------------------------------------
Tue Dec 17 21:06:21 UTC 2019 - mardnh@gmx.de

- Update to version 0.0.0.git1576583006.4a7a208:
  * update version to 0.2.0 to mark python2 deprecation

-------------------------------------------------------------------
Thu Dec 12 21:07:24 UTC 2019 - mardnh@gmx.de

- Update to version 0.0.0.git1576063720.934caf1:
  * Drop python2 support (again)

-------------------------------------------------------------------
Fri Dec 06 21:16:58 UTC 2019 - mardnh@gmx.de

- Update to version 0.0.0.git1575644798.b0ba927:
  * Revert "Drop python2 support"
  * Drop python2 support

-------------------------------------------------------------------
Thu Nov 14 19:49:02 UTC 2019 - mardnh@gmx.de

- Update to version 0.0.0.git1572496351.fb4b813:
  * osmo_interact_vty.py: fix py3 encoding bug
  * vty.py: Fix endl removed when pkt buffer content ends exactly on a newline char
  * tweak README
  * osmo_trap2cgi.py: Don't recurse in ctrl_client()
  * osmo-trap2cgi: Remove invalid specifier for /etc
  * deb: fix wrong changelog date
  * osmo-trap2cgi: Fix script installation and dependencies
  * Add initial version of asyncio trap2cgi script
  * ctrl2cgi: update shared helper
  * Mark soap.py as deprecated
  * ctrl2cgi: update default parameters in config
  * ctrl2cgi: explicitly ignore unrelated TRAPs
  * ctrl2cgi: update comments
  * ctrl2cgi: account wait and http times separately
  * scripts/*.py: mark as executable
  * twisted: remove low-level logging in dispatchers
  * Trap handlers: adjust http error log
  * ctrl2cgi: make http request timeout configurable
  * ctrl2cgi: log request time
  * Trap handlers: log request/reply as info level
  * Trap handlers: propagate expected BSC id to command processor
  * ctrl2cgi: add config file example
  * ctrl2cgi: properly limit number of requests
  * ctrl2cgi: fix broken config override
  * Trap handlers: always log to stdout
  * Improve code style
  * Move command processing into shared function
  * Drop unused Trap() class
  * ctrl2cgi: fix deferred callbacks
  * osmo_ctrl.py: properly ignore out-of-order traps
  * ctrl: add function to skip TRAP messages
  * ctrl: cosmetic cleanup
  * Move Trap class back to separate files
  * Update trap helper
  * Re-apply changes to trap_helper.py
  * Move common Trap-related code into separate file
  * osmo_ipa: update split_combined docs
  * osmo_ipa: add extended checks
  * ctrl: introduce constant for TRAP id
  * ctrl2cgi: remove unused function
  * ctrl2cgi: explicitly ignore arguments to lambda function
  * ctrl2cgi: log traps via debug facility
  * ctrl2cgi.py: log address on errors
  * make osmpy IPA code aware of RSPRO
  * osmo-ctrl2cgi.service: Fix exec path not absolute
  * osmo_interact/common: ignore trailing empty lines in received results
  * osmo_interact/vty.py: fix parsing of vty logging
  * ctrl2cgi: Add systemd service file and install with debian
  * debian: Add python module deps for python3-osmopy-utils
  * Introduce script ctrl2cgi.py

-------------------------------------------------------------------
Wed Jul 11 20:31:02 UTC 2018 - mardnh@gmx.de

- Update to version 0.0.0.git1531310728.8739f9c:
  * Move twisted_ipa.py to osmopy lib

-------------------------------------------------------------------
Tue Jun 26 18:46:03 UTC 2018 - mardnh@gmx.de

- Initial package
openSUSE Build Service is sponsored by