forked from pool/python-json_tricks
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a613ed6ba2437e53ca15e35fc78c0763d3a6b483814b5eac07ab5e5d67c52262
|
||||
size 36523
|
||||
3
pyjson_tricks-3.13.2.tar.gz
Normal file
3
pyjson_tricks-3.13.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dd02e004b76700eae204548018154a451fea53b8b048304ad4f0cfad54f4968
|
||||
size 37473
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 13:58:59 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user