From cee5000b9b363041cd7f3929df719df77cdf5701 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 09 2021 10:12:45 +0000 Subject: Update to 0.33.4 --- diff --git a/python-zeroconf.spec b/python-zeroconf.spec index f851d32..2982825 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -2,8 +2,8 @@ %global pypi_name zeroconf Name: python-%{pypi_name} -Version: 0.30.0 -Release: 3%{?dist} +Version: 0.33.4 +Release: 1%{?dist} Summary: Pure Python Multicast DNS Service Discovery Library License: LGPLv2 @@ -13,8 +13,8 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-nose BuildRequires: python3-pytest +BuildRequires: python3-pytest-asyncio BuildRequires: python3-pytest-xdist BuildRequires: python3dist(ifaddr) @@ -47,15 +47,15 @@ rm -rf %{pypi_name}.egg-info %check -# IPv6 tests fail in Koji/mock +# IPv6 tests fail in Koji/mock, test_sending_unicast uses IPv6 # test_ptr_optimization fails in Koji -%{__python3} -m pytest -n auto -v \ +# with 0.33.4, running tests in parallel produces some failures, possibly race conditions +%{__python3} -m pytest -n 1 -v \ %if %{with integration} - -k "not v6" \ + -k "not v6 and not test_sending_unicast" \ %else %{without integration} - -k "not integration and not test_ptr_optimization and not v6" \ + -k "not integration and not test_ptr_optimization and not v6 and not test_sending_unicast" \ %endif - %{pypi_name}/test* %files -n python3-%{pypi_name} @@ -66,6 +66,10 @@ rm -rf %{pypi_name}.egg-info %changelog +* Mon Aug 09 2021 Miro Hrončok - 0.33.4-1 +- Update to 0.33.4 +- Fixes: rhbz#1974240 + * Fri Jul 23 2021 Fedora Release Engineering - 0.30.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index bb8eb2f..9c5b136 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zeroconf-0.30.0.tar.gz) = 1f3165500a07525ef182bb60c1804fe2002a33a9f800470bdb32bdfd44a1b8f466a818a4390537674952159e5c0e257cf9e4ca570b1a9936e1cf8be294be6311 +SHA512 (zeroconf-0.33.4.tar.gz) = fa6dd453ea22beb113c53941ce750e214da3211b6fc14d8b0cb575b927cff14759c49fec4e9ada4a2fd4ebc0bb3b0b355a2454ca0e128a3213fc8be41f096af7