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 2023-02-21 15:36:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sasl (Old) and /work/SRC/openSUSE:Factory/.python-sasl.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sasl" Tue Feb 21 15:36:28 2023 rev:3 rq:1066949 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sasl/python-sasl.changes 2021-04-17 00:01:50.841601847 +0200 +++ /work/SRC/openSUSE:Factory/.python-sasl.new.22824/python-sasl.changes 2023-02-21 15:36:44.384527578 +0100 @@ -1,0 +2,7 @@ +Tue Feb 21 07:54:56 UTC 2023 - Daniel Garcia <daniel.gar...@suse.com> + +- Add python-311.patch to support python 3.11, gh#cloudera/python-sasl#31 +- Delete regenerate-cpp-wrappers.patch +- Update to 0.3.1, there's no release notes upstream. + +------------------------------------------------------------------- Old: ---- regenerate-cpp-wrappers.patch sasl-0.2.1.tar.gz New: ---- python-311.patch sasl-0.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sasl.spec ++++++ --- /var/tmp/diff_new_pack.gjXRu1/_old 2023-02-21 15:36:44.964530911 +0100 +++ /var/tmp/diff_new_pack.gjXRu1/_new 2023-02-21 15:36:44.968530934 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-sasl # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,17 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-sasl -Version: 0.2.1 +Version: 0.3.1 Release: 0 Summary: SASL for Python License: Apache-2.0 Group: Development/Languages/Python 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 +# PATCH-FIX-UPSTREAM python-311.patch gh#cloudera/python-sasl#31 +Patch0: python-311.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} @@ -42,8 +42,7 @@ Cyrus-SASL bindings for Python. %prep -%setup -q -n sasl-%{version} -%autopatch -p1 +%autosetup -p1 -n sasl-%{version} %build export CFLAGS="%{optflags}" @@ -56,6 +55,7 @@ %files %{python_files} %doc PKG-INFO %license LICENSE.txt -%{python_sitearch}/* +%{python_sitearch}/sasl +%{python_sitearch}/sasl-%{version}*-info %changelog ++++++ python-311.patch ++++++ ++++ 708 lines (skipped) ++++++ sasl-0.2.1.tar.gz -> sasl-0.3.1.tar.gz ++++++ ++++ 6164 lines of diff (skipped)