diff --git a/nocasedict-2.0.4.tar.gz b/nocasedict-2.0.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7d241000f424a3c7ed93d2576ea836aa98fb7368 Binary files /dev/null and b/nocasedict-2.0.4.tar.gz differ diff --git a/python-nocasedict.spec b/python-nocasedict.spec index edb588bccb841f68b6f31558bcbb5e6862a94287..22a9937acc4453377b04cefb1c35967722fde937 100644 --- a/python-nocasedict.spec +++ b/python-nocasedict.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-nocasedict -Version: 2.0.3 +Version: 2.0.4 Release: 1 Summary: A case-insensitive ordered dictionary for Python License: LGPL-2.0-only and LGPL-2.1-only and LGPL-2.0-or-later URL: https://github.com/pywbem/nocasedict -Source0: https://github.com/pywbem/nocasedict/archive/refs/tags/2.0.3.tar.gz +Source0: https://files.pythonhosted.org/packages/5c/31/13a4c15a0265f8ecb2779e338be7371e28d36a454f7174e6e2bfdb3f1341/nocasedict-2.0.4.tar.gz BuildArch: noarch %description @@ -87,6 +87,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 guochao - 2.0.4-1 +- Update package to version 2.0.4 +- Addressed safety issues; Added missing dependency psutil +- Addressed safety issues up to 2024-07-21; Updated dev versions +- Added py310/min to normal tests + * Wed Jun 26 2024 liuzhilin 2.0.3-1 - Update package to version 2.0.3 - Docs: Added Python 3.12 to the supported versions in the package metadata.