Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-IMAPClient for
openSUSE:Factory checked in at 2022-11-08 10:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-IMAPClient (Old)
and /work/SRC/openSUSE:Factory/.python-IMAPClient.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-IMAPClient"
Tue Nov 8 10:53:54 2022 rev:6 rq:1034200 version:2.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-IMAPClient/python-IMAPClient.changes
2022-08-02 22:10:45.162042449 +0200
+++
/work/SRC/openSUSE:Factory/.python-IMAPClient.new.1597/python-IMAPClient.changes
2022-11-08 10:54:09.345657025 +0100
@@ -1,0 +2,8 @@
+Mon Nov 7 10:45:39 UTC 2022 - [email protected]
+
+- do not require six for build
+- added patches
+ fix
https://github.com/mjs/imapclient/commit/6e6ec34b0e71975134d9492add22361ce4beb2a0
+ + python-IMAPClient-no-python2.patch
+
+-------------------------------------------------------------------
New:
----
python-IMAPClient-no-python2.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-IMAPClient.spec ++++++
--- /var/tmp/diff_new_pack.RSwfND/_old 2022-11-08 10:54:09.889658304 +0100
+++ /var/tmp/diff_new_pack.RSwfND/_new 2022-11-08 10:54:09.917658371 +0100
@@ -17,7 +17,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-IMAPClient
Version: 2.3.1
Release: 0
@@ -26,12 +25,12 @@
Group: Development/Languages/Python
URL: https://github.com/mjs/imapclient/
Source0: https://github.com/mjs/imapclient/archive/%{version}.tar.gz
+#
https://github.com/mjs/imapclient/commit/6e6ec34b0e71975134d9492add22361ce4beb2a0
+Patch0: python-IMAPClient-no-python2.patch
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 20.5}
-BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-six
BuildArch: noarch
%python_subpackages
@@ -52,8 +51,10 @@
%prep
%setup -q -n imapclient-%{version}
+%patch0 -p1
%build
+sed -i 's:#!::' imapclient/interact.py
%python_build
%install
@@ -67,6 +68,7 @@
%files %{python_files}
%doc README.rst
%license COPYING
-%{python_sitelib}/*
+%{python_sitelib}/IMAPClient-*-info
+%{python_sitelib}/imapclient
%changelog
++++++ python-IMAPClient-no-python2.patch ++++++
++++ 1337 lines (skipped)