14
0
Commit Graph

88 Commits

Author SHA256 Message Date
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
9ebd19eee2 Accepting request 1172726 from devel:languages:python
- update to 0.132.2:
  * Update references to minimum-supported python version of 3.8
  * Set change during iteration when dispatching listeners
  * Make async_get_service_info available on the Zeroconf object
  * Drop python 3.7 support
  * Avoid including scope_id in IPv6Address object if its zero
  * Small speed up to constructing outgoing packets
  * Speed up processing incoming packets
  * Speed up the query handler
  * Make ServiceInfo aware of question history
  * Small speed up to ServiceInfo construction
  * Significantly improve efficiency of the ServiceBrowser
    scheduler
  * Small speed up to processing incoming records
  * Small performance improvement for converting time
  * Small performance improvement for ServiceInfo asking
    questions
  * Small performance improvement constructing outgoing questions
  * Scheduling race with the QueryScheduler
  * Ensure question history suppresses duplicates
  * Microsecond precision loss in the query handler
  * Ensure IPv6 scoped address construction uses the string cache
  * Add decoded_properties method to ServiceInfo
  * Ensure ServiceInfo.properties always returns bytes
  * Cache is_unspecified for zeroconf ip address objects
  * `ServiceInfo.properties` always returns a dictionary with
    type `dict[bytes, bytes | None]` instead of a mix `str` and
    `bytes`. It was only possible to get a mixed dictionary if it
    was manually passed in when `ServiceInfo` was constructed.
  * Performance regression with ServiceInfo IPv6Addresses

