diff --git a/python-simplejson.spec b/python-simplejson.spec index d2678af..cc334f6 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-simplejson -Version: 3.19.1 +Version: 3.19.2 Release: 1 Summary: Simple, fast, extensible JSON encoder/decoder for Python License: MIT @@ -77,6 +77,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jan 10 2024 zhangxianting - 3.19.2-1 +- Update to 3.19.2: +- Updated test & build matrix to include Python 3.12 and use GitHub Actions as a Trusted Publisher (OIDC) https://github.com/simplejson/simplejson/pull/317 + * Thu May 11 2023 yaoxin - 3.19.1-1 - Update to 3.19.1 diff --git a/simplejson-3.19.1.tar.gz b/simplejson-3.19.1.tar.gz deleted file mode 100644 index 0652e81..0000000 Binary files a/simplejson-3.19.1.tar.gz and /dev/null differ diff --git a/simplejson-3.19.2.tar.gz b/simplejson-3.19.2.tar.gz new file mode 100644 index 0000000..5d3c28e Binary files /dev/null and b/simplejson-3.19.2.tar.gz differ