Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / matrix-synapse
Commits:
5b176331 by Alexander Epaneshnikov at 2024-04-03T14:17:13+03:00
add python-pydantic to depends
fixes #3
- - - - -
fa48febf by Alexander Epaneshnikov at 2024-04-03T14:21:01+03:00
upgpkg: 1.104.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = matrix-synapse
pkgdesc = Matrix reference homeserver
- pkgver = 1.103.0
+ pkgver = 1.104.0
pkgrel = 1
url = https://github.com/element-hq/synapse
install = synapse.install
@@ -33,6 +33,7 @@ pkgbase = matrix-synapse
depends = python-immutabledict
depends = python-pillow
depends = python-pysaml2
+ depends = python-pydantic
depends = python-systemd
depends = python-unpaddedbase64
depends = python-canonicaljson
@@ -62,7 +63,7 @@ pkgbase = matrix-synapse
optdepends = python-pyicu: Improve user search for international
display names
optdepends = python-authlib: OpenID SSO support
backup = etc/synapse/log_config.yaml
- source =
matrix-synapse::git+https://github.com/element-hq/synapse.git#tag=v1.103.0
+ source =
matrix-synapse::git+https://github.com/element-hq/synapse.git#tag=v1.104.0
source = generic_worker.yaml.example
source = synapse.service
source = synapse.target
@@ -79,7 +80,7 @@ pkgbase = matrix-synapse
validpgpkeys = D79D3CA0B61429A8A760525A903ECE108A39DEDD
validpgpkeys = F124520CEEE062448FE1C8442D2EFA2F32FBE047
validpgpkeys = 177B595E4DFCB510C556750833FC58F6A7113048
- sha256sums =
726d75fc5ccec7dc1c1c39b0b614751a12e374e78d5dcb14b42bf1336b8655ac
+ sha256sums =
a04c5045d865136e5251e065872d0dd3701e083e539f1888098bf462c02a11cf
sha256sums =
f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e
sha256sums =
74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed
sha256sums =
408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Ivan Shapovalov <[email protected]>
pkgname=matrix-synapse
-pkgver=1.103.0
+pkgver=1.104.0
pkgrel=1
pkgdesc="Matrix reference homeserver"
url="https://github.com/element-hq/synapse"
@@ -12,7 +12,7 @@ license=('AGPL-3.0-or-later')
depends=('libwebp' 'python-ijson' 'python-jsonschema' 'python-twisted'
'python-pyopenssl' 'python-yaml' 'python-pyasn1' 'python-pynacl'
'python-bcrypt' 'python-immutabledict'
- 'python-pillow' 'python-pysaml2'
+ 'python-pillow' 'python-pysaml2' 'python-pydantic'
'python-systemd' 'python-unpaddedbase64' 'python-canonicaljson'
'python-signedjson' 'python-pymacaroons'
'python-service-identity' 'python-msgpack'
@@ -40,7 +40,7 @@
source=("$pkgname::git+https://github.com/element-hq/synapse.git#tag=v$pkgver"
'sysusers-synapse.conf'
'tmpfiles-synapse.conf'
'override-hardened.conf')
-sha256sums=('726d75fc5ccec7dc1c1c39b0b614751a12e374e78d5dcb14b42bf1336b8655ac'
+sha256sums=('a04c5045d865136e5251e065872d0dd3701e083e539f1888098bf462c02a11cf'
'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e'
'74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed'
'408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661'
@@ -65,7 +65,7 @@ prepare() {
# allow any poetry-core to be used
sed 's/poetry-core>=1.1.0,<=1.8.1/poetry-core>=1.0.0/' -i pyproject.toml
sed 's/setuptools_rust>=1.3,<=1.8.1/setuptools_rust>=1.3.0/' -i
pyproject.toml
-}
+}
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/matrix-synapse/-/compare/91223143cdbb3da3829c15ef27ffaf9c5bfb208e...fa48febf98919123c331662c73e7ff5503848471
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/matrix-synapse/-/compare/91223143cdbb3da3829c15ef27ffaf9c5bfb208e...fa48febf98919123c331662c73e7ff5503848471
You're receiving this email because of your account on gitlab.archlinux.org.