OBS-URL: https://build.opensuse.org/request/show/1172726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=36
2024-05-09 11:12:45 +00:00
6c80be97b6 - update to 0.132.2:
* Update references to minimum-supported python version of 3.8
  * Set change during iteration when dispatching listeners
  * Make async_get_service_info available on the Zeroconf object
  * Drop python 3.7 support
  * Avoid including scope_id in IPv6Address object if its zero
  * Small speed up to constructing outgoing packets
  * Speed up processing incoming packets
  * Speed up the query handler
  * Make ServiceInfo aware of question history
  * Small speed up to ServiceInfo construction
  * Significantly improve efficiency of the ServiceBrowser
    scheduler
  * Small speed up to processing incoming records
  * Small performance improvement for converting time
  * Small performance improvement for ServiceInfo asking
    questions
  * Small performance improvement constructing outgoing questions
  * Scheduling race with the QueryScheduler
  * Ensure question history suppresses duplicates
  * Microsecond precision loss in the query handler
  * Ensure IPv6 scoped address construction uses the string cache
  * Add decoded_properties method to ServiceInfo
  * Ensure ServiceInfo.properties always returns bytes
  * Cache is_unspecified for zeroconf ip address objects
  * `ServiceInfo.properties` always returns a dictionary with
    type `dict[bytes, bytes | None]` instead of a mix `str` and
    `bytes`. It was only possible to get a mixed dictionary if it
    was manually passed in when `ServiceInfo` was constructed.
  * Performance regression with ServiceInfo IPv6Addresses

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=74
2024-05-08 10:56:39 +00:00
acc8fb8441 Accepting request 1094229 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1094229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=35
2023-06-21 20:39:19 +00:00
c7964f4dc1 Accepting request 1094154 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1094154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=72
2023-06-20 20:47:50 +00:00
c1f5f7677f Accepting request 1084251 from devel:languages:python
- update to 0.56.0:
  * Reduce denial of service protection overhead (#1157)
  * Improve performance of processing incoming records (#1155)
  * Avoid waking async_request when record updates are not
    relevant (#1153) (`a3f970c`)
  * Addresses incorrect after server name change (#1154)
  * Improve ServiceBrowser performance by removing OrderedDict
  * Make parsed_scoped_addresses return addresses in the same
    order as all other methods (#1150) (`9b6adcf`)
  * Small cleanups to cache cleanup interval (#1146) (`b434b60`)
  * Add ip_addresses_by_version to ServiceInfo (#1145)
  * Speed up processing records in the ServiceBrowser (#1143)
  * Speed up matching types in the ServiceBrowser (#1144)
  * Include tests and docs in sdist archives (#1142) (`da10a3b`)
  * Improve performance of constructing ServiceInfo (#1141)
  * Small speed up to handler dispatch (#1140) (`5bd1b6e`)
  * Speed up processing incoming records (#1139) (`7246a34`)
  * Reduce overhead to send responses (#1135) (`c4077dd`)
  * Correct duplicate record entries in windows wheels by
    updating poetry-core (#1134) (`a43055d`)
  * Hold a strong reference to the query sender start task
    (#1128) (`808c3b2`)
  * Missing c extensions with newer poetry (#1129) (`44d7fc6`)
  * The equality checks for DNSPointer and DNSService should be
    case insensitive (#1122) (`48ae77f`)
  * Optimize equality checks for DNS records (#1120) (`3a25ff7`)
  * Optimize the dns cache (#1119) (`e80fcef`)
  * Optimize construction of outgoing packets (#1118) (`81e186d`)
  * Optimize dns objects by adding pxd files (#1113) (`919d4d8`)
  * Optimize incoming parser by reducing call stack (#1116)

OBS-URL: https://build.opensuse.org/request/show/1084251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=34
2023-05-03 12:09:36 +00:00
576d1b9273 - update to 0.56.0:
* Reduce denial of service protection overhead (#1157)
  * Improve performance of processing incoming records (#1155)
  * Avoid waking async_request when record updates are not
    relevant (#1153) (`a3f970c`)
  * Addresses incorrect after server name change (#1154)
  * Improve ServiceBrowser performance by removing OrderedDict
  * Make parsed_scoped_addresses return addresses in the same
    order as all other methods (#1150) (`9b6adcf`)
  * Small cleanups to cache cleanup interval (#1146) (`b434b60`)
  * Add ip_addresses_by_version to ServiceInfo (#1145)
  * Speed up processing records in the ServiceBrowser (#1143)
  * Speed up matching types in the ServiceBrowser (#1144)
  * Include tests and docs in sdist archives (#1142) (`da10a3b`)
  * Improve performance of constructing ServiceInfo (#1141)
  * Small speed up to handler dispatch (#1140) (`5bd1b6e`)
  * Speed up processing incoming records (#1139) (`7246a34`)
  * Reduce overhead to send responses (#1135) (`c4077dd`)
  * Correct duplicate record entries in windows wheels by
    updating poetry-core (#1134) (`a43055d`)
  * Hold a strong reference to the query sender start task
    (#1128) (`808c3b2`)
  * Missing c extensions with newer poetry (#1129) (`44d7fc6`)
  * The equality checks for DNSPointer and DNSService should be
    case insensitive (#1122) (`48ae77f`)
  * Optimize equality checks for DNS records (#1120) (`3a25ff7`)
  * Optimize the dns cache (#1119) (`e80fcef`)
  * Optimize construction of outgoing packets (#1118) (`81e186d`)
  * Optimize dns objects by adding pxd files (#1113) (`919d4d8`)
  * Optimize incoming parser by reducing call stack (#1116)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=70
2023-05-03 10:29:33 +00:00
860f842dae Accepting request 1004384 from devel:languages:python
- Re-enable test_service_browser_expire_callbacks: Should be fixed
  with 0.39.0 (gh#jstasiak/python-zeroconf!1084).
- Add missing dependency on python-async_timeout at run time.
- Added build dependency python-async_timeout in order to fix build
  failure.
- Update to 0.39.1:
  * Performance improvements for constructing outgoing packet data. 
- Changes from 0.39.0:
  * Switch to using async_timeout for timeouts: Significantly
    reduces the number of asyncio tasks that are created when using
    ServiceInfo or AsyncServiceInfo
    (gh#jstasiak/python-zeroconf!1081).

OBS-URL: https://build.opensuse.org/request/show/1004384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=33
2022-09-18 15:32:19 +00:00
Antoine Belvire
7a36669b43 - Add missing dependency on python-async_timeout at run time.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=68
2022-09-17 19:00:27 +00:00
Antoine Belvire
0313cf748e - Re-enable test_service_browser_expire_callbacks: Should be fixed
with 0.39.0 (gh#jstasiak/python-zeroconf!1084).
- Added build dependency python-async_timeout in order to fix build
  failure.
- Update to 0.39.1:
  * Performance improvements for constructing outgoing packet data. 
- Changes from 0.39.0:
  * Switch to using async_timeout for timeouts: Significantly
    reduces the number of asyncio tasks that are created when using
    ServiceInfo or AsyncServiceInfo
    (gh#jstasiak/python-zeroconf!1081).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=67
2022-09-17 18:52:30 +00:00
Antoine Belvire
df5d5e4b0d Accepting request 1004373 from home:marec2000:branches:devel:languages:python
- added build dependency python-async_timeout in order to fix build failure

OBS-URL: https://build.opensuse.org/request/show/1004373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=66
2022-09-17 18:30:01 +00:00
bde8917676 - update to 0.39.1:
* Switch to using async_timeout for timeouts 
  * Significantly reduces the number of asyncio tasks that are created when
  * using ServiceInfo or AsyncServiceInfo
  * Performance improvements for constructing outgoing packet data

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=65
2022-09-17 07:30:02 +00:00
0a423c492f Accepting request 985062 from devel:languages:python
- Ignore flakey test (gh#jstasiak/python-zeroconf#1077).
- update to 0.38.7: 
  * Performance improvements for parsing incoming packet data
    (gh#jstasiak/python-zeroconf#1076).

OBS-URL: https://build.opensuse.org/request/show/985062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=32
2022-06-26 09:59:15 +00:00
Antoine Belvire
4a6c6d0939 Lint changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=63
2022-06-25 15:53:04 +00:00
Antoine Belvire
5f5cc14fd3 Accepting request 984602 from home:yarunachalam:branches:devel:languages:python
- update to 0.38.7: 
  * Performance improvements for parsing incoming packet data (#1076) @bdraco

OBS-URL: https://build.opensuse.org/request/show/984602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=62
2022-06-25 15:51:56 +00:00
Antoine Belvire
25aef74ad4 Accepting request 985060 from home:1Antoine1:branches:devel:languages:python
- Ignore flakey test (gh#jstasiak/python-zeroconf#1077).

OBS-URL: https://build.opensuse.org/request/show/985060
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=61
2022-06-25 15:42:56 +00:00
f34a624470 Accepting request 980756 from devel:languages:python
- update to 0.38.6:
  * Performance improvements for fetching ServiceInfo
  * Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire
  * Fix missing minimum version of python 3.7
  * Fix IP Address updates when hostname is uppercase

OBS-URL: https://build.opensuse.org/request/show/980756
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=31
2022-06-07 09:57:26 +00:00
f8deecf013 - update to 0.38.6:
* Performance improvements for fetching ServiceInfo
  * Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire
  * Fix missing minimum version of python 3.7
  * Fix IP Address updates when hostname is uppercase

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=59
2022-06-04 12:15:15 +00:00
173e49983c Accepting request 951682 from devel:languages:python
- update to 0.38.3:
  * Make decode errors more helpful in finding the source of the bad data

OBS-URL: https://build.opensuse.org/request/show/951682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=30
2022-02-05 22:23:05 +00:00
e3307e320c - update to 0.38.3:
* Make decode errors more helpful in finding the source of the bad data

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=58
2022-02-04 22:30:09 +00:00
d37d0ba7f5 Accepting request 945269 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/945269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=29
2022-01-10 22:53:19 +00:00
18c76bee2e - update to 0.38.1:
* Dropped Python 3.6 support
  * Handle Service types that end with another service type
  * Improve performance of query scheduler
  * Avoid linear type searches in ServiceBrowsers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=57
2022-01-03 10:30:56 +00:00
d4ff891678 Accepting request 934518 from devel:languages:python
- update to 0.37.0:
  * Adding a listener that does not inherit from RecordUpdateListener now logs
    an error
  * The NotRunningException exception is now thrown when Zeroconf is not
    running (#1033) @bdraco
  * Before this change the consumer would get a timeout or an EventLoopBlocked
    exception when calling ServiceInfo.*request when the instance had already been shutdown
    or had failed to startup.
  * The EventLoopBlocked exception is now thrown when a coroutine times out

OBS-URL: https://build.opensuse.org/request/show/934518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=28
2021-11-29 16:28:36 +00:00
aae081512b - update to 0.37.0:
* Adding a listener that does not inherit from RecordUpdateListener now logs
    an error
  * The NotRunningException exception is now thrown when Zeroconf is not
    running (#1033) @bdraco
  * Before this change the consumer would get a timeout or an EventLoopBlocked
    exception when calling ServiceInfo.*request when the instance had already been shutdown
    or had failed to startup.
  * The EventLoopBlocked exception is now thrown when a coroutine times out

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=56
2021-11-29 11:11:24 +00:00
9eddadc5a1 Accepting request 929910 from devel:languages:python
- update to 0.36.12:
  * scope_id is now stripped from IPv6 addresses if given
  * Optimized decoding labels from incoming packets
  * Prevent service lookups from deadlocking if time abruptly moves backwards

OBS-URL: https://build.opensuse.org/request/show/929910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=27
2021-11-06 23:19:08 +00:00
7b1bd22923 - update to 0.36.12:
* scope_id is now stripped from IPv6 addresses if given
  * Optimized decoding labels from incoming packets
  * Prevent service lookups from deadlocking if time abruptly moves backwards

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=55
2021-11-06 18:22:51 +00:00
53649aa1f5 Accepting request 927595 from devel:languages:python
- update to 0.36.9:
  * Ensure ServiceInfo orders newest addresses first

OBS-URL: https://build.opensuse.org/request/show/927595
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=26
2021-10-27 20:21:03 +00:00
5147a9bdfd - update to 0.36.9:
* Ensure ServiceInfo orders newest addresses first

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=54
2021-10-26 20:31:37 +00:00
0b29063cb1 Accepting request 926410 from devel:languages:python
- Remove duplicate sources.

OBS-URL: https://build.opensuse.org/request/show/926410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=25
2021-10-19 21:04:06 +00:00
Antoine Belvire
7806e009c5 - Remove duplicate sources.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=53
2021-10-19 19:50:41 +00:00
0135771e64 Accepting request 925744 from devel:languages:python
- update to 0.36.8
  * Fixed ServiceBrowser infinite loop when zeroconf is closed before it is canceled 
  * Improved performance of responding to queries
  * Improved log message when receiving an invalid or corrupt packet
  * Improved performance of sending outgoing packets
  * Reduced memory usage for incoming and outgoing packets
  * Improved performance of constructing outgoing packets
  * Deferred parsing of incoming packets when it can be avoided
  * Improved performance of parsing incoming packets

OBS-URL: https://build.opensuse.org/request/show/925744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=24
2021-10-16 20:47:40 +00:00
0af8a6766f - update to 0.36.8
* Fixed ServiceBrowser infinite loop when zeroconf is closed before it is canceled 
  * Improved performance of responding to queries
  * Improved log message when receiving an invalid or corrupt packet
  * Improved performance of sending outgoing packets
  * Reduced memory usage for incoming and outgoing packets
  * Improved performance of constructing outgoing packets
  * Deferred parsing of incoming packets when it can be avoided
  * Improved performance of parsing incoming packets

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=52
2021-10-16 19:51:57 +00:00
30f34f6098 Accepting request 917173 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/917173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=23
2021-09-07 19:21:28 +00:00
Antoine Belvire
dd4a54ac11 Accepting request 917067 from home:alarrosa:branches:devel:languages:python
- Update to 0.36.2:
  * Include NSEC records for non-existent types when responding
    with addresses
  * Implements RFC6762 sec 6.2
    (http://datatracker.ietf.org/doc/html/rfc6762#section-6.2)
- Update to 0.36.1:
  * Skip goodbye packets for addresses when there is another
    service registered with the same name (#968) @bdraco
  * If a ServiceInfo that used the same server name as another
    ServiceInfo was unregistered, goodbye packets would be sent for
    the addresses and would cause the other service to be seen as
    offline.
  * Fixed equality and hash for dns records with the unique bit
    (#969)
  * These records should have the same hash and equality since
    the unique bit (cache flush bit) is not considered when adding
    or removing the records from the cache.
- Update to 0.36.0:
  * Technically backwards incompatible:
  * Fill incomplete IPv6 tuples to avoid WinError on windows (#965)

OBS-URL: https://build.opensuse.org/request/show/917067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=51
2021-09-06 19:42:37 +00:00
Richard Brown
7a2583f2e2 Accepting request 912684 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/912684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=22
2021-08-18 06:56:14 +00:00
d8b3800a6b Accepting request 912561 from home:fusionfuture:branches:devel:languages:python
- Update to 0.35.1:

OBS-URL: https://build.opensuse.org/request/show/912561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=50
2021-08-17 13:13:54 +00:00
a8e535564d Accepting request 897588 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/897588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=21
2021-06-05 21:31:31 +00:00
6657c99fe0 Accepting request 897545 from home:alarrosa:branches:devel:languages:python
- Fix package version. Upstream didn't tag nor change the version
  number in git although it was released in pypi as 0.31.0

OBS-URL: https://build.opensuse.org/request/show/897545
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=48
2021-06-04 21:13:08 +00:00
71c5730b91 Accepting request 897198 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/897198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=20
2021-06-03 22:33:56 +00:00
66fc34528a Accepting request 897188 from home:alarrosa:branches:devel:languages:python
Had to add a _service to check out 0.31.0 from git since it's not tagged.
The commit was obtained from looking at the changelog at
https://github.com/jstasiak/python-zeroconf/blob/master/README.rst
and the commit history.

- Add patch to disable some tests that fail in obs:
  * disable-tests.patch

- update to 0.31.0:
  * Separated cache loading from I/O in ServiceInfo and fixed cache
    lookup (#356), thanks to J. Nick Koston.
    The ServiceInfo class gained a load_from_cache() method to only
    fetch information from Zeroconf cache (if it exists) with no IO
    performed. Additionally this should reduce IO in cases where
    cache lookups were previously incorrectly failing.
- update to 0.30.0:
  * Some nice refactoring work including removal of the Reaper
    thread, thanks to J. Nick Koston.
  * Fixed a Windows-specific The requested address is not valid in
    its context regression, thanks to Timothee ‘TTimo’ Besset and
    J. Nick Koston.
  * Provided an asyncio-compatible service registration layer (in
    the zeroconf.asyncio module), thanks to J. Nick Koston.

OBS-URL: https://build.opensuse.org/request/show/897188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=46
2021-06-03 12:28:02 +00:00
71983438e4 Accepting request 887379 from devel:languages:python
- update to 0.29.0:
  * A single socket is used for listening on responding when `InterfaceChoice.Default` is chosen.
  * Dropped Python 3.5 support

OBS-URL: https://build.opensuse.org/request/show/887379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=19
2021-04-22 16:03:55 +00:00
cf8c11b693 - update to 0.29.0:
* A single socket is used for listening on responding when `InterfaceChoice.Default` is chosen.
  * Dropped Python 3.5 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=44
2021-04-21 21:31:47 +00:00
23b97d6a54 Accepting request 861753 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/861753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=18
2021-01-08 16:39:36 +00:00
00e9252f10 Accepting request 861741 from home:alarrosa:branches:devel:languages:python
- update to 0.28.8:
  * Fixed the packet generation when multiple packets are
  necessary, previously invalid packets were generated sometimes.
  Patch thanks to J. Nick Koston.

OBS-URL: https://build.opensuse.org/request/show/861741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=42
2021-01-08 15:40:40 +00:00
57216167b3 Accepting request 856970 from devel:languages:python
- update to 0.28.7:
  * Fixed the IPv6 address rendering in the browser example, thanks to Alexey Vazhnov.
  * Fixed a crash happening when a service is added or removed during handle_response
  and improved exception handling, thanks to J. Nick Koston.

OBS-URL: https://build.opensuse.org/request/show/856970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=17
2020-12-21 09:23:35 +00:00
0dfec8eb62 - update to 0.28.7:
* Fixed the IPv6 address rendering in the browser example, thanks to Alexey Vazhnov.
  * Fixed a crash happening when a service is added or removed during handle_response
  and improved exception handling, thanks to J. Nick Koston.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=40
2020-12-19 10:36:18 +00:00
42a02567d5 Accepting request 850926 from devel:languages:python
- update to 0.28.6:
  * Loosened service name validation when receiving from the network this lets us handle
  some real world devices previously causing errors
  * Enabled ignoring duplicated messages which decreases CPU usage
  * Fixed spurious AttributeError: module 'unittest' has no attribute 'mock'
  * Improved cache reaper performance significantly

OBS-URL: https://build.opensuse.org/request/show/850926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zeroconf?expand=0&rev=16
2020-11-26 22:15:13 +00:00