From ffdc941f3aaddea8ae158d11da457b1257489b648aebe751744c40613528f6c5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 5 Nov 2024 21:30:08 +0000 Subject: [PATCH 1/2] Accepting request 1220584 from home:glaubitz:branches:devel:languages:python - Update to 0.136.0 * fix: update python-semantic-release to fix release process * fix: add ignore for .c file for wheels * fix: correct typos * feat: use SPDX license identifier - from version 0.135.0 * feat: improve performance of DNSCache backend OBS-URL: https://build.opensuse.org/request/show/1220584 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=80 --- 0.134.0.tar.gz | 3 --- 0.136.0.tar.gz | 3 +++ python-zeroconf.changes | 11 +++++++++++ python-zeroconf.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 0.134.0.tar.gz create mode 100644 0.136.0.tar.gz diff --git a/0.134.0.tar.gz b/0.134.0.tar.gz deleted file mode 100644 index ffe7d86..0000000 --- a/0.134.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5627055d703c685312f3ae03b4f5159bf43845525550827c100ad68b970ab00 -size 187422 diff --git a/0.136.0.tar.gz b/0.136.0.tar.gz new file mode 100644 index 0000000..910eec3 --- /dev/null +++ b/0.136.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120565a8f5ca29a21da2a05dbfa7c2dc694a64c0e5b01b6c8d6144cec9f75199 +size 255118 diff --git a/python-zeroconf.changes b/python-zeroconf.changes index 4d2ef5c..f8f3b4d 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 4 13:45:49 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.136.0 + * fix: update python-semantic-release to fix release process + * fix: add ignore for .c file for wheels + * fix: correct typos + * feat: use SPDX license identifier +- from version 0.135.0 + * feat: improve performance of DNSCache backend + ------------------------------------------------------------------- Mon Sep 23 09:05:43 UTC 2024 - Dirk Müller diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 914abc0..ad3fc92 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-zeroconf -Version: 0.134.0 +Version: 0.136.0 Release: 0 Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) License: LGPL-2.0-only From 48556afc18ed7a15b2deb9b69a8774a9179adf14b146978ef3afe03927ad9288 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 5 Nov 2024 21:31:34 +0000 Subject: [PATCH 2/2] - Fix deduping OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=81 --- python-zeroconf.changes | 5 +++++ python-zeroconf.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-zeroconf.changes b/python-zeroconf.changes index f8f3b4d..337bfc4 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 5 21:31:26 UTC 2024 - Matej Cepl + +- Fix deduping + ------------------------------------------------------------------- Mon Nov 4 13:45:49 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-zeroconf.spec b/python-zeroconf.spec index ad3fc92..11a3695 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -54,8 +54,8 @@ does not force you to use a particular event loop or python-twisted. %install %pyproject_install -%python_expand rm -f %{buildroot}%{$python_sitelib}/zeroconf/test.py -%python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_expand rm -f %{buildroot}%{$python_sitearch}/zeroconf/test.py +%python_expand %fdupes %{buildroot}%{$python_sitearch} %check # Skip tests: