commit: fae937d01efa37b9b6c4259124bdad3e9e667f1d Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Thu May 8 10:56:36 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Thu May 8 11:40:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae937d0
dev-libs/json-parser: add upstream PR link to patches Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> .../json-parser/files/json-parser-1.1.0-fix-suspicious-version.patch | 1 + dev-libs/json-parser/files/json-parser-1.1.0-python3-pylong.patch | 1 + 2 files changed, 2 insertions(+) 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 <[email protected]> +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 <[email protected]> +Upstream-PR: https://github.com/json-parser/json-parser/pull/182 --- bindings/python/wrap_json.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)
