From 0e0618282ad6080a94b2e9e6cba1d36be3304753aca9e09ee91843f1d087bc8d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 16 Oct 2025 21:30:44 +0000 Subject: [PATCH] Accepting request 1311696 from home:glaubitz:branches:devel:languages:python - Update to 1.1.2 * Update Cython to v3.1.4 * Update cibuildwheel to v3.2.0 * Drop Python 3.8 * Add Python 3.14 * Add windows-arm OBS-URL: https://build.opensuse.org/request/show/1311696 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-msgpack?expand=0&rev=44 --- msgpack-1.1.1.tar.gz | 3 --- msgpack-1.1.2.tar.gz | 3 +++ python-msgpack.changes | 10 ++++++++++ python-msgpack.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 msgpack-1.1.1.tar.gz create mode 100644 msgpack-1.1.2.tar.gz diff --git a/msgpack-1.1.1.tar.gz b/msgpack-1.1.1.tar.gz deleted file mode 100644 index df536b4..0000000 --- a/msgpack-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd -size 173555 diff --git a/msgpack-1.1.2.tar.gz b/msgpack-1.1.2.tar.gz new file mode 100644 index 0000000..2388977 --- /dev/null +++ b/msgpack-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e +size 173581 diff --git a/python-msgpack.changes b/python-msgpack.changes index 4a14975..4c15368 100644 --- a/python-msgpack.changes +++ b/python-msgpack.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Oct 16 11:41:58 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.1.2 + * Update Cython to v3.1.4 + * Update cibuildwheel to v3.2.0 + * Drop Python 3.8 + * Add Python 3.14 + * Add windows-arm + ------------------------------------------------------------------- Mon Jul 14 12:27:24 UTC 2025 - Dirk Müller diff --git a/python-msgpack.spec b/python-msgpack.spec index 5971acf..54f9c09 100644 --- a/python-msgpack.spec +++ b/python-msgpack.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-msgpack -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: MessagePack (de)serializer License: Apache-2.0