From f2133a941894887189cdae5f697ef688aa45c669 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 10:31:49 +0000 Subject: [PATCH 01/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 5ac1c47..be9464b 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -134,6 +134,9 @@ popd %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.2.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Tue Apr 04 2017 Robbie Harwood 1.2.0-5 - Fix problem where gss_display_status can infinite loop - Move to autosetup and rpm-git-tree From 3c5eae965e5f380d2d13adb4d6d54b7fd2496ee8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 06:46:09 +0000 Subject: [PATCH 02/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index be9464b..0b4c925 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.2.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -134,6 +134,9 @@ popd %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From ce6fd5bc5a184dc14b574b3caa8f7a8ad6ac0126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 19 Aug 2017 09:41:00 -0400 Subject: [PATCH 03/27] Python 2 binary package renamed to python2-gssapi --- python-gssapi.spec | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 0b4c925..46af8d8 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.2.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -21,10 +21,6 @@ BuildRequires: krb5-libs >= 1.10 BuildRequires: Cython >= 0.21 BuildRequires: python-setuptools BuildRequires: python-tox -Requires: krb5-libs >= 1.10 -Requires: python-six -Requires: python-enum34 -Requires: python-decorator # For autosetup BuildRequires: git @@ -48,12 +44,24 @@ BuildRequires: python3-should-be %endif %endif -%description -A set of Python bindings to the GSSAPI C library providing both -a high-level pythonic interfaces and a low-level interfaces -which more closely matches RFC 2743. Includes support for +%global _description\ +A set of Python bindings to the GSSAPI C library providing both\ +a high-level pythonic interfaces and a low-level interfaces\ +which more closely matches RFC 2743. Includes support for\ RFC 2743, as well as multiple extensions. +%description %_description + +%package -n python2-gssapi +Summary: %summary +Requires: krb5-libs >= 1.10 +Requires: python-six +Requires: python-enum34 +Requires: python-decorator +%{?python_provide:%python_provide python2-gssapi} + +%description -n python2-gssapi %_description + %if 0%{?with_python3} %package -n python3-gssapi Summary: Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions) @@ -120,7 +128,7 @@ popd %endif -%files +%files -n python2-gssapi %doc README.txt %license LICENSE.txt %{python2_sitearch}/* @@ -134,6 +142,10 @@ popd %changelog +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.2.0-8 +- Python 2 binary package renamed to python2-gssapi + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 7a73d710fa5a70ced3b8c165c866e7a64a2eb616 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Fri, 1 Dec 2017 18:51:47 +0000 Subject: [PATCH 04/27] New upstream release v1.3.0 --- .gitignore | 1 + ...r-_display_status-infinite-recursion.patch | 69 ------------------- python-gssapi.spec | 8 ++- sources | 2 +- 4 files changed, 7 insertions(+), 73 deletions(-) delete mode 100644 Prevent-GSSError-_display_status-infinite-recursion.patch diff --git a/.gitignore b/.gitignore index 30ae534..38e8a69 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /python-gssapi-1.1.3.tar.gz /python-gssapi-1.1.4.tar.gz /python-gssapi-1.2.0.tar.gz +/python-gssapi-1.3.0.tar.gz diff --git a/Prevent-GSSError-_display_status-infinite-recursion.patch b/Prevent-GSSError-_display_status-infinite-recursion.patch deleted file mode 100644 index 79780da..0000000 --- a/Prevent-GSSError-_display_status-infinite-recursion.patch +++ /dev/null @@ -1,69 +0,0 @@ -From d7793765e75e2c0db31565903b50bb90bced18ff Mon Sep 17 00:00:00 2001 -From: Robbie Harwood -Date: Mon, 27 Mar 2017 13:24:37 -0400 -Subject: [PATCH] Prevent GSSError/_display_status() infinite recursion - -I was unable to reproduce the problem, but this should prevent the issue. - -Resolves: #111 -(cherry picked from commit b7e6c6c5451590f18df965a2a84550a63461d76e) ---- - gssapi/raw/misc.pyx | 20 +++++++++++--------- - 1 file changed, 11 insertions(+), 9 deletions(-) - -diff --git a/gssapi/raw/misc.pyx b/gssapi/raw/misc.pyx -index e278c4b..4ea0c55 100644 ---- a/gssapi/raw/misc.pyx -+++ b/gssapi/raw/misc.pyx -@@ -139,7 +139,7 @@ def _display_status(unsigned int error_code, bint is_major_code, - whether or not to call again for further messages - - Raises: -- GSSError -+ ValueError - """ - - cdef int status_type -@@ -165,13 +165,16 @@ def _display_status(unsigned int error_code, bint is_major_code, - - if maj_stat == GSS_S_COMPLETE: - call_again = bool(msg_ctx_out) -- - msg_out = msg_buff.value[:msg_buff.length] - gss_release_buffer(&min_stat, &msg_buff) - return (msg_out, msg_ctx_out, call_again) - else: -- # NB(directxman12): this is highly unlikely to cause a recursive loop -- raise GSSError(maj_stat, min_stat) -+ # This hides whatever error gss_display_status is complaining about, -+ # but obviates infinite recursion into stack exhaustion. The -+ # exception raised here is handled by get_all_statuses(), which prints -+ # the code. -+ raise ValueError("gss_display_status call returned failure " -+ "(major {0}, minor {1}).".format(maj_stat, min_stat)) - - - class GSSErrorRegistry(type): -@@ -294,8 +297,8 @@ class GSSError(Exception, metaclass=GSSErrorRegistry): - try: - msg, ctx, cont = _display_status(code, is_maj) - res.append(msg.decode(msg_encoding)) -- except GSSError: -- res.append(u'issue decoding code: {0}'.format(code)) -+ except ValueError as e: -+ res.append(u'{0} Decoding code: {1}'.format(e, code)) - cont = False - - while cont: -@@ -303,9 +306,8 @@ class GSSError(Exception, metaclass=GSSErrorRegistry): - msg, ctx, cont = _display_status(code, is_maj, - message_context=ctx) - res.append(msg.decode(msg_encoding)) -- except GSSError: -- res.append(u'issue decoding ' -- u'code: {0}'.format(code)) -+ except ValueError: -+ res.append(u'{0} Decoding code: {1}'.format(e, code)) - cont = False - - return res diff --git a/python-gssapi.spec b/python-gssapi.spec index 46af8d8..858e83d 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -4,8 +4,8 @@ %global with_python3 1 Name: python-gssapi -Version: 1.2.0 -Release: 8%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -13,7 +13,6 @@ URL: https://github.com/pythongssapi/python-gssapi Source0: https://github.com/pythongssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz # Patches -Patch0: Prevent-GSSError-_display_status-infinite-recursion.patch BuildRequires: python2-devel BuildRequires: krb5-devel >= 1.10 @@ -142,6 +141,9 @@ popd %changelog +* Fri Dec 01 2017 Robbie Harwood - 1.3.0-1 +- New upstream release v1.3.0 + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.2.0-8 - Python 2 binary package renamed to python2-gssapi See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 diff --git a/sources b/sources index f997ccf..43f0242 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -056f4e802a46b516bb5fb027b5f0358e python-gssapi-1.2.0.tar.gz +SHA512 (python-gssapi-1.3.0.tar.gz) = e66ecf27e5306717d4fcd954d4791a9e5e0c6f5fbbcce6f9b62aeadb52b2de4171774fabb12bac779f283a5bbbc93d797d6f7298dcba70b6a09870b8cfeca7b1 From c4ceea51f5619d77d788d92e4bb2a83a2381f720 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Fri, 19 Jan 2018 02:08:07 +0100 Subject: [PATCH 05/27] Update Python 2 dependency declarations to new packaging standards --- python-gssapi.spec | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 858e83d..772875e 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -17,16 +17,16 @@ Source0: https://github.com/pythongssapi/%{name}/releases/download/v%{ver BuildRequires: python2-devel BuildRequires: krb5-devel >= 1.10 BuildRequires: krb5-libs >= 1.10 -BuildRequires: Cython >= 0.21 -BuildRequires: python-setuptools -BuildRequires: python-tox +BuildRequires: python2-Cython >= 0.21 +BuildRequires: python2-setuptools +BuildRequires: python2-tox # For autosetup BuildRequires: git %if 0%{?run_tests} -BuildRequires: python-nose -BuildRequires: python-nose-parameterized +BuildRequires: python2-nose +BuildRequires: python2-nose-parameterized BuildRequires: python-shouldbe BuildRequires: krb5-server >= 1.10 %endif @@ -54,9 +54,9 @@ RFC 2743, as well as multiple extensions. %package -n python2-gssapi Summary: %summary Requires: krb5-libs >= 1.10 -Requires: python-six -Requires: python-enum34 -Requires: python-decorator +Requires: python2-six +Requires: python2-enum34 +Requires: python2-decorator %{?python_provide:%python_provide python2-gssapi} %description -n python2-gssapi %_description @@ -141,6 +141,10 @@ popd %changelog +* Fri Jan 19 2018 Iryna Shcherbina - 1.3.0-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Dec 01 2017 Robbie Harwood - 1.3.0-1 - New upstream release v1.3.0 From 534dc1de8b3f6c624d4dbbe0ebe7124e45fc23f7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 08:12:44 +0000 Subject: [PATCH 06/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 772875e..9d9a6dd 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -141,6 +141,9 @@ popd %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Fri Jan 19 2018 Iryna Shcherbina - 1.3.0-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) From e81261b31da7b351cfeef716af0154f581a87b4d Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Fri, 16 Feb 2018 13:17:35 -0500 Subject: [PATCH 07/27] Prepare for release 1.4.1 --- .gitignore | 1 + python-gssapi.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 38e8a69..fce1b57 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /python-gssapi-1.1.4.tar.gz /python-gssapi-1.2.0.tar.gz /python-gssapi-1.3.0.tar.gz +/python-gssapi-1.4.1.tar.gz diff --git a/python-gssapi.spec b/python-gssapi.spec index 9d9a6dd..40a770a 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -4,8 +4,8 @@ %global with_python3 1 Name: python-gssapi -Version: 1.3.0 -Release: 3%{?dist} +Version: 1.4.1 +Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -141,6 +141,9 @@ popd %changelog +* Fri Feb 16 2018 Robbie Harwood - 1.4.1-1 +- Prepare for release 1.4.1 + * Fri Feb 09 2018 Fedora Release Engineering - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index 43f0242..46f2562 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-gssapi-1.3.0.tar.gz) = e66ecf27e5306717d4fcd954d4791a9e5e0c6f5fbbcce6f9b62aeadb52b2de4171774fabb12bac779f283a5bbbc93d797d6f7298dcba70b6a09870b8cfeca7b1 +SHA512 (python-gssapi-1.4.1.tar.gz) = 205600467d6c33cc900e331c2603970ef54222d9e99418a7b93f9cfb2aecda71d10534219be2ba672f83f62cde50246e720d1c65174a89e641a4e711e88b9324 From 7342716d53ddb57fcd084146deaf1b57a309b7d9 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 7 Mar 2018 16:15:48 +0000 Subject: [PATCH 08/27] Add gcc to build-deps --- python-gssapi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 40a770a..7357fac 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -20,6 +20,7 @@ BuildRequires: krb5-libs >= 1.10 BuildRequires: python2-Cython >= 0.21 BuildRequires: python2-setuptools BuildRequires: python2-tox +BuildRequires: gcc # For autosetup BuildRequires: git @@ -141,6 +142,9 @@ popd %changelog +* Wed Mar 07 2018 Robbie Harwood - 1.4.1-2 +- Add gcc to build-deps + * Fri Feb 16 2018 Robbie Harwood - 1.4.1-1 - Prepare for release 1.4.1 From 5e2d6bb1850540f74fdf9235d404229a2d6814e3 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Fri, 6 Apr 2018 15:00:00 -0400 Subject: [PATCH 09/27] Prepare for release 1.5.0 --- .gitignore | 1 + python-gssapi.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fce1b57..274353c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /python-gssapi-1.2.0.tar.gz /python-gssapi-1.3.0.tar.gz /python-gssapi-1.4.1.tar.gz +/python-gssapi-1.5.0.tar.gz diff --git a/python-gssapi.spec b/python-gssapi.spec index 7357fac..40e32de 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -4,8 +4,8 @@ %global with_python3 1 Name: python-gssapi -Version: 1.4.1 -Release: 2%{?dist} +Version: 1.5.0 +Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -142,6 +142,9 @@ popd %changelog +* Fri Apr 06 2018 Robbie Harwood - 1.5.0-1 +- Prepare for release 1.5.0 + * Wed Mar 07 2018 Robbie Harwood - 1.4.1-2 - Add gcc to build-deps diff --git a/sources b/sources index 46f2562..035a5e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-gssapi-1.4.1.tar.gz) = 205600467d6c33cc900e331c2603970ef54222d9e99418a7b93f9cfb2aecda71d10534219be2ba672f83f62cde50246e720d1c65174a89e641a4e711e88b9324 +SHA512 (python-gssapi-1.5.0.tar.gz) = 02d1090c22a0bd3eaf0559124b1fc9dd90c0a118fdeec561e759700b807838e584a5e9d8ea156348c4496d3f6f914d7f218932cff14acfbaf49affdc16332667 From 6b3801867044216de9e6523ade103e89223298ae Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 8 May 2018 14:43:29 +0000 Subject: [PATCH 10/27] Fix tox dependency Merges #2 --- python-gssapi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 40e32de..4b5bb6c 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -19,13 +19,13 @@ BuildRequires: krb5-devel >= 1.10 BuildRequires: krb5-libs >= 1.10 BuildRequires: python2-Cython >= 0.21 BuildRequires: python2-setuptools -BuildRequires: python2-tox BuildRequires: gcc # For autosetup BuildRequires: git %if 0%{?run_tests} +BuildRequires: %{_bindir}/tox BuildRequires: python2-nose BuildRequires: python2-nose-parameterized BuildRequires: python-shouldbe @@ -142,6 +142,9 @@ popd %changelog +* Tue May 08 2018 Robbie Harwood - 1.5.0-2 +- Fix tox dependency + * Fri Apr 06 2018 Robbie Harwood - 1.5.0-1 - Prepare for release 1.5.0 From 6dbd6e0a37c9668d2a4c284c219cab76cd556b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:04:20 +0200 Subject: [PATCH 11/27] Rebuilt for Python 3.7 --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 4b5bb6c..824038f 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -142,6 +142,9 @@ popd %changelog +* Tue Jun 19 2018 Miro Hrončok - 1.5.0-3 +- Rebuilt for Python 3.7 + * Tue May 08 2018 Robbie Harwood - 1.5.0-2 - Fix tox dependency From 467478aa8cbb793ad98132735f5d599b0a4ec747 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 00:29:02 +0000 Subject: [PATCH 12/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 824038f..c63e5d8 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -142,6 +142,9 @@ popd %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.5.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Tue Jun 19 2018 Miro Hrončok - 1.5.0-3 - Rebuilt for Python 3.7 From 44b5088e9b466f31039be87ed767ce08b217ff27 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 18 Jul 2018 20:19:39 +0000 Subject: [PATCH 13/27] Remove warning about collections ABCs on python3.7 Resolves: #1594834 --- .gitignore | 1 + python-gssapi.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 274353c..bd93c27 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /python-gssapi-1.3.0.tar.gz /python-gssapi-1.4.1.tar.gz /python-gssapi-1.5.0.tar.gz +/python-gssapi-1.5.1.tar.gz diff --git a/python-gssapi.spec b/python-gssapi.spec index c63e5d8..cb5300b 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -4,8 +4,8 @@ %global with_python3 1 Name: python-gssapi -Version: 1.5.0 -Release: 4%{?dist} +Version: 1.5.1 +Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -142,6 +142,10 @@ popd %changelog +* Wed Jul 18 2018 Robbie Harwood - 1.5.1-1 +- Remove warning about collections ABCs on python3.7 +- Resolves: #1594834 + * Sat Jul 14 2018 Fedora Release Engineering - 1.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 035a5e7..d1bc65d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-gssapi-1.5.0.tar.gz) = 02d1090c22a0bd3eaf0559124b1fc9dd90c0a118fdeec561e759700b807838e584a5e9d8ea156348c4496d3f6f914d7f218932cff14acfbaf49affdc16332667 +SHA512 (python-gssapi-1.5.1.tar.gz) = 1fb94406a5e65ff03246b9f765e35f8c65315919dbf24d21dc85c4b7736cbec9365d277028a9508ee31122b3d43446f88bd808260fe51a273330f156ab7e7d78 From b74df983fccd3a785af513d9ac235f3f0a695cef Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 07:07:11 +0000 Subject: [PATCH 14/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index cb5300b..49d6f03 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -5,7 +5,7 @@ Name: python-gssapi Version: 1.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -142,6 +142,9 @@ popd %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 1.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Jul 18 2018 Robbie Harwood - 1.5.1-1 - Remove warning about collections ABCs on python3.7 - Resolves: #1594834 From 4a5a3977d1d31f13a223039de03ffae31583745e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 13 Feb 2019 00:44:39 +0100 Subject: [PATCH 15/27] https://fedoraproject.org/wiki/Changes/Python_Extension_Flags --- python-gssapi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 49d6f03..272c4dd 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -91,7 +91,7 @@ CFLAGS="%{optflags}" %{__python2} setup.py build %if 0%{?with_python3} pushd %{py3dir} -CFLAGS="%{optflags}" %{__python3} setup.py build +%py3_build popd %endif @@ -99,7 +99,7 @@ popd %install %if 0%{?with_python3} pushd %{py3dir} -%{__python3} setup.py install --skip-build --root %{buildroot} +%py3_install # fix permissions on shared objects (mock seems to set them # to 0775, whereas a normal build gives 0755) From d55f8881dd1a8b441f1d571de7f81fca64e10c54 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Thu, 30 May 2019 18:16:54 +0000 Subject: [PATCH 16/27] Drop python2 subpackage --- python-gssapi.spec | 97 +++++----------------------------------------- 1 file changed, 9 insertions(+), 88 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 272c4dd..c84ce32 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -1,11 +1,8 @@ # NOTE: tests are disabled since should_be has not yet been packaged. -# To re-enable, uncomment the 'check' section and lines marked 'for tests' -%global run_tests 0 -%global with_python3 1 Name: python-gssapi Version: 1.5.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -14,35 +11,15 @@ Source0: https://github.com/pythongssapi/%{name}/releases/download/v%{ver # Patches -BuildRequires: python2-devel BuildRequires: krb5-devel >= 1.10 BuildRequires: krb5-libs >= 1.10 -BuildRequires: python2-Cython >= 0.21 -BuildRequires: python2-setuptools BuildRequires: gcc - -# For autosetup -BuildRequires: git - -%if 0%{?run_tests} -BuildRequires: %{_bindir}/tox -BuildRequires: python2-nose -BuildRequires: python2-nose-parameterized -BuildRequires: python-shouldbe -BuildRequires: krb5-server >= 1.10 -%endif - -%if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-Cython -%if 0%{?run_tests} -BuildRequires: python3-nose -BuildRequires: python3-nose-parameterized -BuildRequires: python3-should-be -%endif -%endif +# For autosetup +BuildRequires: git %global _description\ A set of Python bindings to the GSSAPI C library providing both\ @@ -52,17 +29,6 @@ RFC 2743, as well as multiple extensions. %description %_description -%package -n python2-gssapi -Summary: %summary -Requires: krb5-libs >= 1.10 -Requires: python2-six -Requires: python2-enum34 -Requires: python2-decorator -%{?python_provide:%python_provide python2-gssapi} - -%description -n python2-gssapi %_description - -%if 0%{?with_python3} %package -n python3-gssapi Summary: Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions) @@ -70,35 +36,17 @@ Requires: krb5-libs >= 1.10 Requires: python3-six Requires: python3-decorator -%description -n python3-gssapi -A set of Python 3 bindings to the GSSAPI C library providing both -a high-level pythonic interfaces and a low-level interfaces -which more closely matches RFC 2743. Includes support for -RFC 2743, as well as multiple extensions. -%endif +%description -n python3-gssapi %_description + +%{?python_provide:%python_provide python3-gssapi} %prep %autosetup -S git -n %{name}-%{version} -%if 0%{?with_python3} -rm -rf %{py3dir} -cp -a . %{py3dir} -%endif - - %build -CFLAGS="%{optflags}" %{__python2} setup.py build - -%if 0%{?with_python3} -pushd %{py3dir} %py3_build -popd -%endif - %install -%if 0%{?with_python3} -pushd %{py3dir} %py3_install # fix permissions on shared objects (mock seems to set them @@ -106,42 +54,15 @@ pushd %{py3dir} find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ -exec chmod 0755 {} \; -popd -%endif - -%{__python2} setup.py install --skip-build --root %{buildroot} - -# fix permissions on shared objects (mock seems to set them -# to 0775, whereas a normal build gives 0755) -find %{buildroot}%{python2_sitearch}/gssapi -name '*.so' \ - -exec chmod 0755 {} \; - -%check -%if 0%{?run_tests} -%{__python2} setup.py nosetests - -%if 0%{?with_python3} -pushd %{py3dir} -%{__python3} setup.py nosetests -popd -%endif -%endif - - -%files -n python2-gssapi -%doc README.txt -%license LICENSE.txt -%{python2_sitearch}/* - -%if 0%{?with_python3} %files -n python3-gssapi %doc README.txt %license LICENSE.txt %{python3_sitearch}/* -%endif - %changelog +* Thu May 30 2019 Robbie Harwood - 1.5.1-3 +- Drop python2 subpackage + * Sat Feb 02 2019 Fedora Release Engineering - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 7c8728b613ce3d1984431fb43821c0c1a0a8e975 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Thu, 25 Jul 2019 19:57:51 +0000 Subject: [PATCH 17/27] Bring back python2 subpackage Subpackage will be preserved for the fc31 release and removed thereafter. This was requested by offlineimap. --- python-gssapi.spec | 97 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 91 insertions(+), 6 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index c84ce32..d5a4b19 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -1,8 +1,11 @@ # NOTE: tests are disabled since should_be has not yet been packaged. +# To re-enable, uncomment the 'check' section and lines marked 'for tests' +%global run_tests 0 +%global with_python3 1 Name: python-gssapi Version: 1.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -11,15 +14,35 @@ Source0: https://github.com/pythongssapi/%{name}/releases/download/v%{ver # Patches +BuildRequires: python2-devel BuildRequires: krb5-devel >= 1.10 BuildRequires: krb5-libs >= 1.10 +BuildRequires: python2-Cython >= 0.21 +BuildRequires: python2-setuptools BuildRequires: gcc + +# For autosetup +BuildRequires: git + +%if 0%{?run_tests} +BuildRequires: %{_bindir}/tox +BuildRequires: python2-nose +BuildRequires: python2-nose-parameterized +BuildRequires: python-shouldbe +BuildRequires: krb5-server >= 1.10 +%endif + +%if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-Cython -# For autosetup -BuildRequires: git +%if 0%{?run_tests} +BuildRequires: python3-nose +BuildRequires: python3-nose-parameterized +BuildRequires: python3-should-be +%endif +%endif %global _description\ A set of Python bindings to the GSSAPI C library providing both\ @@ -29,6 +52,17 @@ RFC 2743, as well as multiple extensions. %description %_description +%package -n python2-gssapi +Summary: %summary +Requires: krb5-libs >= 1.10 +Requires: python2-six +Requires: python2-enum34 +Requires: python2-decorator +%{?python_provide:%python_provide python2-gssapi} + +%description -n python2-gssapi %_description + +%if 0%{?with_python3} %package -n python3-gssapi Summary: Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions) @@ -36,17 +70,35 @@ Requires: krb5-libs >= 1.10 Requires: python3-six Requires: python3-decorator -%description -n python3-gssapi %_description - -%{?python_provide:%python_provide python3-gssapi} +%description -n python3-gssapi +A set of Python 3 bindings to the GSSAPI C library providing both +a high-level pythonic interfaces and a low-level interfaces +which more closely matches RFC 2743. Includes support for +RFC 2743, as well as multiple extensions. +%endif %prep %autosetup -S git -n %{name}-%{version} +%if 0%{?with_python3} +rm -rf %{py3dir} +cp -a . %{py3dir} +%endif + + %build +CFLAGS="%{optflags}" %{__python2} setup.py build + +%if 0%{?with_python3} +pushd %{py3dir} %py3_build +popd +%endif + %install +%if 0%{?with_python3} +pushd %{py3dir} %py3_install # fix permissions on shared objects (mock seems to set them @@ -54,12 +106,45 @@ Requires: python3-decorator find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ -exec chmod 0755 {} \; +popd +%endif + +%{__python2} setup.py install --skip-build --root %{buildroot} + +# fix permissions on shared objects (mock seems to set them +# to 0775, whereas a normal build gives 0755) +find %{buildroot}%{python2_sitearch}/gssapi -name '*.so' \ + -exec chmod 0755 {} \; + +%check +%if 0%{?run_tests} +%{__python2} setup.py nosetests + +%if 0%{?with_python3} +pushd %{py3dir} +%{__python3} setup.py nosetests +popd +%endif +%endif + + +%files -n python2-gssapi +%doc README.txt +%license LICENSE.txt +%{python2_sitearch}/* + +%if 0%{?with_python3} %files -n python3-gssapi %doc README.txt %license LICENSE.txt %{python3_sitearch}/* +%endif + %changelog +* Thu Jul 24 2019 Robbie Harwood - 1.5.1-4 +- Restore python2 subpackage for fc31 by request of offlineimap + * Thu May 30 2019 Robbie Harwood - 1.5.1-3 - Drop python2 subpackage From 2660606396a0c2d006c1dbaab794b68437d4703e Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Fri, 9 Aug 2019 17:01:31 +0000 Subject: [PATCH 18/27] New upstream version: 1.6.1 --- .gitignore | 1 + python-gssapi.spec | 9 ++++++--- sources | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bd93c27..4012024 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /python-gssapi-1.4.1.tar.gz /python-gssapi-1.5.0.tar.gz /python-gssapi-1.5.1.tar.gz +/python-gssapi-1.6.1.tar.gz diff --git a/python-gssapi.spec b/python-gssapi.spec index d5a4b19..4ac2e75 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -4,8 +4,8 @@ %global with_python3 1 Name: python-gssapi -Version: 1.5.1 -Release: 4%{?dist} +Version: 1.6.1 +Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -142,7 +142,10 @@ popd %changelog -* Thu Jul 24 2019 Robbie Harwood - 1.5.1-4 +* Fri Aug 09 2019 Robbie Harwood - 1.6.1-1 +- New upstream version: 1.6.1 + +* Thu Jul 25 2019 Robbie Harwood - 1.5.1-4 - Restore python2 subpackage for fc31 by request of offlineimap * Thu May 30 2019 Robbie Harwood - 1.5.1-3 diff --git a/sources b/sources index d1bc65d..306992a 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (python-gssapi-1.5.1.tar.gz) = 1fb94406a5e65ff03246b9f765e35f8c65315919dbf24d21dc85c4b7736cbec9365d277028a9508ee31122b3d43446f88bd808260fe51a273330f156ab7e7d78 +SHA512 (python-gssapi-1.6.1.tar.gz) = 061e6bc408a9dcb336596911a2a0f7eec69deeff7ebba3f217e898339273f59d7aa6bffb82a6dac39d041772134302da0f373931b7b6d3d67bf3d55fac93d9c1 From 90f97019095bf80e149854d274b6c9ff1f7e4585 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 14 Aug 2019 13:57:00 +0000 Subject: [PATCH 19/27] Drop python2 subpackage for fc32+ --- python-gssapi.spec | 97 +++++----------------------------------------- 1 file changed, 9 insertions(+), 88 deletions(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 4ac2e75..f68b09e 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -1,11 +1,8 @@ # NOTE: tests are disabled since should_be has not yet been packaged. -# To re-enable, uncomment the 'check' section and lines marked 'for tests' -%global run_tests 0 -%global with_python3 1 Name: python-gssapi Version: 1.6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -14,35 +11,15 @@ Source0: https://github.com/pythongssapi/%{name}/releases/download/v%{ver # Patches -BuildRequires: python2-devel BuildRequires: krb5-devel >= 1.10 BuildRequires: krb5-libs >= 1.10 -BuildRequires: python2-Cython >= 0.21 -BuildRequires: python2-setuptools BuildRequires: gcc - -# For autosetup -BuildRequires: git - -%if 0%{?run_tests} -BuildRequires: %{_bindir}/tox -BuildRequires: python2-nose -BuildRequires: python2-nose-parameterized -BuildRequires: python-shouldbe -BuildRequires: krb5-server >= 1.10 -%endif - -%if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-Cython -%if 0%{?run_tests} -BuildRequires: python3-nose -BuildRequires: python3-nose-parameterized -BuildRequires: python3-should-be -%endif -%endif +# For autosetup +BuildRequires: git %global _description\ A set of Python bindings to the GSSAPI C library providing both\ @@ -52,17 +29,6 @@ RFC 2743, as well as multiple extensions. %description %_description -%package -n python2-gssapi -Summary: %summary -Requires: krb5-libs >= 1.10 -Requires: python2-six -Requires: python2-enum34 -Requires: python2-decorator -%{?python_provide:%python_provide python2-gssapi} - -%description -n python2-gssapi %_description - -%if 0%{?with_python3} %package -n python3-gssapi Summary: Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions) @@ -70,35 +36,17 @@ Requires: krb5-libs >= 1.10 Requires: python3-six Requires: python3-decorator -%description -n python3-gssapi -A set of Python 3 bindings to the GSSAPI C library providing both -a high-level pythonic interfaces and a low-level interfaces -which more closely matches RFC 2743. Includes support for -RFC 2743, as well as multiple extensions. -%endif +%description -n python3-gssapi %_description + +%{?python_provide:%python_provide python3-gssapi} %prep %autosetup -S git -n %{name}-%{version} -%if 0%{?with_python3} -rm -rf %{py3dir} -cp -a . %{py3dir} -%endif - - %build -CFLAGS="%{optflags}" %{__python2} setup.py build - -%if 0%{?with_python3} -pushd %{py3dir} %py3_build -popd -%endif - %install -%if 0%{?with_python3} -pushd %{py3dir} %py3_install # fix permissions on shared objects (mock seems to set them @@ -106,42 +54,15 @@ pushd %{py3dir} find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ -exec chmod 0755 {} \; -popd -%endif - -%{__python2} setup.py install --skip-build --root %{buildroot} - -# fix permissions on shared objects (mock seems to set them -# to 0775, whereas a normal build gives 0755) -find %{buildroot}%{python2_sitearch}/gssapi -name '*.so' \ - -exec chmod 0755 {} \; - -%check -%if 0%{?run_tests} -%{__python2} setup.py nosetests - -%if 0%{?with_python3} -pushd %{py3dir} -%{__python3} setup.py nosetests -popd -%endif -%endif - - -%files -n python2-gssapi -%doc README.txt -%license LICENSE.txt -%{python2_sitearch}/* - -%if 0%{?with_python3} %files -n python3-gssapi %doc README.txt %license LICENSE.txt %{python3_sitearch}/* -%endif - %changelog +* Wed Aug 14 2019 Robbie Harwood - 1.6.1-2 +- Drop python2 subpackage for fc32+ + * Fri Aug 09 2019 Robbie Harwood - 1.6.1-1 - New upstream version: 1.6.1 From acdce5361e43f5e01b65af00cd5afafcc1bea5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 10:40:20 +0200 Subject: [PATCH 20/27] Rebuilt for Python 3.8 --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index f68b09e..98218ff 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -2,7 +2,7 @@ Name: python-gssapi Version: 1.6.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -60,6 +60,9 @@ find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ %{python3_sitearch}/* %changelog +* Mon Aug 19 2019 Miro Hrončok - 1.6.1-3 +- Rebuilt for Python 3.8 + * Wed Aug 14 2019 Robbie Harwood - 1.6.1-2 - Drop python2 subpackage for fc32+ From e9e2fb1d160cf96874b2ddc06813e092e93a40e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 3 Oct 2019 14:13:56 +0200 Subject: [PATCH 21/27] Rebuilt for Python 3.8.0rc1 (#1748018) --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index 98218ff..ac5d7eb 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -2,7 +2,7 @@ Name: python-gssapi Version: 1.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -60,6 +60,9 @@ find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ %{python3_sitearch}/* %changelog +* Thu Oct 03 2019 Miro Hrončok - 1.6.1-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + * Mon Aug 19 2019 Miro Hrončok - 1.6.1-3 - Rebuilt for Python 3.8 From b7dc26f1d3f2236d20d7658b387f5ab0158cb635 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 12:32:46 +0000 Subject: [PATCH 22/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index ac5d7eb..29a1511 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -2,7 +2,7 @@ Name: python-gssapi Version: 1.6.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -60,6 +60,9 @@ find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ %{python3_sitearch}/* %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 1.6.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Oct 03 2019 Miro Hrončok - 1.6.1-4 - Rebuilt for Python 3.8.0rc1 (#1748018) From 31e1c65f27d936e6c2b25d41a70489b63e2d0a01 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 25 Feb 2020 22:19:39 +0000 Subject: [PATCH 23/27] New upstream release (1.6.2) --- .gitignore | 1 + python-gssapi.spec | 7 +++++-- sources | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4012024..3898650 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /python-gssapi-1.5.0.tar.gz /python-gssapi-1.5.1.tar.gz /python-gssapi-1.6.1.tar.gz +/python-gssapi-1.6.2.tar.gz diff --git a/python-gssapi.spec b/python-gssapi.spec index 29a1511..69f39ef 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -1,8 +1,8 @@ # NOTE: tests are disabled since should_be has not yet been packaged. Name: python-gssapi -Version: 1.6.1 -Release: 5%{?dist} +Version: 1.6.2 +Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -60,6 +60,9 @@ find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ %{python3_sitearch}/* %changelog +* Tue Feb 25 2020 Robbie Harwood - 1.6.2-1 +- New upstream release (1.6.2) + * Thu Jan 30 2020 Fedora Release Engineering - 1.6.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 306992a..3cfdee7 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (python-gssapi-1.5.1.tar.gz) = 1fb94406a5e65ff03246b9f765e35f8c65315919dbf24d21dc85c4b7736cbec9365d277028a9508ee31122b3d43446f88bd808260fe51a273330f156ab7e7d78 -SHA512 (python-gssapi-1.6.1.tar.gz) = 061e6bc408a9dcb336596911a2a0f7eec69deeff7ebba3f217e898339273f59d7aa6bffb82a6dac39d041772134302da0f373931b7b6d3d67bf3d55fac93d9c1 +SHA512 (python-gssapi-1.6.2.tar.gz) = 8d5efc743cb7de03e20de65c12fa6e124bf14a90d9df773a2f95dd13e821b3862b52f3585e082b93abe840a171282dcd65a45331117441bea2d49d69da605820 From cc78fbe55c682692c1650a2b61d41a3a5293a8a3 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 7 Apr 2020 19:32:18 +0000 Subject: [PATCH 24/27] New upstream release (1.6.4) Resolves: #1821889 --- .gitignore | 1 + python-gssapi.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3898650..c22a3c6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /python-gssapi-1.5.1.tar.gz /python-gssapi-1.6.1.tar.gz /python-gssapi-1.6.2.tar.gz +/python-gssapi-1.6.4.tar.gz diff --git a/python-gssapi.spec b/python-gssapi.spec index 69f39ef..82ce269 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -1,7 +1,7 @@ # NOTE: tests are disabled since should_be has not yet been packaged. Name: python-gssapi -Version: 1.6.2 +Version: 1.6.4 Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) @@ -60,6 +60,10 @@ find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ %{python3_sitearch}/* %changelog +* Tue Apr 07 2020 Robbie Harwood - 1.6.4-1 +- New upstream release (1.6.4) +- Resolves: #1821889 + * Tue Feb 25 2020 Robbie Harwood - 1.6.2-1 - New upstream release (1.6.2) diff --git a/sources b/sources index 3cfdee7..210c720 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-gssapi-1.6.2.tar.gz) = 8d5efc743cb7de03e20de65c12fa6e124bf14a90d9df773a2f95dd13e821b3862b52f3585e082b93abe840a171282dcd65a45331117441bea2d49d69da605820 +SHA512 (python-gssapi-1.6.4.tar.gz) = f53a2022cc2f442d67dd572137bb3a94c84525cfb5b58780198aea2939014317c83f0a91ba6dad4c9b7c889805d9cd3297a1c1523acea19486f87b37d13040c6 From 268bb421266d16c0b1cb24aabf0660f114fc403a Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 8 Apr 2020 20:43:16 +0000 Subject: [PATCH 25/27] New upstream release (1.6.5) --- .gitignore | 1 + python-gssapi.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c22a3c6..3797545 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /python-gssapi-1.6.1.tar.gz /python-gssapi-1.6.2.tar.gz /python-gssapi-1.6.4.tar.gz +/python-gssapi-1.6.5.tar.gz diff --git a/python-gssapi.spec b/python-gssapi.spec index 82ce269..a37c1d1 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -1,7 +1,7 @@ # NOTE: tests are disabled since should_be has not yet been packaged. Name: python-gssapi -Version: 1.6.4 +Version: 1.6.5 Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) @@ -60,6 +60,9 @@ find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ %{python3_sitearch}/* %changelog +* Wed Apr 08 2020 Robbie Harwood - 1.6.5-1 +- New upstream release (1.6.5) + * Tue Apr 07 2020 Robbie Harwood - 1.6.4-1 - New upstream release (1.6.4) - Resolves: #1821889 diff --git a/sources b/sources index 210c720..0a85ac0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-gssapi-1.6.4.tar.gz) = f53a2022cc2f442d67dd572137bb3a94c84525cfb5b58780198aea2939014317c83f0a91ba6dad4c9b7c889805d9cd3297a1c1523acea19486f87b37d13040c6 +SHA512 (python-gssapi-1.6.5.tar.gz) = 81e32bd22f4fee6e6ce2e28b60053abd21e5691f5b9083c07437e42547bdd8e55e36b083546a14baa831e2cbe005a6145d09e33815297ddbdab4e1b5a3966a21 From 2a4cab3ec151647a7405907881404da42afd5ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:18:24 +0200 Subject: [PATCH 26/27] Rebuilt for Python 3.9 --- python-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-gssapi.spec b/python-gssapi.spec index a37c1d1..0a79567 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -2,7 +2,7 @@ Name: python-gssapi Version: 1.6.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -60,6 +60,9 @@ find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ %{python3_sitearch}/* %changelog +* Tue May 26 2020 Miro Hrončok - 1.6.5-2 +- Rebuilt for Python 3.9 + * Wed Apr 08 2020 Robbie Harwood - 1.6.5-1 - New upstream release (1.6.5) From bad897b01c11da5d29ef377cfcf8ba7791a935ad Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 8 Jul 2020 02:08:16 +0000 Subject: [PATCH 27/27] New upstream release (1.6.9) --- .gitignore | 1 + python-gssapi.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3797545..6e73480 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /python-gssapi-1.6.2.tar.gz /python-gssapi-1.6.4.tar.gz /python-gssapi-1.6.5.tar.gz +/python-gssapi-1.6.9.tar.gz diff --git a/python-gssapi.spec b/python-gssapi.spec index 0a79567..0b089b6 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -1,8 +1,8 @@ # NOTE: tests are disabled since should_be has not yet been packaged. Name: python-gssapi -Version: 1.6.5 -Release: 2%{?dist} +Version: 1.6.9 +Release: 1%{?dist} Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions) License: ISC @@ -60,6 +60,9 @@ find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \ %{python3_sitearch}/* %changelog +* Tue Jul 07 2020 Robbie Harwood - 1.6.9-1 +- New upstream release (1.6.9) + * Tue May 26 2020 Miro Hrončok - 1.6.5-2 - Rebuilt for Python 3.9 diff --git a/sources b/sources index 0a85ac0..92ceb6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-gssapi-1.6.5.tar.gz) = 81e32bd22f4fee6e6ce2e28b60053abd21e5691f5b9083c07437e42547bdd8e55e36b083546a14baa831e2cbe005a6145d09e33815297ddbdab4e1b5a3966a21 +SHA512 (python-gssapi-1.6.9.tar.gz) = 15f3ec12fbe08d90b326bd15133d25aaffa621b1a840563aa829dd7dd60b9aeb2d5308176fc29746463b1dd16a2f267b210f775da17eeebe32bff8ff47df2e91