2015-04-06 13:20:13 +00:00
|
|
|
# NOTE: tests are disabled since should_be has not yet been packaged.
|
|
|
|
|
|
|
|
Name: python-gssapi
|
2022-02-16 19:26:20 +00:00
|
|
|
Version: 1.7.3
|
2023-07-21 10:15:45 +00:00
|
|
|
Release: 6%{?dist}
|
2015-04-06 13:20:13 +00:00
|
|
|
Summary: Python Bindings for GSSAPI (RFC 2743/2744 and extensions)
|
|
|
|
|
|
|
|
License: ISC
|
|
|
|
URL: https://github.com/pythongssapi/python-gssapi
|
2015-04-28 16:31:15 +00:00
|
|
|
Source0: https://github.com/pythongssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
2023-07-26 18:38:18 +00:00
|
|
|
# https://github.com/pythongssapi/python-gssapi/pull/321
|
|
|
|
Patch0: cython3.patch
|
2015-04-06 13:20:13 +00:00
|
|
|
|
2022-02-02 14:41:04 +00:00
|
|
|
BuildRequires: krb5-devel >= 1.19
|
2018-03-07 16:15:48 +00:00
|
|
|
BuildRequires: gcc
|
2015-04-06 13:20:13 +00:00
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-Cython
|
|
|
|
|
2019-08-14 13:57:00 +00:00
|
|
|
# For autosetup
|
2022-02-03 16:45:30 +00:00
|
|
|
BuildRequires: git-core
|
2015-04-06 13:20:13 +00:00
|
|
|
|
2017-08-19 13:41:00 +00:00
|
|
|
%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\
|
2015-04-06 13:20:13 +00:00
|
|
|
RFC 2743, as well as multiple extensions.
|
|
|
|
|
2017-08-19 13:41:00 +00:00
|
|
|
%description %_description
|
|
|
|
|
2015-04-06 13:20:13 +00:00
|
|
|
%package -n python3-gssapi
|
|
|
|
Summary: Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions)
|
2022-02-02 14:41:04 +00:00
|
|
|
Requires: krb5-libs >= 1.19
|
2015-04-06 13:20:13 +00:00
|
|
|
|
2019-08-14 13:57:00 +00:00
|
|
|
%description -n python3-gssapi %_description
|
|
|
|
|
2015-04-06 13:20:13 +00:00
|
|
|
%prep
|
2017-04-04 19:37:08 +00:00
|
|
|
%autosetup -S git -n %{name}-%{version}
|
2015-04-06 13:20:13 +00:00
|
|
|
|
2022-02-03 17:29:07 +00:00
|
|
|
%generate_buildrequires
|
|
|
|
%pyproject_buildrequires
|
|
|
|
|
2015-04-06 13:20:13 +00:00
|
|
|
%build
|
2022-02-02 14:41:04 +00:00
|
|
|
%pyproject_wheel
|
2015-04-06 13:20:13 +00:00
|
|
|
|
|
|
|
%install
|
2022-02-02 14:41:04 +00:00
|
|
|
%pyproject_install
|
2015-04-06 13:20:13 +00:00
|
|
|
|
2022-02-02 14:41:04 +00:00
|
|
|
%pyproject_save_files gssapi
|
2015-04-06 13:20:13 +00:00
|
|
|
|
2022-02-03 17:32:20 +00:00
|
|
|
%check
|
|
|
|
# Check import everything except the tests, as we don't have the tests deps
|
|
|
|
%pyproject_check_import -e 'gssapi.tests*'
|
|
|
|
|
2022-02-02 14:41:04 +00:00
|
|
|
%files -n python3-gssapi -f %{pyproject_files}
|
2015-04-06 13:20:13 +00:00
|
|
|
%doc README.txt
|
|
|
|
|
|
|
|
%changelog
|
2023-07-21 10:15:45 +00:00
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-13 19:34:33 +00:00
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.7.3-5
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
2023-01-20 13:43:12 +00:00
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-22 19:02:52 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-13 14:00:44 +00:00
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.7.3-2
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
2022-02-16 19:26:20 +00:00
|
|
|
* Wed Feb 16 2022 Simo Sorce <simo@redhat.com> - 1.7.3-1
|
|
|
|
- Update to 1.7.3 release
|
|
|
|
|
2022-02-03 16:44:00 +00:00
|
|
|
* Thu Feb 03 2022 Miro Hrončok <mhroncok@redhat.com> - 1.7.2-2
|
|
|
|
- Enable package notes
|
2022-02-03 16:45:30 +00:00
|
|
|
- Reduce BuildRequires set by using git-core
|
2022-02-03 16:47:51 +00:00
|
|
|
- Remove redundant runtime requires of python3-six
|
2022-02-03 17:32:20 +00:00
|
|
|
- Run import check during the build
|
2022-02-03 16:44:00 +00:00
|
|
|
|
2022-02-02 14:41:04 +00:00
|
|
|
* Wed Feb 2 2022 Simo Sorce <simo@redhat.com> - 1.7.2-1
|
|
|
|
- Update to latest release and modernize spec file
|
|
|
|
|
2022-01-21 12:34:36 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.14-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 06:40:18 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.14-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-30 16:44:19 +00:00
|
|
|
* Wed Jun 30 2021 Robbie Harwood <rharwood@redhat.com> - 1.6.14-1
|
|
|
|
- New upstream release (1.6.14)
|
|
|
|
|
2021-06-04 15:29:59 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.6.9-4
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-01-27 10:59:14 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-29 01:23:18 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-08 02:08:16 +00:00
|
|
|
* Tue Jul 07 2020 Robbie Harwood <rharwood@redhat.com> - 1.6.9-1
|
|
|
|
- New upstream release (1.6.9)
|
|
|
|
|
2020-05-26 01:18:24 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.6.5-2
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-04-08 20:43:16 +00:00
|
|
|
* Wed Apr 08 2020 Robbie Harwood <rharwood@redhat.com> - 1.6.5-1
|
|
|
|
- New upstream release (1.6.5)
|
|
|
|
|
2020-04-07 19:32:18 +00:00
|
|
|
* Tue Apr 07 2020 Robbie Harwood <rharwood@redhat.com> - 1.6.4-1
|
|
|
|
- New upstream release (1.6.4)
|
|
|
|
- Resolves: #1821889
|
|
|
|
|
2020-02-25 22:19:39 +00:00
|
|
|
* Tue Feb 25 2020 Robbie Harwood <rharwood@redhat.com> - 1.6.2-1
|
|
|
|
- New upstream release (1.6.2)
|
|
|
|
|
2020-01-30 12:32:46 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-03 12:13:56 +00:00
|
|
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.6.1-4
|
|
|
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
|
|
|
2019-08-19 08:40:20 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.6.1-3
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-08-14 13:57:00 +00:00
|
|
|
* Wed Aug 14 2019 Robbie Harwood <rharwood@redhat.com> - 1.6.1-2
|
|
|
|
- Drop python2 subpackage for fc32+
|
|
|
|
|
2019-08-09 17:01:31 +00:00
|
|
|
* Fri Aug 09 2019 Robbie Harwood <rharwood@redhat.com> - 1.6.1-1
|
|
|
|
- New upstream version: 1.6.1
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Robbie Harwood <rharwood@redhat.com> - 1.5.1-4
|
2019-07-25 19:57:51 +00:00
|
|
|
- Restore python2 subpackage for fc31 by request of offlineimap
|
|
|
|
|
2019-05-30 18:16:54 +00:00
|
|
|
* Thu May 30 2019 Robbie Harwood <rharwood@redhat.com> - 1.5.1-3
|
|
|
|
- Drop python2 subpackage
|
|
|
|
|
2019-02-02 07:07:11 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-18 20:19:39 +00:00
|
|
|
* Wed Jul 18 2018 Robbie Harwood <rharwood@redhat.com> - 1.5.1-1
|
|
|
|
- Remove warning about collections ABCs on python3.7
|
|
|
|
- Resolves: #1594834
|
|
|
|
|
2018-07-14 00:29:02 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-19 09:04:20 +00:00
|
|
|
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-3
|
|
|
|
- Rebuilt for Python 3.7
|
|
|
|
|
2018-05-08 14:43:29 +00:00
|
|
|
* Tue May 08 2018 Robbie Harwood <rharwood@redhat.com> - 1.5.0-2
|
|
|
|
- Fix tox dependency
|
|
|
|
|
2018-04-06 19:00:00 +00:00
|
|
|
* Fri Apr 06 2018 Robbie Harwood <rharwood@redhat.com> - 1.5.0-1
|
|
|
|
- Prepare for release 1.5.0
|
|
|
|
|
2018-03-07 16:15:48 +00:00
|
|
|
* Wed Mar 07 2018 Robbie Harwood <rharwood@redhat.com> - 1.4.1-2
|
|
|
|
- Add gcc to build-deps
|
|
|
|
|
2018-02-16 18:17:35 +00:00
|
|
|
* Fri Feb 16 2018 Robbie Harwood <rharwood@redhat.com> - 1.4.1-1
|
|
|
|
- Prepare for release 1.4.1
|
|
|
|
|
2018-02-09 08:12:44 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-19 01:08:07 +00:00
|
|
|
* Fri Jan 19 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.3.0-2
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2017-12-01 18:51:47 +00:00
|
|
|
* Fri Dec 01 2017 Robbie Harwood <rharwood@redhat.com> - 1.3.0-1
|
|
|
|
- New upstream release v1.3.0
|
|
|
|
|
2017-08-19 13:41:00 +00:00
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.0-8
|
|
|
|
- Python 2 binary package renamed to python2-gssapi
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
2017-08-03 06:46:09 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 10:31:49 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-04-04 19:37:08 +00:00
|
|
|
* Tue Apr 04 2017 Robbie Harwood <rharwood@redhat.com> 1.2.0-5
|
|
|
|
- Fix problem where gss_display_status can infinite loop
|
|
|
|
- Move to autosetup and rpm-git-tree
|
|
|
|
|
2017-02-11 09:12:53 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-19 17:20:37 +00:00
|
|
|
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-3
|
|
|
|
- Rebuild for Python 3.6
|
|
|
|
|
2016-07-19 09:57:15 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-03-03 18:52:41 +00:00
|
|
|
* Thu Mar 03 2016 Robbie Harwood <rharwood@redhat.com> - 1.2.0-1
|
|
|
|
- New upstream version 1.2.0
|
|
|
|
|
2016-02-04 19:50:06 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-30 18:37:17 +00:00
|
|
|
* Mon Nov 30 2015 Robbie Harwood <rharwood@redhat.com> - 1.1.4-1
|
|
|
|
- New upstream version 1.1.4
|
|
|
|
- Resolves #1286458
|
|
|
|
|
2015-11-04 15:25:13 +00:00
|
|
|
* Wed Nov 04 2015 Robert Kuska <rkuska@redhat.com> - 1.1.3-2
|
|
|
|
- Rebuilt for Python3.5 rebuild
|
|
|
|
|
2015-09-04 21:06:05 +00:00
|
|
|
* Fri Sep 04 2015 Robbie Harwood <rharwood@redhat.com> - 1.1.3-1
|
|
|
|
- New upstream minor release
|
|
|
|
|
2015-08-20 12:15:09 +00:00
|
|
|
* Thu Aug 20 2015 Simo Sorce <simo@redhat.com> - 1.1.2-1
|
|
|
|
- New minor release.
|
|
|
|
- Resolves #1254458
|
|
|
|
- Fixes a crash bug when inquiring incomplete security contexts
|
|
|
|
|
2015-06-18 19:33:22 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-28 16:31:15 +00:00
|
|
|
* Tue Apr 28 2015 Simo Sorce <simo@redhat.com> - 1.1.1-1
|
|
|
|
- New minor release.
|
|
|
|
|
2015-04-06 13:20:13 +00:00
|
|
|
* Thu Feb 19 2015 Solly Ross <sross@redhat.com> - 1.1.0-1
|
|
|
|
- Initial Packaging
|