diff --git a/jsonmodels-2.6.0.tar.gz b/jsonmodels-2.6.0.tar.gz deleted file mode 100644 index 1f5e794564bea28d11d81278b0300424239f5c26..0000000000000000000000000000000000000000 Binary files a/jsonmodels-2.6.0.tar.gz and /dev/null differ diff --git a/jsonmodels-2.7.0.tar.gz b/jsonmodels-2.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f85bd468ac61d1034aebfba1b16dbe6c0bf8a321 Binary files /dev/null and b/jsonmodels-2.7.0.tar.gz differ diff --git a/python-jsonmodels.spec b/python-jsonmodels.spec index c711a63d2030dfe58e5ec5f45295639986a75709..e2d2230443f6a136a0bfe69fb2a4911d0c1d4cb2 100644 --- a/python-jsonmodels.spec +++ b/python-jsonmodels.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jsonmodels -Version: 2.6.0 +Version: 2.7.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/60/86/63b96c9610bd8066a92a6f4b5d5fbff58ed0ef4aab0ef8efd330211c017b/jsonmodels-2.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/fe/f7/77d39f85afc8928e66737ad2ca754a2539a8202abafb5079fc36e1875bc4/jsonmodels-2.7.0.tar.gz BuildArch: noarch @@ -72,6 +72,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 24 2024 liudy - 2.7.0-1 +- Update version to 2.7.0 +- Added Python 3.12, PyPy 3.9 and 3.10 support. +- Removed Python 3.7 and PyPy 3.8 support. + * Thu Nov 10 2022 wangjunqi - 2.6.0-1 - Update package to version 2.6.0