已合并
Update version to 4.0.1 #16
nan1024创建于 9 天前
Update version to 4.0.1 #16
已合并
共 2 个文件变更+6-1
| @@ -1,6 +1,6 @@ | |||
| 1 | %global _empty_manifest_terminate_build 0 | 1 | %global _empty_manifest_terminate_build 0 |
| 2 | Name: python-xxhash | 2 | Name: python-xxhash |
| 3 | -Version: 3.8.1 | 3 | +Version: 4.0.1 |
| 4 | Release: 1 | 4 | Release: 1 |
| 5 | Summary: Python binding for xxHash | 5 | Summary: Python binding for xxHash |
| 6 | License: BSD | 6 | License: BSD |
| @@ -73,6 +73,11 @@ mv %{buildroot}/doclist.lst . | |||
| 73 | %{_docdir}/* | 73 | %{_docdir}/* |
| 74 | 74 | ||
| 75 | %changelog | 75 | %changelog |
| 76 | +* Fri Aug 28 2026 Hann <hannannan@kylinos.cn> - 4.0.1-1 | ||
| 77 | +- Update package to version 4.0.1 | ||
| 78 | +- Add _xxhash module docstring | ||
| 79 | +- Clean up _parse_init_args keyword handling so the defensive check for a duplicate data keyword raises a proper error message | ||
| 80 | + | ||
| 76 | * Thu Jul 16 2026 lilu_ll <lilu@kylinos.cn> - 3.8.1-1 | 81 | * Thu Jul 16 2026 lilu_ll <lilu@kylinos.cn> - 3.8.1-1 |
| 77 | - Update package to version 3.8.1 | 82 | - Update package to version 3.8.1 |
| 78 | - Register the "benchmark" pytest mark to avoid PytestUnknownMarkWarning | 83 | - Register the "benchmark" pytest mark to avoid PytestUnknownMarkWarning |