17
0

7 Commits

Author SHA256 Message Date
cdea882281 Accepting request 1221614 from devel:languages:python
- Fix deduping
- 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/1221614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=39
2024-11-06 15:52:18 +00:00
48556afc18 - Fix deduping
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=81
2024-11-05 21:31:34 +00:00
ffdc941f3a 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
2024-11-05 21:30:08 +00:00
c7b559bcc5 Accepting request 1202578 from devel:languages:python
- update to 0.134.0:
  * Improve performance when IP addresses change frequently
  * Improve helpfulness of ServiceInfo.request assertions

OBS-URL: https://build.opensuse.org/request/show/1202578
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=38
2024-09-23 13:23:51 +00:00
c6e1e26e60 - update to 0.134.0:
* Improve performance when IP addresses change frequently
  * Improve helpfulness of ServiceInfo.request assertions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=78
2024-09-23 09:06:54 +00:00
68a144f18f Accepting request 1199500 from devel:languages:python
- 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/request/show/1199500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=37
2024-09-09 12:44:47 +00:00
8f906d7516 - 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
2024-09-08 16:34:52 +00:00
4 changed files with 38 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0188086e1806d19bf49f797b25a1eba9b14e60422931188af287a98b304b80e
size 184339

3
0.136.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:120565a8f5ca29a21da2a05dbfa7c2dc694a64c0e5b01b6c8d6144cec9f75199
size 255118

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Nov 5 21:31:26 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Fix deduping
-------------------------------------------------------------------
Mon Nov 4 13:45:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>
- update to 0.134.0:
* Improve performance when IP addresses change frequently
* Improve helpfulness of ServiceInfo.request assertions
-------------------------------------------------------------------
Sun Sep 8 16:34:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com> Wed May 8 10:56:24 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,12 +16,9 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-zeroconf Name: python-zeroconf
Version: 0.132.2 Version: 0.136.0
Release: 0 Release: 0
Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) Summary: Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible)
License: LGPL-2.0-only License: LGPL-2.0-only
@@ -57,8 +54,8 @@ does not force you to use a particular event loop or python-twisted.
%install %install
%pyproject_install %pyproject_install
%python_expand rm -f %{buildroot}%{$python_sitelib}/zeroconf/test.py %python_expand rm -f %{buildroot}%{$python_sitearch}/zeroconf/test.py
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitearch}
%check %check
# Skip tests: # Skip tests: