Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
c36d029778
!14 [sync] PR-13: Update package to version 1.33
From: @openeuler-sync-bot 
Reviewed-by: @zhuofeng6, @gaoruoshu 
Signed-off-by: @gaoruoshu
2023-10-27 07:22:58 +00:00
kirin_2_0
2d594a0cd6 updated to latest:1.33
(cherry picked from commit ae8caa64734549efa3375ff3de929423181fc879)
2023-10-24 16:36:52 +08:00
openeuler-ci-bot
01d4421ddf
!10 【轻量级 PR】:Rebuild for next release
From: @zhangruifang2020 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
2022-10-27 02:18:50 +00:00
张瑞方
ca86911b0c
Rebuild for next release
Signed-off-by: 张瑞方 <xdzhangruifang@163.com>
2022-10-26 06:39:18 +00:00
openeuler-ci-bot
695834f526 !8 [sync] PR-7: upgrade version to 1.32
Merge pull request !8 from openeuler-sync-bot/sync-pr7-master-to-openEuler-22.03-LTS-Next
2021-12-25 03:08:07 +00:00
Anonymous_Z
a68017af5e upgrade version to 1.32
(cherry picked from commit 3e5be4548dcc7d64556e22065b580d5a9775cd06)
2021-12-25 11:03:51 +08:00
openeuler-ci-bot
4d3a00ee66 !6 Upgrade to 1.31 to support OpenStack-W
From: @huangtianhua
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2021-07-29 10:59:45 +00:00
huangtianhua
05c01d1373 Upgrade to 1.31 to support OpenStack-W
This upgrades to 1.31 to support OpenStack-W
and to drop the patch to make sure to run all
tests.
2021-07-14 08:31:01 +00:00
openeuler-ci-bot
11b1ec7641 !5 Upgrade python-jsonpatch to 1.28 in master
From: @jlwwlsqc
Reviewed-by: @overweight,@xiezhipeng1
Signed-off-by: @overweight,@xiezhipeng1
2021-02-03 09:44:04 +08:00
wangjie
207545d5ab upgrade 1.28.1 2021-02-01 17:55:06 +08:00
4 changed files with 17 additions and 29 deletions

View File

@ -1,25 +0,0 @@
From 5bf37e237694ac7bf028f9129561d1265fd95621 Mon Sep 17 00:00:00 2001
From: Alfredo Moralejo <amoralej@redhat.com>
Date: Tue, 6 Feb 2018 16:57:17 +0000
Subject: [PATCH] Skip unit test in packaging
Tarball from pypy does not provides tests.js file.
---
tests.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests.py b/tests.py
index 548d28b..0386e29 100755
--- a/tests.py
+++ b/tests.py
@@ -13,6 +13,7 @@ import sys
class ApplyPatchTestCase(unittest.TestCase):
+ @unittest.skip("Skipping in packaging")
def test_js_file(self):
with open('./tests.js', 'r') as f:
tests = json.load(f)
--
1.8.3.1

Binary file not shown.

BIN
jsonpatch-1.33.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,12 @@
%global pypi_name jsonpatch
Name: python-%{pypi_name}
Version: 1.26
Release: 2
Version: 1.33
Release: 1
Summary: Applying JSON Patches in Python
License: BSD
URL: https://github.com/stefankoegl/python-json-patch
Source0: https://pypi.io/packages/source/j/jsonpatch/%{pypi_name}-%{version}.tar.gz
Patch0: 0001-Skip-unit-test-in-packaging.patch
BuildArch: noarch
%description
@ -45,7 +44,6 @@ done;
%files -n python3-%{pypi_name}
%license COPYING
%{_bindir}/jsondiff
%{_bindir}/jsonpatch
%{_bindir}/jsondiff-3*
@ -59,6 +57,21 @@ done;
%doc README.md
%changelog
* Fri Jul 14 2023 niuyaru <niuyaru@kylinos.cn> - 1.33-1
- upgrade version to 1.33
* Wed Oct 26 2022 zhangruifang <zhangruifang1@h-partners.com> - 1.32-2
- Rebuild for next release
* Tue Nov 23 2021 liudabo <liudabo1@huawei.com> - 1.32-1
- upgrade version to 1.32
* Wed Jul 14 2021 huangtianhua <huangtianhua@huawei.com> - 1.31-1
- Upgrade to 1.31 to support OpenStack-W
* Mon Feb 1 2021 wangjie<wangjie294@huawei.com> - 1.28.1
- upgrade 1.28.1
* Thu Oct 29 2020 tinawei <tianwei12@huawei.com> - 1.26-2
- delete python2