diff --git a/posix_ipc-1.3.0.tar.gz b/posix_ipc-1.3.0.tar.gz deleted file mode 100644 index 40c94d8787b12c3cd6fe07da1de5bea42d5eec3f..0000000000000000000000000000000000000000 Binary files a/posix_ipc-1.3.0.tar.gz and /dev/null differ diff --git a/posix_ipc-1.3.2.tar.gz b/posix_ipc-1.3.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f42947eee6a72a79bf59d2f996302430bfd1db9c Binary files /dev/null and b/posix_ipc-1.3.2.tar.gz differ diff --git a/python-posix_ipc.spec b/python-posix_ipc.spec index 035b8597ed101e6b733067750df3ae547d2b0b9f..ff54453130660396b939238e53d3509edc21ae2c 100644 --- a/python-posix_ipc.spec +++ b/python-posix_ipc.spec @@ -1,5 +1,5 @@ Name: python-posix_ipc -Version: 1.3.0 +Version: 1.3.2 Release: 1 Summary: POSIX IPC primitives (semaphores and shared memory) for Python License: BSD-3-Clause @@ -35,6 +35,10 @@ find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|' %{python3_sitearch}/* %changelog +* Mon Nov 3 2025 Hann - 1.3.2-1 +- update to version 1.3.2 +- Change PyObject_Free to Py_XDECREF in error handling of MessageQueue.receive() + * Tue Aug 05 2025 jinshuaiyu - 1.3.0-1 - update to version 1.3.0 - The goal of this release is to make the build process more robust and flexible.