From 8f906d7516861a2c9b5fa1818ab2ae333af12578acaa3d41665bcbfe260eb373 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 8 Sep 2024 16:34:52 +0000 Subject: [PATCH] - update to 0.133.0: * Improve performance of ip address caching * Enable building of arm64 macOS builds * Add classifier for python 3.13 * Python 3.13 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=76 --- 0.132.2.tar.gz | 3 --- 0.133.0.tar.gz | 3 +++ python-zeroconf.changes | 9 +++++++++ python-zeroconf.spec | 5 +---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 0.132.2.tar.gz create mode 100644 0.133.0.tar.gz diff --git a/0.132.2.tar.gz b/0.132.2.tar.gz deleted file mode 100644 index 9c82cdb..0000000 --- a/0.132.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0188086e1806d19bf49f797b25a1eba9b14e60422931188af287a98b304b80e -size 184339 diff --git a/0.133.0.tar.gz b/0.133.0.tar.gz new file mode 100644 index 0000000..bdf13dc --- /dev/null +++ b/0.133.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4c4f6a6c13db713ef1d279a4f14dae190e245a68b956919826ebb53d54fc81 +size 187099 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index a2e5c70..ef2af91 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Sep 8 16:34:08 UTC 2024 - Dirk Müller + +- update to 0.133.0: + * Improve performance of ip address caching + * Enable building of arm64 macOS builds + * Add classifier for python 3.13 + * Python 3.13 support + ------------------------------------------------------------------- Wed May 8 10:56:24 UTC 2024 - Dirk Müller diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 5526ff6..351ceab 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -16,12 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 %{?sle15_python_module_pythons} Name: python-zeroconf -Version: 0.132.2 +Version: 0.133.0 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only