14
0

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
This commit is contained in:
2021-06-04 21:13:08 +00:00
committed by Git OBS Bridge
parent 66fc34528a
commit 6657c99fe0
2 changed files with 9 additions and 1 deletions

View File

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