From 3dc08f07f8714d248363cce1db0a5d1e31a6b46a58b75b5b61808b7710217a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 09:27:37 +0000 Subject: [PATCH] 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 --- gssapi-1.7.3.tar.gz | 3 --- gssapi-1.8.1.tar.gz | 3 +++ python-gssapi.changes | 9 +++++++++ python-gssapi.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 gssapi-1.7.3.tar.gz create mode 100644 gssapi-1.8.1.tar.gz diff --git a/gssapi-1.7.3.tar.gz b/gssapi-1.7.3.tar.gz deleted file mode 100644 index d42c916..0000000 --- a/gssapi-1.7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c69b9f633a0c03c1b84ba14c73b0ec132f6323056e675702c1a5f75f316e06fb -size 1260350 diff --git a/gssapi-1.8.1.tar.gz b/gssapi-1.8.1.tar.gz new file mode 100644 index 0000000..af4c50c --- /dev/null +++ b/gssapi-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893aa38ae769d1febe89963aa9f59194a966736ade2263fe14e0081126d64a72 +size 94306 diff --git a/python-gssapi.changes b/python-gssapi.changes index 27e9dab..a75725e 100644 --- a/python-gssapi.changes +++ b/python-gssapi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 28 23:31:47 UTC 2022 - Yogalakshmi Arunachalam + +- 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 + ------------------------------------------------------------------- Sat Sep 17 13:50:48 UTC 2022 - John Vandenberg diff --git a/python-gssapi.spec b/python-gssapi.spec index b741f5c..a1cf9e5 100644 --- a/python-gssapi.spec +++ b/python-gssapi.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-gssapi -Version: 1.7.3 +Version: 1.8.1 Release: 0 Summary: A Python interface to RFC 2743/2744 (plus common extensions) License: ISC