diff --git a/0001-Skip-unit-test-in-packaging.patch b/0001-Skip-unit-test-in-packaging.patch deleted file mode 100644 index 5f03e5c..0000000 --- a/0001-Skip-unit-test-in-packaging.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 5bf37e237694ac7bf028f9129561d1265fd95621 Mon Sep 17 00:00:00 2001 -From: Alfredo Moralejo -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 - diff --git a/jsonpatch-1.28.tar.gz b/jsonpatch-1.28.tar.gz deleted file mode 100644 index 672f61e..0000000 Binary files a/jsonpatch-1.28.tar.gz and /dev/null differ diff --git a/jsonpatch-1.31.tar.gz b/jsonpatch-1.31.tar.gz new file mode 100644 index 0000000..ca0ce10 Binary files /dev/null and b/jsonpatch-1.31.tar.gz differ diff --git a/python-jsonpatch.spec b/python-jsonpatch.spec index 4bcdeb4..05adfa4 100644 --- a/python-jsonpatch.spec +++ b/python-jsonpatch.spec @@ -1,13 +1,12 @@ %global pypi_name jsonpatch Name: python-%{pypi_name} -Version: 1.28 +Version: 1.31 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 @@ -59,6 +58,9 @@ done; %doc README.md %changelog +* Wed Jul 14 2021 huangtianhua - 1.31-1 +- Upgrade to 1.31 to support OpenStack-W + * Mon Feb 1 2021 wangjie - 1.28.1 - upgrade 1.28.1