diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-zeroconf.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /zeroconf-0.47.3.tar.gz +/zeroconf-0.56.0.tar.gz diff --git a/python-zeroconf.spec b/python-zeroconf.spec index f2c26c0..8fba93a 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-zeroconf -Version: 0.47.3 +Version: 0.56.0 Release: 1 Summary: A pure python implementation of multicast DNS service discovery License: LGPL URL: https://github.com/python-zeroconf/python-zeroconf -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/9c/7bfd88a90cc6dfc592fb19ebaa938fef86b7d2b1b519ed5681592076fee9/zeroconf-0.47.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ba/1b/7b94a73e33b648be5884319da1d0e6c164ac26d30fa902dced3339cbe923/zeroconf-0.56.0.tar.gz Requires: python3-async-timeout Requires: python3-ifaddr @@ -98,7 +98,7 @@ Compared to some other Zeroconf/Bonjour/Avahi Python packages, python-zeroconf: * has an optional cython extension for performance (pure python is supported as well) %prep -%autosetup -n zeroconf-0.47.3 +%autosetup -n zeroconf-0.56.0 %build %py3_build @@ -138,5 +138,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.47.3-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.56.0-1 - Package Spec generated @@ -1 +1 @@ -095b8facfc341bf1515cf9de4aa18f17 zeroconf-0.47.3.tar.gz +058b06e0e2716e66dff5c72638617b03 zeroconf-0.56.0.tar.gz |