summaryrefslogtreecommitdiff
path: root/dev-libs/json-parser/files
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/json-parser/files')
-rw-r--r--dev-libs/json-parser/files/json-parser-1.1.0-fix-suspicious-version.patch1
-rw-r--r--dev-libs/json-parser/files/json-parser-1.1.0-python3-pylong.patch1
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-libs/json-parser/files/json-parser-1.1.0-fix-suspicious-version.patch b/dev-libs/json-parser/files/json-parser-1.1.0-fix-suspicious-version.patch
index 9c65ebe66f61..a0cf709a74e0 100644
--- a/dev-libs/json-parser/files/json-parser-1.1.0-fix-suspicious-version.patch
+++ b/dev-libs/json-parser/files/json-parser-1.1.0-fix-suspicious-version.patch
@@ -8,6 +8,7 @@ Subject: [PATCH] build(python): Update package name and add version in
- Add version 1.1.0 to setup configuration
Signed-off-by: Huang Rui <vowstar@gmail.com>
+Upstream-PR: https://github.com/json-parser/json-parser/pull/182
---
bindings/python/setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/json-parser/files/json-parser-1.1.0-python3-pylong.patch b/dev-libs/json-parser/files/json-parser-1.1.0-python3-pylong.patch
index 858afa485a69..ac490d614d66 100644
--- a/dev-libs/json-parser/files/json-parser-1.1.0-python3-pylong.patch
+++ b/dev-libs/json-parser/files/json-parser-1.1.0-python3-pylong.patch
@@ -8,6 +8,7 @@ Subject: [PATCH] fix(python): Add Python 3 compatibility macros for PyInt
- Replace deprecated PyInt functions with PyLong equivalents in Python 3
Signed-off-by: Huang Rui <vowstar@gmail.com>
+Upstream-PR: https://github.com/json-parser/json-parser/pull/182
---
bindings/python/wrap_json.c | 12 ++++++++++++
1 file changed, 12 insertions(+)