diff options
author | David Robertson <davidr@element.io> | 2022-04-14 11:03:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 11:03:24 +0100 |
commit | 6b3e0ea6bdff15aa24a42f1f5938785460a323a7 (patch) | |
tree | f5dddc05792b24a753654512d6ee941b8fc3b285 /debian/changelog | |
parent | Dockerfile-workers: give the master its own log config (#12466) (diff) | |
download | synapse-6b3e0ea6bdff15aa24a42f1f5938785460a323a7.tar.xz |
Use `poetry` to manage the virtualenv in debian packages (#12449)
* Use `poetry` to build venv in debian packages Co-authored-by: Dan Callahan <danc@element.io> Co-authored-by: Shay <hillerys@element.io> * Changelog * Only pull in from requirements.txt Addresses the same problem as #12439. * Include `test` and `all` extras `poetry export` helpfully silently ignores an unknown extra Haven't seen this before because it's the only place we export `all` and `test`. I could have __sworm__ that the syntax `--extra "all test"` worked for `poetry install`... * Clean up requirements file on subsequence builds * Fix shell syntax Co-authored-by: Dan Callahan <danc@element.io> Co-authored-by: Shay <hillerys@element.io>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 67215aa080..fdbc92df6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +matrix-synapse-py3 (1.58.0+nmu1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Use poetry to manage the bundled virtualenv included with this package. + + -- Synapse Packaging Team <packages@matrix.org> Wed, 30 Mar 2022 12:21:43 +0100 + matrix-synapse-py3 (1.57.0~rc1) stable; urgency=medium * New synapse release 1.57.0~rc1. |