Commit Graph

31 Commits

Author SHA256 Message Date
Ana Guerrero
7ad4fa2188 Accepting request 1119291 from devel:languages:python
- Update to 1.8.3:
  - Added Python 3.12 wheel
  - Fix Cython 3 compatibility
- Remove upstreamed patch
  d9200d1018ac916b30433da23898c8c5fbde0f28.patch

OBS-URL: https://build.opensuse.org/request/show/1119291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=14
2023-10-23 21:40:08 +00:00
3e0bb0e928 - Update to 1.8.3:
- Added Python 3.12 wheel
  - Fix Cython 3 compatibility
- Remove upstreamed patch
  d9200d1018ac916b30433da23898c8c5fbde0f28.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=29
2023-10-20 21:41:19 +00:00
Ana Guerrero
e967c30c59 Accepting request 1103791 from devel:languages:python
- add d9200d1018ac916b30433da23898c8c5fbde0f28.patch to
  improve cython 3.x interoperability

OBS-URL: https://build.opensuse.org/request/show/1103791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=13
2023-08-18 17:27:31 +00:00
850d01accd - add d9200d1018ac916b30433da23898c8c5fbde0f28.patch to
improve cython 3.x interoperability

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=27
2023-08-14 06:41:42 +00:00
Dominique Leuenberger
afd727473f Accepting request 1081492 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=12
2023-04-22 19:57:35 +00:00
dcd34d0784 Accepting request 1081427 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=25
2023-04-21 13:19:17 +00:00
Dominique Leuenberger
fb3c9894e4 Accepting request 1034611 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1034611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=11
2022-11-10 13:21:21 +00:00
2f171fa56a Accepting request 1034581 from home:yarunachalam:branches:devel:languages:python
- Update to version to 1.8.2 
  * Added Python 3.11 wheel - #303
  * Fix up doc link in README
  * Use just major version
  * Bump GHA actions to latest version

OBS-URL: https://build.opensuse.org/request/show/1034581
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=23
2022-11-08 21:14:03 +00:00
Richard Brown
e9e2f87fab Accepting request 1006888 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1006888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=10
2022-10-01 15:42:43 +00:00
Markéta Machová
3dc08f07f8 Accepting request 1006793 from home:yarunachalam:branches:devel:languages:python
- Update to version to 1.8.1 with Python 3.7 requires
  * Fix up build problems with latest change
  * Change sdist and build to use PEP517
  * Fix up doc references
  * More fixes for the release process

OBS-URL: https://build.opensuse.org/request/show/1006793
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=21
2022-09-29 09:27:37 +00:00
Dominique Leuenberger
3e48e647e6 Accepting request 1004682 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1004682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=9
2022-09-20 17:23:17 +00:00
Markéta Machová
52e75f5a42 Accepting request 1004346 from home:jayvdb:branches:devel:languages:python
(Depends on https://build.opensuse.org/request/show/1004345)
- Move tests out of runtime package
- Enable test suite

OBS-URL: https://build.opensuse.org/request/show/1004346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=19
2022-09-19 11:15:17 +00:00
Dominique Leuenberger
589be120ed Accepting request 958123 from devel:languages:python
- Update to 1.7.3
  - Fix up sha512sum file generation in the GitHub release asset
  - Added Python type annotation to classes and functions
- Update to 1.7.2:
  - Fix distutil deprecation on Python 3.10 by using setuptools
    instead
- Update to 1.7.0:
  - Add Kerberos specific GSS-API Extensions
  - Tidy up docs and turn warnings into errors
- Update to 1.6.14:
  - Enable specification of krb5-config via environment variable
  - Support for GSS_C_CHANNEL_BOUND_FLAG
  - Support for docs build with sphinx 4
  - Fix undefined variable in get_all_statuses()
  - Add support for str objects in the cred store dict

OBS-URL: https://build.opensuse.org/request/show/958123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=8
2022-03-02 17:20:14 +00:00
6835902162 - Update to 1.7.3
- Fix up sha512sum file generation in the GitHub release asset
  - Added Python type annotation to classes and functions
- Update to 1.7.2:
  - Fix distutil deprecation on Python 3.10 by using setuptools
    instead
- Update to 1.7.0:
  - Add Kerberos specific GSS-API Extensions
  - Tidy up docs and turn warnings into errors
- Update to 1.6.14:
  - Enable specification of krb5-config via environment variable
  - Support for GSS_C_CHANNEL_BOUND_FLAG
  - Support for docs build with sphinx 4
  - Fix undefined variable in get_all_statuses()
  - Add support for str objects in the cred store dict

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=18
2022-02-22 22:08:18 +00:00
Dominique Leuenberger
7b09d263de Accepting request 868430 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/868430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=7
2021-02-04 19:22:57 +00:00
2901daed3e Accepting request 868360 from home:alarrosa:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/868360
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=16
2021-02-01 17:26:24 +00:00
Dominique Leuenberger
41b23fc00f Accepting request 785577 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/785577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=6
2020-03-26 23:25:45 +00:00
Tomáš Chvátal
e9e20be509 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=14
2020-03-16 10:37:03 +00:00
Dominique Leuenberger
2dd922f5b0 Accepting request 781467 from devel:languages:python
- update to 1.6.2
 * docu update

OBS-URL: https://build.opensuse.org/request/show/781467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=5
2020-03-08 21:22:17 +00:00
7d0f5230da - update to 1.6.2
* docu update

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=12
2020-03-04 11:34:12 +00:00
Dominique Leuenberger
5e37c77d40 Accepting request 723074 from devel:languages:python
- update to 1.6.1
 * GSSAPI extension rfc4178 (set_neg_mechs) support 
 * Expose mechanisms in the high-level API

OBS-URL: https://build.opensuse.org/request/show/723074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=4
2019-08-16 13:30:00 +00:00
00ad9f8810 - update to 1.6.1
* GSSAPI extension rfc4178 (set_neg_mechs) support 
 * Expose mechanisms in the high-level API

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=10
2019-08-13 12:50:32 +00:00
Dominique Leuenberger
addba7346a Accepting request 721546 from devel:languages:python
- update to 1.6.0
 * no upstream changelog

OBS-URL: https://build.opensuse.org/request/show/721546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=3
2019-08-09 14:51:45 +00:00
d1523f6157 fix
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=8
2019-08-07 14:27:43 +00:00
914cb1aece - update to 1.6.0
* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=7
2019-08-07 14:27:02 +00:00
Dominique Leuenberger
542fd2335f Accepting request 701966 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/701966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=2
2019-05-14 11:11:46 +00:00
Tomáš Chvátal
511a9a8993 Accepting request 701965 from home:pgajdos
- version update to 1.5.1
  * Remove warning about collections.abc usage for Python 3.7+ (#154)

OBS-URL: https://build.opensuse.org/request/show/701965
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=5
2019-05-10 09:53:31 +00:00
Dominique Leuenberger
e5136e42fa Accepting request 605173 from devel:languages:python
python gssapi bindings

OBS-URL: https://build.opensuse.org/request/show/605173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gssapi?expand=0&rev=1
2018-05-15 08:09:45 +00:00
f614d864eb rpm macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=3
2018-05-07 17:38:38 +00:00
a4273225d5 add %license
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=2
2018-05-07 16:08:43 +00:00
37409ccdf8 Accepting request 605166 from home:mimi_vx
ok

OBS-URL: https://build.opensuse.org/request/show/605166
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gssapi?expand=0&rev=1
2018-05-07 15:57:20 +00:00