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