Python-debianbts

Latest version: v4.0.2

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

Scan your dependencies

Page 2 of 4

3.2.1

* Added sphinx documentation
* Updated build system
* Use pytest-xdist to speed up testing

3.2.0

* Allow to change the default SOAP location

3.1.0

* Changed from FeedParser to BytesFeedParser with STMP policy in
`get_bug_logs`
* Document and test the `archive` kwarg of `get_bugs`
* Migrated from TravisCI to GitHub workflows

3.0.1

* Re-organized tests
* Fixed base64 decoding for `done_by`

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

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.