Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Use poetry 1.2.0 rather than prerelease for deb packages #13695

Merged
merged 1 commit into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/build_virtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ TEMP_VENV="$(mktemp -d)"
python3 -m venv "$TEMP_VENV"
source "$TEMP_VENV/bin/activate"
pip install -U pip
pip install poetry==1.2.0b1
pip install poetry==1.2.0
poetry export \
--extras all \
--extras test \
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
matrix-synapse-py3 (1.66.0ubuntu1) UNRELEASED; urgency=medium

* Use stable poetry 1.2.0 version, rather than a prerelease.

-- Erik Johnston <erik@matrix.org> Thu, 01 Sep 2022 13:48:31 +0100

matrix-synapse-py3 (1.66.0) stable; urgency=medium

* New Synapse release 1.66.0.
Expand Down