0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 17:48:19 +02:00
synapse/changelog.d
David Robertson 6b3e0ea6bd
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>
2022-04-14 11:03:24 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
12213.bugfix Prevent a sync request from removing a user's busy presence status (#12213) 2022-04-13 16:21:07 +01:00
12319.bugfix Fix missing sync events during historical batch imports (#12319) 2022-04-13 11:38:35 +01:00
12340.doc docs: Don't render the table of contents on the print page (#12340) 2022-04-13 08:27:51 -07:00
12344.removal Disable groups/communities by default. (#12344) 2022-04-12 10:20:46 -04:00
12365.feature Process device list updates asynchronously (#12365) 2022-04-12 16:50:40 +01:00
12382.removal Remove references to unstable identifiers from MSC3440. (#12382) 2022-04-12 08:42:03 -04:00
12394.misc Resync state after partial-state join (#12394) 2022-04-12 13:23:43 +00:00
12395.misc Remove the unstable event field for /send_join per MSC3083. (#12395) 2022-04-12 11:27:45 -04:00
12425.misc Use poetry lockfile in twisted trunk CI job (#12425) 2022-04-13 11:26:53 +01:00
12434.misc Run lints under poetry in CI; remove lint tox jobs (#12434) 2022-04-12 17:35:48 +01:00
12438.misc Run "main" trial tests under poetry (#12438) 2022-04-12 17:41:21 +01:00
12441.misc Bump twisted version to the latest in lockfile (#12441) 2022-04-12 13:46:55 -07:00
12445.misc Rename Mutual Rooms unstable_features flag to match MSC (#12445) 2022-04-13 10:32:44 +01:00
12449.misc Use poetry to manage the virtualenv in debian packages (#12449) 2022-04-14 11:03:24 +01:00
12450.misc Fix typos in release script docs (#12450) 2022-04-12 15:12:57 +00:00
12454.misc Limit device_id size to 512B (#12454) 2022-04-13 10:04:01 -07:00
12466.misc Dockerfile-workers: give the master its own log config (#12466) 2022-04-13 20:50:08 +01:00