forked from pool/python-zeroconf
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4726e97454 | |||
| a3b9857f1d | |||
| cbd2f17058 | |||
| ecfe465d6b | |||
| 8e2ed284f4 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cd4c4f6a6c13db713ef1d279a4f14dae190e245a68b956919826ebb53d54fc81
|
|
||||||
size 187099
|
|
||||||
3
0.136.0.tar.gz
Normal file
3
0.136.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:120565a8f5ca29a21da2a05dbfa7c2dc694a64c0e5b01b6c8d6144cec9f75199
|
||||||
|
size 255118
|
||||||
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Sep 8 16:34:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zeroconf
|
Name: python-zeroconf
|
||||||
Version: 0.133.0
|
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
|
||||||
@@ -54,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:
|
||||||
|
|||||||
Reference in New Issue
Block a user