diff --git a/python-simplejson.spec b/python-simplejson.spec index 705d763..d2678af 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-simplejson -Version: 3.18.3 +Version: 3.19.1 Release: 1 Summary: Simple, fast, extensible JSON encoder/decoder for Python License: MIT URL: https://github.com/simplejson/simplejson -Source0: https://files.pythonhosted.org/packages/b1/86/a67f6f595c5da14fa80bb4a8f7084c391ac1bfd3208ea4906307afc2b181/simplejson-3.18.3.tar.gz +SOurce0: https://files.pythonhosted.org/packages/source/s/simplejson/simplejson-%{version}.tar.gz %description Simple, fast, extensible JSON encoder/decoder for Python @@ -33,7 +33,7 @@ Provides: python3-simplejson-doc Simple, fast, extensible JSON encoder/decoder for Python %prep -%autosetup -n simplejson-%{version} +%autosetup -n simplejson-%{version} -p1 %build %py3_build @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu May 11 2023 yaoxin - 3.19.1-1 +- Update to 3.19.1 + * Thu Feb 9 2023 wubijie - 3.18.3-1 - Update package to version 3.18.3 diff --git a/simplejson-3.18.3.tar.gz b/simplejson-3.18.3.tar.gz deleted file mode 100644 index 3980e00..0000000 Binary files a/simplejson-3.18.3.tar.gz and /dev/null differ diff --git a/simplejson-3.19.1.tar.gz b/simplejson-3.19.1.tar.gz new file mode 100644 index 0000000..0652e81 Binary files /dev/null and b/simplejson-3.19.1.tar.gz differ