Package: python-netsnmpagent / 0.6.0-6

Metadata

Package Version Patches format
python-netsnmpagent 0.6.0-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
bash_shebang.patch | (download)

examples/run_simple_agent.sh | 1 1 + 0 - 0 !
examples/run_simple_agent_over_tcpsocket.sh | 2 1 + 1 - 0 !
examples/run_threading_agent.sh | 1 1 + 0 - 0 !
3 files changed, 3 insertions(+), 1 deletion(-)

 insert the bash shebang in the example scripts
 .
 python-netsnmpagent (0.6.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #932925)
use_setuptools.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use setuptools instead of distutils
 distutils is deprecated and will soon be removed, use setuptools instead
 so that it continues to work
 .
 python-netsnmpagent (0.6.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #932925)
py3_for_examples.patch | (download)

examples/simple_agent.py | 2 1 + 1 - 0 !
examples/threading_agent.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 use python3 for the examples
 .
 python-netsnmpagent (0.6.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #932925)