Hello community,
here is the log from the commit of package python-html2text for
openSUSE:Factory checked in at 2020-08-28 21:20:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-html2text (Old)
and /work/SRC/openSUSE:Factory/.python-html2text.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-html2text"
Fri Aug 28 21:20:54 2020 rev:23 rq:828011 version:2020.1.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-html2text/python-html2text.changes
2020-04-09 23:18:40.606356254 +0200
+++
/work/SRC/openSUSE:Factory/.python-html2text.new.3399/python-html2text.changes
2020-08-28 21:21:58.432342045 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 04:47:19 UTC 2020 - John Vandenberg <[email protected]>
+
+- Add Conflicts with html2text
+- Ignore upstream egg-info and regenerate it
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-html2text.spec ++++++
--- /var/tmp/diff_new_pack.vbW1Iu/_old 2020-08-28 21:22:01.496343532 +0200
+++ /var/tmp/diff_new_pack.vbW1Iu/_new 2020-08-28 21:22:01.500343534 +0200
@@ -33,6 +33,7 @@
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(preun): update-alternatives
+Conflicts: html2text
BuildArch: noarch
%python_subpackages
@@ -45,6 +46,9 @@
# remove useless shebang
sed -i '/^#!/d' %{upname}/__init__.py
+# remove executable bits from egg files
+rm -r *.egg-info/
+
%build
%python_build
@@ -54,9 +58,6 @@
%python_clone -a %{buildroot}%{_bindir}/%{upname}
-# remove executable bits from egg files
-%python_expand chmod -x %{buildroot}%{$python_sitelib}/%{upname}-*.egg-info/*
-
%post
%python_install_alternative html2text
@@ -73,5 +74,6 @@
%doc README.md AUTHORS.rst ChangeLog.rst
%python_alternative %{_bindir}/%{upname}
%{python_sitelib}/*
+%{python_sitelib}/*.egg-info/
%changelog