Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

synapse: update to 1.53.0. #35779

Merged
merged 6 commits into from Feb 24, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions srcpkgs/python3-frozendict/template
@@ -1,18 +1,19 @@
# Template file for 'python3-frozendict'
pkgname=python3-frozendict
version=2.1.1
version=2.3.0
revision=1
wrksrc="frozendict-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Immutable mapping for Python3"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="LGPL-3.0-only"
homepage="https://github.com/Marco-Sulla/python-frozendict"
distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz"
checksum=655b879217dd445a2023e16154cc231febef802b5c812d5c2e822280ad69e1dc
checksum=da4231adefc5928e7810da2732269d3ad7b5616295b3e693746392a8205ea0b5

do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" pytest3
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/python3-matrix-common/template
@@ -1,6 +1,6 @@
# Template file for 'python3-matrix-common'
pkgname=python3-matrix-common
version=1.0.0
version=1.1.0
revision=1
wrksrc="matrix-python-common-${version}"
build_style=python3-pep517
Expand All @@ -12,5 +12,5 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="Apache-2.0"
homepage="https://github.com/matrix-org/matrix-python-common"
distfiles="https://github.com/matrix-org/matrix-python-common/archive/v${version}.tar.gz"
checksum=d610357a78caf5141814f055e8b3facabf4dd4863db8594030d58c81b2b2b7fd
checksum=ad2efb9dfe878df88b115f44eb036046b2cee9d09a03c6bc2e464772a3622082
make_check=no # requires unpackaged python3 module aiounittest
4 changes: 2 additions & 2 deletions srcpkgs/python3-phonenumbers/template
@@ -1,6 +1,6 @@
# Template file for 'python3-phonenumbers'
pkgname=python3-phonenumbers
version=8.12.42
version=8.12.43
revision=1
wrksrc="phonenumbers-${version}"
build_style=python3-module
Expand All @@ -12,4 +12,4 @@ license="Apache-2.0"
homepage="https://github.com/daviddrysdale/python-phonenumbers"
changelog="https://raw.githubusercontent.com/daviddrysdale/python-phonenumbers/dev/python/HISTORY.md"
distfiles="${PYPI_SITE}/p/phonenumbers/phonenumbers-${version}.tar.gz"
checksum=8b54871ed64ecfce494a078e9d56b363c23e24c5916dfd89e84b985a18955bee
checksum=1c8270a2e257d6c65458a42283f82d3eca7f7b9d925454a6966e2f04df75e1cf
15 changes: 7 additions & 8 deletions srcpkgs/python3-saml2/template
@@ -1,26 +1,25 @@
# Template file for 'python3-saml2'
pkgname=python3-saml2
version=7.1.0
version=7.1.1
revision=1
wrksrc="pysaml2-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-cryptography python3-openssl python3-dateutil
python3-pytz python3-requests python3-six python3-defusedxml
python3-xmlschema"
checkdepends="python3-pytest python3-mock xmlsec1-devel $depends"
depends="python3-cryptography python3-openssl python3-dateutil python3-pytz
python3-requests python3-six python3-defusedxml python3-xmlschema"
checkdepends="python3-pytest python3-mock xmlsec1-devel python3-responses
$depends"
short_desc="Python3 implementation of SAML Version 2 Standard"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="Apache-2.0"
homepage="https://github.com/IdentityPython/pysaml2"
changelog="https://raw.githubusercontent.com/IdentityPython/pysaml2/master/CHANGELOG.md"
distfiles="https://github.com/IdentityPython/pysaml2/archive/v${version}.tar.gz"
checksum=2c5224cd52525d92000c0a5a2f732718fa9935de98c1c42e6dbea322aeffdd6d
checksum=ef271ad65d82dcb18f20b380003600f74e0b4c938596002befd79d63e09d87ec

do_check() {
# Ignore tests that depend on packages not provided by Void
# Ignore tests that depend on unpackaged python dependency 'pymongo'
PYTHONPATH=src python3 -m pytest \
--ignore=tests/test_30_mdstore.py \
--ignore=tests/test_36_mdbcache.py \
--ignore=tests/test_75_mongodb.py \
--ignore=tests/test_76_metadata_in_mdb.py
Expand Down
8 changes: 3 additions & 5 deletions srcpkgs/python3-treq/template
@@ -1,22 +1,20 @@
# Template file for 'python3-treq'
pkgname=python3-treq
version=22.1.0
version=22.2.0
revision=1
wrksrc="treq-${version}"
build_style=python3-module
make_check_args="--ignore=src/treq/test/local_httpbin \
--ignore=src/treq/test/test_treq_integration.py"
hostmakedepends="python3-setuptools python3-incremental"
depends="python3-incremental python3-requests python3-hyperlink
python3-Twisted python3-attrs"
checkdepends="${depends} python3-pytest"
checkdepends="${depends} python3-pytest python3-httpbin"
short_desc="Requests-like API built on top of twisted.web's Agent"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="MIT"
homepage="https://github.com/twisted/treq"
changelog="https://raw.githubusercontent.com/twisted/treq/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/t/treq/treq-${version}.tar.gz"
checksum=775581604919a3d79c845401598a0fd070cabc6de83840472d8e9fa715f2d36c
checksum=df757e3f141fc782ede076a604521194ffcb40fa2645cf48e5a37060307f52ec

post_install() {
vlicense LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/synapse/template
@@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.52.0
version=1.53.0
revision=1
build_style=python3-module
make_check_target=tests
Expand All @@ -20,7 +20,7 @@ license="Apache-2.0"
homepage="https://github.com/matrix-org/synapse"
changelog="https://raw.githubusercontent.com/matrix-org/synapse/develop/CHANGES.md"
distfiles="https://github.com/matrix-org/synapse/archive/v${version}.tar.gz"
checksum=943cd2e3131c754bf0f7bd98d1614e65d56161fb4e2cc159bcd58853525bdef0
checksum=e9fb5c8d1178996e677f6ce8f44c11d9294da0a06297fffa34706879870f9bf4

system_accounts="synapse"
synapse_homedir="/var/lib/synapse"
Expand Down