diff --git a/jsonmodels-2.5.1.tar.gz b/jsonmodels-2.5.1.tar.gz deleted file mode 100644 index 14f6eb31690e4d609f95982c1b7a58c4c9b4d628..0000000000000000000000000000000000000000 Binary files a/jsonmodels-2.5.1.tar.gz and /dev/null differ diff --git a/jsonmodels-2.6.0.tar.gz b/jsonmodels-2.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1f5e794564bea28d11d81278b0300424239f5c26 Binary files /dev/null and b/jsonmodels-2.6.0.tar.gz differ diff --git a/python-jsonmodels.spec b/python-jsonmodels.spec index 7dc41ba9ecf48bf870f1d65d37c0183ce4a9828d..c711a63d2030dfe58e5ec5f45295639986a75709 100644 --- a/python-jsonmodels.spec +++ b/python-jsonmodels.spec @@ -1,22 +1,24 @@ %global _empty_manifest_terminate_build 0 Name: python-jsonmodels -Version: 2.5.1 +Version: 2.6.0 Release: 1 Summary: Create Python structures that are converted to, or read from JSON License: BSD-3-Clause URL: https://github.com/jazzband/jsonmodels -Source0: https://files.pythonhosted.org/packages/a9/db/4659e5eac76e7b1465a0acec89371e4408787e42ebcbf90d25e017f73c0d/jsonmodels-2.5.1.tar.gz +Source0: https://files.pythonhosted.org/packages/60/86/63b96c9610bd8066a92a6f4b5d5fbff58ed0ef4aab0ef8efd330211c017b/jsonmodels-2.6.0.tar.gz BuildArch: noarch + %description Models to make it easier to deal with structures that are converted to, or read from JSON. %package -n python3-jsonmodels -Summary: Models to make easier to deal with structures that are converted to, or read from JSON. -Provides: python-jsonmodels +Summary: Create Python structures that are converted to, or read from JSON +Provides: python-jsonmodels = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools + %description -n python3-jsonmodels Models to make it easier to deal with structures that are converted to, or read from JSON. @@ -24,12 +26,13 @@ read from JSON. %package help Summary: Development documents and examples for jsonmodels Provides: python3-jsonmodels-doc + %description help Models to make it easier to deal with structures that are converted to, or read from JSON. %prep -%autosetup -n jsonmodels-2.5.1 +%autosetup -n jsonmodels-%{version} %build %py3_build @@ -69,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 10 2022 wangjunqi - 2.6.0-1 +- Update package to version 2.6.0 + * Mon Aug 01 2022 liqiuyu - 2.5.1-1 - Update to 2.5.1 @@ -77,3 +83,4 @@ mv %{buildroot}/doclist.lst . * Fri Jun 25 2021 sunligang - 2.4-1 - Init package +