Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gssapi for openSUSE:Factory checked in at 2021-02-04 20:22:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gssapi (Old) and /work/SRC/openSUSE:Factory/.python-gssapi.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gssapi" Thu Feb 4 20:22:57 2021 rev:7 rq:868430 version:1.6.12 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gssapi/python-gssapi.changes 2020-03-27 00:25:49.688272934 +0100 +++ /work/SRC/openSUSE:Factory/.python-gssapi.new.28504/python-gssapi.changes 2021-02-04 20:23:46.786799367 +0100 @@ -1,0 +2,32 @@ +Mon Feb 1 12:46:00 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Update to 1.6.12: + * Fix GSSAPI detection for macOS Big Sur (#235, #236) + * Clarify how to disable detection (#234) +- Update to 1.6.11: + * Fix build on FreeBSD (#232, #228) + * On FreeBSD, prefer GSSAPI from ports if available (#232) + * Support python >= 3.8 in test suite by dropping dependency on + should_be (#215, #229) + * Fix malformed S4U tests (#220, #229) +- Update to 1.6.10: + * Provide python 3.9 Windows wheels (#226, #227) + * Fix shlex.split on Windows (#223) + * Removed six package and other older py cleanup values + (#221, #222) +- Update to 1.6.9: + * Raise exception on unknown usage (#202, #203) + * Update tutorial to make server_name equal FQDN (#209) + * Handle missing locale.LC_MESSAGES on Windows (#211) +- Update to 1.6.5: + * There were no releases between 1.6.5 and 1.6.9 due to release + pipeline issues with Github Actions. + * Fix python_requires so that python-3.5 users hopefully + don't get a version they can't use (#199, #198) +- Update to 1.6.4: + * There was no v1.6.3 due to an incompatible sphinx extension + change. + * Fix missing substitution in inquire_property (#195, #196) + * Fix DLL handling on Windows with workarounds (#193, #194, #197) + +------------------------------------------------------------------- Old: ---- gssapi-1.6.2.tar.gz New: ---- gssapi-1.6.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gssapi.spec ++++++ --- /var/tmp/diff_new_pack.S52uja/_old 2021-02-04 20:23:47.218800025 +0100 +++ /var/tmp/diff_new_pack.S52uja/_new 2021-02-04 20:23:47.218800025 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-gssapi # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 +%define skip_python2 1 Name: python-gssapi -Version: 1.6.2 +Version: 1.6.12 Release: 0 Summary: A Python interface to RFC 2743/2744 (plus common extensions) License: ISC @@ -29,18 +29,10 @@ BuildRequires: %{python_module decorator} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: krb5-devel BuildRequires: python-rpm-macros Requires: python-decorator -Requires: python-six -%if %{with python2} -BuildRequires: python2-enum34 -%endif -%ifpython2 -Requires: python2-enum34 -%endif %python_subpackages %description ++++++ gssapi-1.6.2.tar.gz -> gssapi-1.6.12.tar.gz ++++++ ++++ 37465 lines of diff (skipped)