diff --git a/minidump-0.0.21.tar.gz b/minidump-0.0.21.tar.gz deleted file mode 100644 index 743ed06ce16b9907d14fd1b64699244df69f568b..0000000000000000000000000000000000000000 Binary files a/minidump-0.0.21.tar.gz and /dev/null differ diff --git a/minidump-0.0.23.tar.gz b/minidump-0.0.23.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a8872c7fd1a76ff171665056392a0aac8aa5cf45 Binary files /dev/null and b/minidump-0.0.23.tar.gz differ diff --git a/python-minidump.spec b/python-minidump.spec index f4b30f3ceb29603db39bad350e79f8d67f464b3b..7537bb219284ee499097727ea865101d44819d77 100644 --- a/python-minidump.spec +++ b/python-minidump.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-minidump -Version: 0.0.21 +Version: 0.0.23 Release: 1 Summary: Python library to parse Windows minidump file format License: MIT URL: https://github.com/skelsec/minidump -Source0: https://files.pythonhosted.org/packages/47/88/6d085c3976f179fb90dbab30ed56c72df901ceb727d4b99bf858dba5f089/minidump-0.0.21.tar.gz +Source0: https://files.pythonhosted.org/packages/0a/46/aa01c1559a80376aeeba5000d1664fd13c0ad1ab88b5b14185a1bdf2e998/minidump-0.0.23.tar.gz BuildArch: noarch %description @@ -67,6 +67,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Apr 11 2024 zhaojingyu - 0.0.23-1 +- Upgrade package to version 0.0.23 +- avoid displaying unnecessary exception information + * Sun Oct 09 2022 guozhengxin - 0.0.21-1 - Upgrade package to version 0.0.21