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.75.0. #41692

Merged
merged 4 commits into from
Jan 22, 2023
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
6 changes: 3 additions & 3 deletions srcpkgs/python3-ijson/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-ijson'
pkgname=python3-ijson
version=3.1.4
revision=3
version=3.2.0.post0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
makedepends="yajl-devel python3-devel"
Expand All @@ -12,7 +12,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="BSD-3-Clause"
homepage="https://github.com/ICRAR/ijson"
distfiles="${PYPI_SITE}/i/ijson/ijson-${version}.tar.gz"
checksum=1d1003ae3c6115ec9b587d29dd136860a81a23c7626b682e2b5b12c9fd30e4ea
checksum=80a5bd7e9923cab200701f67ad2372104328b99ddf249dbbe8834102c852d316

post_install() {
vlicense LICENSE.txt
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/python3-phonenumbers/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-phonenumbers'
pkgname=python3-phonenumbers
version=8.13.0
version=8.13.4
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
Expand All @@ -11,4 +11,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=93745d7afd38e246660bb601b07deac54eeb76c8e5e43f5e83333b0383a0a1e4
checksum=6d63455012fc9431105ffc7739befca61c3efc551b287dca58d2be2e745475a9
6 changes: 3 additions & 3 deletions srcpkgs/python3-simplejson/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'python3-simplejson'
pkgname=python3-simplejson
version=3.17.6
revision=2
version=3.18.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
Expand All @@ -13,7 +13,7 @@ license="MIT, AFL-2.1"
homepage="https://github.com/simplejson/simplejson"
changelog="https://raw.githubusercontent.com/simplejson/simplejson/master/CHANGES.txt"
distfiles="https://github.com/simplejson/simplejson/archive/refs/tags/v${version}.tar.gz"
checksum=5522f3113924325499f15cd8a3fe47a42dfa127a6b76c1921b51cf3c3f2a6aa6
checksum=a31ab0eff7847cf2d0ed0d3fe5ae10f5c8551370d5c072921688b5a2f62e93b1

post_install() {
vlicense LICENSE.txt LICENSE
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/synapse/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'synapse'
pkgname=synapse
version=1.74.0
version=1.75.0
revision=1
build_style=python3-pep517
build_helper=rust
Expand All @@ -24,7 +24,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=078244acf4145ddcd50828528ce1ca61310920d32facb49384d5cfd2765f63df
checksum=8b66a6b36c9d9b9e952d6b0616925343de7d7313699984202cfe69287b985fb7

if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"
Expand Down