Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sasl for openSUSE:Factory checked in at 2021-04-17 00:01:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sasl (Old) and /work/SRC/openSUSE:Factory/.python-sasl.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sasl" Sat Apr 17 00:01:43 2021 rev:2 rq:885881 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sasl/python-sasl.changes 2018-01-10 23:38:19.799122128 +0100 +++ /work/SRC/openSUSE:Factory/.python-sasl.new.12324/python-sasl.changes 2021-04-17 00:01:50.841601847 +0200 @@ -1,0 +2,5 @@ +Fri Apr 16 08:23:37 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com> + +- Add regenerate-cpp-wrappers.patch to fix build with Python 3.9 + +------------------------------------------------------------------- New: ---- regenerate-cpp-wrappers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sasl.spec ++++++ --- /var/tmp/diff_new_pack.9ETCy2/_old 2021-04-17 00:01:51.357602661 +0200 +++ /var/tmp/diff_new_pack.9ETCy2/_new 2021-04-17 00:01:51.361602667 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sasl # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,18 +24,18 @@ Summary: SASL for Python License: Apache-2.0 Group: Development/Languages/Python -Url: http://github.com/cloudera/python-sasl +URL: https://github.com/cloudera/python-sasl Source: https://files.pythonhosted.org/packages/source/s/sasl/sasl-%{version}.tar.gz +Patch0: regenerate-cpp-wrappers.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libsasl2) Requires: python-six -BuildRoot: %{_tmppath}/%{name}-%{version}-build - %python_subpackages %description @@ -43,6 +43,7 @@ %prep %setup -q -n sasl-%{version} +%autopatch -p1 %build export CFLAGS="%{optflags}" @@ -53,8 +54,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE.txt +%doc PKG-INFO +%license LICENSE.txt %{python_sitearch}/* %changelog ++++++ regenerate-cpp-wrappers.patch ++++++ ++++ 6139 lines (skipped)