Pmxbot

Latest version: v1122.17.0

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

Scan your dependencies

Page 17 of 23

1107.4

======

* ``paste`` command now allows for auth to be provided.

1107.1

======

* ``saysomething`` no longer requires 30 seconds to startup, but will time
out waiting for the quotes and logging to startup after 30 seconds.

1107.0

======

* ``pmxbot.core.AliasHandler`` now expects a 'parent' argument referring to
the parent command. The ``doc`` parameter is no longer honored, but instead
refers to ``parent.doc``. Commands that construct AliasHandlers explicitly
will need to be updated, though no known implementations do so.
* ``commands`` will now defer to the decorated function's docstring for the
command help if no doc is supplied. So now the following are equivalent::

command('something', doc='do something special')
def func(...):
return 'something'

command('foo')
def func(...):
"""
do something
special
"""
return 'something'

1106.2

======

* Use wordnik-py3 on Python 3

1106.1.2

========

* Fix issue in new MongoDBFullTextLogger where docs weren't processed.

1106.1.1

========

* Fix issue in log search on Python 3.

Page 17 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.