Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Oct 6, 2024

This PR updates honcho from 1.0.1 to 2.0.0.

Changelog

2.0.0

-------------------

* CHANGED: You can use the ``PROCFILE`` OS environment variable to configure the
name of the Procfile.
* CHANGED: Python 3.6 and 3.7 are no longer supported environments.
* CHANGED: Python 3.11, 3.12, 3.13 are now supported environments. Thank you to
Jace Browning and Marco Carvalho who each submitted fixes to enable this.
* CHANGED: PyPy 3.7 and 3.8 are no longer supported environments.
* CHANGED: PyPy 3.9, 3.10 are now supported environments.
* FIXED: The systemd exporter now correctly sets ``Wants`` for the process group
master targets. Thank you to Dan Berg for the fix.
* CHANGED: The systemd exporter sets ``WantedBy=multi-user.target`` for
individual services so that they start automatically on most systems.
Processes also log to the ``journal`` by default. Thank you to Dan Berg for
the contributions.

Thank you also to the following for contributions improving Honcho's
documentation: timgates42, rafrafek, sblondon, and Bernardoow.

1.1.0

-------------------

* ADDED: Honcho can now export to a set of `systemd
<https://www.freedesktop.org/wiki/Software/systemd/>`_ unit files. Thanks to
Matt Melquiond for contributing the systemd exporter.
* ADDED: ``python -m honcho`` now works identically to ``honcho``.
* CHANGED: Dash (``-``) is now an allowed character in process types (thanks to
Ben Spaulding).
* CHANGED: Honcho no longer opens a new console for every process on Windows.
Thank you to Benedikt Arnold for contributing the fix.
* CHANGED: Python versions 3.6 through 3.10 are now supported environments.
* CHANGED: Python 3.4 and 3.5 are no longer supported environments.
* FIXED: ``--no-colour`` and ``--no-prefix`` now work whether specified before
or after the command.
* FIXED: Honcho on Python 3.8 will no longer issue a ``RuntimeWarning`` about
line buffering not being supported in binary mode.
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants