14
0

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
This commit is contained in:
2021-06-05 21:31:31 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 4 17:16:48 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Fix package version. Upstream didn't tag nor change the version
number in git although it was released in pypi as 0.31.0
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 3 11:53:04 UTC 2021 - Antonio Larrosa <alarrosa@suse.com> Thu Jun 3 11:53:04 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -46,6 +46,7 @@ does not force you to use a particular event loop or python-twisted.
%prep %prep
%autosetup -p1 %autosetup -p1
sed -i -e "s/__version__ = '0.29.0'/__version__ = '%{version}'/" zeroconf/__init__.py
%build %build
%python_build %python_build
@@ -61,6 +62,7 @@ does not force you to use a particular event loop or python-twisted.
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst
%license COPYING %license COPYING
%{python_sitelib}/zeroconf* %{python_sitelib}/zeroconf
%{python_sitelib}/zeroconf-%{version}-py%{python_version}.egg-info
%changelog %changelog