Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zeroconf for openSUSE:Factory
checked in at 2021-06-05 23:31:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zeroconf (Old)
and /work/SRC/openSUSE:Factory/.python-zeroconf.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zeroconf"
Sat Jun 5 23:31:31 2021 rev:21 rq:897588 version:0.31.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-zeroconf/python-zeroconf.changes
2021-06-04 00:34:17.096995949 +0200
+++
/work/SRC/openSUSE:Factory/.python-zeroconf.new.1898/python-zeroconf.changes
2021-06-05 23:32:08.080500834 +0200
@@ -1,0 +2,6 @@
+Fri Jun 4 17:16:48 UTC 2021 - Antonio Larrosa <[email protected]>
+
+- Fix package version. Upstream didn't tag nor change the version
+ number in git although it was released in pypi as 0.31.0
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zeroconf.spec ++++++
--- /var/tmp/diff_new_pack.CbGk6C/_old 2021-06-05 23:32:08.496501558 +0200
+++ /var/tmp/diff_new_pack.CbGk6C/_new 2021-06-05 23:32:08.496501558 +0200
@@ -46,6 +46,7 @@
%prep
%autosetup -p1
+sed -i -e "s/__version__ = '0.29.0'/__version__ = '%{version}'/"
zeroconf/__init__.py
%build
%python_build
@@ -61,6 +62,7 @@
%files %{python_files}
%doc README.rst
%license COPYING
-%{python_sitelib}/zeroconf*
+%{python_sitelib}/zeroconf
+%{python_sitelib}/zeroconf-%{version}-py%{python_version}.egg-info
%changelog