Python-debianbts

Latest version: v4.1.1

Safety actively analyzes 682416 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

3.0.0

* Dropped Python2 support

2.10.0

* Modernized a few awkward method calls:
* Deprecated support for positional arguments in `get_status`, we use a list
of bugnumbers explicitly now: `get_status(123, 234, 345)` becomes
`get_status([123, 234, 345])`
* Deprecated support for positional arguments in `get_usertags`, we use a
list of tags explicitly now:
`get_usertags('mailexample.com', 'foo', 'bar')` becomes
`get_usertags('mailexample.com', ['foo', 'bar'])`
* Deprecated support for positional arguments in `get_bugs`, we use `kwargs`
explicitly now:
`get_bugs('package', 'gtk-qt-engine', 'severity', 'normal')` becomes
`get_bugs(package='gtk-qt-engine', severity='normal')`
the old ways to call those methods will be supported for a while, but there
will be deprecation warnings.
* Report coverage for tests as well
* Updated a few tests to increase coverage
* Removed randomness from some tests

2.9.0

* Added `done_by` field to Bug Status

2.8.2

* Fixed compatibility with pysimplesoap 1.16.2 (patch by Gaetano Guerriero)

2.8.1

* Fixed version

2.8.0

* Added HTTP/S proxy support
* Changed license to MIT
* Improved packaging
* Dropped Python 3.3 support
* Moved from nose to pytest and updated the tests accordingly
* Run linter on tests as well
* Fixed several unicode related tests
* Fixed several linter problems
* Improved parsing of emails on `get_bug_log`

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.