File: 0003-bump-canonicaljson.patch

package info (click to toggle)
matrix-synapse 1.136.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 78,244 kB
  • sloc: python: 255,664; javascript: 7,252; sql: 4,727; sh: 1,158; perl: 626; makefile: 157
file content (21 lines) | stat: -rw-r--r-- 709 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Andrej Shadura <andrewsh@debian.org>
Date: Thu, 11 Aug 2022 12:32:43 +0200
Subject: Bump canonicaljson to 1.6.2

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 0d298a6..073c966 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -171,7 +171,7 @@ immutabledict = ">=2.0"
 # We require 2.1.0 or higher for type hints. Previous guard was >= 1.1.0
 unpaddedbase64 = ">=2.1.0"
 # We require 2.0.0 for immutabledict support.
-canonicaljson = "^2.0.0"
+canonicaljson = ">=2.0.0"
 # we use the type definitions added in signedjson 1.1.
 signedjson = "^1.1.0"
 # validating SSL certs for IP addresses requires service_identity 18.1.