diff options
| author | Huang Rui <vowstar@gmail.com> | 2025-05-06 17:00:00 +0800 |
|---|---|---|
| committer | Petr Vaněk <arkamar@gentoo.org> | 2025-05-08 13:40:38 +0200 |
| commit | fb89b4e2acc3c63b7b118c168dd5d779b60f7a72 (patch) | |
| tree | 3253811b4a58414ce8e39172d3f8fd7de136b30e /dev-libs/json-parser/files/json-parser-1.1.0-fix-suspicious-version.patch | |
| parent | e947f6574fb75f02514df6139d6616435da115e2 (diff) | |
| download | gentoo-fb89b4e2acc3c63b7b118c168dd5d779b60f7a72.tar.gz gentoo-fb89b4e2acc3c63b7b118c168dd5d779b60f7a72.tar.bz2 gentoo-fb89b4e2acc3c63b7b118c168dd5d779b60f7a72.zip | |
dev-libs/json-parser: fix bug 954840 and 955499
Closes: https://bugs.gentoo.org/954840
Closes: https://bugs.gentoo.org/955499
Signed-off-by: Huang Rui <vowstar@gmail.com>
Upstream-PR: https://github.com/json-parser/json-parser/pull/182
Closes: https://github.com/gentoo/gentoo/pull/41956
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-libs/json-parser/files/json-parser-1.1.0-fix-suspicious-version.patch')
| -rw-r--r-- | dev-libs/json-parser/files/json-parser-1.1.0-fix-suspicious-version.patch | 31 |
1 files changed, 31 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 new file mode 100644 index 000000000000..9c65ebe66f61 --- /dev/null +++ b/dev-libs/json-parser/files/json-parser-1.1.0-fix-suspicious-version.patch @@ -0,0 +1,31 @@ +From f9b99a73ca108e4073b4fe501a3426dd4e21bba6 Mon Sep 17 00:00:00 2001 +From: Huang Rui <vowstar@gmail.com> +Date: Tue, 6 May 2025 16:38:59 +0800 +Subject: [PATCH] build(python): Update package name and add version in + setup.py + +- Change package name to use hyphens instead of spaces +- Add version 1.1.0 to setup configuration + +Signed-off-by: Huang Rui <vowstar@gmail.com> +--- + bindings/python/setup.py | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/bindings/python/setup.py b/bindings/python/setup.py +index 57be7d584d5a..cac13595eec9 100644 +--- a/bindings/python/setup.py ++++ b/bindings/python/setup.py +@@ -8,7 +8,8 @@ ext_modules.append(Extension('jsonparser', + + + setup( +- name = 'json-parser python wrapper', ++ name = 'json-parser-python-wrapper', ++ version = '1.1.0', + cmdclass = {'build_ext': build_ext}, + ext_modules = ext_modules + ) +-- +2.49.0 + |
