From df177e0e1a035871cfaee3aba3ba4a657b1de0ad643546d7f761287153b96eb6 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 5 Sep 2019 14:00:04 +0000 Subject: [PATCH] Accepting request 728520 from home:TheBlackCat:branches:devel:languages:python Update to 3.13.2 OBS-URL: https://build.opensuse.org/request/show/728520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-json_tricks?expand=0&rev=11 --- json_tricks-3.13.1.tar.gz | 3 --- pyjson_tricks-3.13.2.tar.gz | 3 +++ python-json_tricks.changes | 8 ++++++++ python-json_tricks.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 json_tricks-3.13.1.tar.gz create mode 100644 pyjson_tricks-3.13.2.tar.gz diff --git a/json_tricks-3.13.1.tar.gz b/json_tricks-3.13.1.tar.gz deleted file mode 100644 index a5ec233..0000000 --- a/json_tricks-3.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a613ed6ba2437e53ca15e35fc78c0763d3a6b483814b5eac07ab5e5d67c52262 -size 36523 diff --git a/pyjson_tricks-3.13.2.tar.gz b/pyjson_tricks-3.13.2.tar.gz new file mode 100644 index 0000000..813b70f --- /dev/null +++ b/pyjson_tricks-3.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd02e004b76700eae204548018154a451fea53b8b048304ad4f0cfad54f4968 +size 37473 diff --git a/python-json_tricks.changes b/python-json_tricks.changes index 28cb024..d5db00b 100644 --- a/python-json_tricks.changes +++ b/python-json_tricks.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Sep 5 13:58:59 UTC 2019 - Todd R + +- Update to 3.13.2: + * Move the version number to a Python file + * Tests failed because type of error had changed + * Add json_tricks.__version__ + ------------------------------------------------------------------- Tue Mar 26 14:53:58 UTC 2019 - Tomáš Chvátal diff --git a/python-json_tricks.spec b/python-json_tricks.spec index d09d46e..af7bf18 100644 --- a/python-json_tricks.spec +++ b/python-json_tricks.spec @@ -18,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-json_tricks -Version: 3.13.1 +Version: 3.13.2 Release: 0 Summary: Extra features for Python's JSON License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/mverleg/pyjson_tricks -Source: https://files.pythonhosted.org/packages/source/j/json_tricks/json_tricks-%{version}.tar.gz +Source: https://github.com/mverleg/pyjson_tricks/archive/v%{version}.tar.gz#/pyjson_tricks-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -60,7 +60,7 @@ python handling of json files: As well as compression and disallowing duplicate keys. %prep -%setup -q -n json_tricks-%{version} +%setup -q -n pyjson_tricks-%{version} %build %python_build