Hello community,

here is the log from the commit of package python-gssapi for openSUSE:Factory 
checked in at 2019-08-16 15:30:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gssapi (Old)
 and      /work/SRC/openSUSE:Factory/.python-gssapi.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gssapi"

Fri Aug 16 15:30:00 2019 rev:4 rq:723074 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gssapi/python-gssapi.changes      
2019-08-09 16:51:46.625491808 +0200
+++ /work/SRC/openSUSE:Factory/.python-gssapi.new.22127/python-gssapi.changes   
2019-08-16 15:30:03.969971141 +0200
@@ -1,0 +2,7 @@
+Tue Aug 13 12:49:42 UTC 2019 - Ondřej Súkup <[email protected]>
+
+- update to 1.6.1
+ * GSSAPI extension rfc4178 (set_neg_mechs) support 
+ * Expose mechanisms in the high-level API
+
+-------------------------------------------------------------------

Old:
----
  gssapi-1.6.0.tar.gz

New:
----
  gssapi-1.6.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-gssapi.spec ++++++
--- /var/tmp/diff_new_pack.NRD4zS/_old  2019-08-16 15:30:05.105970812 +0200
+++ /var/tmp/diff_new_pack.NRD4zS/_new  2019-08-16 15:30:05.109970810 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-gssapi
-Version:        1.6.0
+Version:        1.6.1
 Release:        0
 Summary:        A Python interface to RFC 2743/2744 (plus common extensions)
 License:        ISC

++++++ gssapi-1.6.0.tar.gz -> gssapi-1.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/PKG-INFO new/gssapi-1.6.1/PKG-INFO
--- old/gssapi-1.6.0/PKG-INFO   2019-07-16 20:07:41.000000000 +0200
+++ new/gssapi-1.6.1/PKG-INFO   2019-08-09 18:51:53.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: gssapi
-Version: 1.6.0
+Version: 1.6.1
 Summary: Python GSSAPI Wrapper
 Home-page: https://github.com/pythongssapi/python-gssapi
 Author: The Python GSSAPI Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/_enum_extensions/ext_dce.c 
new/gssapi-1.6.1/gssapi/raw/_enum_extensions/ext_dce.c
--- old/gssapi-1.6.0/gssapi/raw/_enum_extensions/ext_dce.c      2019-07-16 
20:06:33.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/_enum_extensions/ext_dce.c      2019-08-09 
18:50:37.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gssapi-1.6.0/gssapi/raw/_enum_extensions/ext_iov_mic.c 
new/gssapi-1.6.1/gssapi/raw/_enum_extensions/ext_iov_mic.c
--- old/gssapi-1.6.0/gssapi/raw/_enum_extensions/ext_iov_mic.c  2019-07-16 
20:06:33.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/_enum_extensions/ext_iov_mic.c  2019-08-09 
18:50:37.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/chan_bindings.c 
new/gssapi-1.6.1/gssapi/raw/chan_bindings.c
--- old/gssapi-1.6.0/gssapi/raw/chan_bindings.c 2019-07-16 20:06:33.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/chan_bindings.c 2019-08-09 18:50:37.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -37,8 +37,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/creds.c 
new/gssapi-1.6.1/gssapi/raw/creds.c
--- old/gssapi-1.6.0/gssapi/raw/creds.c 2019-07-16 20:06:33.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/creds.c 2019-08-09 18:50:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -38,8 +38,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/cython_converters.c 
new/gssapi-1.6.1/gssapi/raw/cython_converters.c
--- old/gssapi-1.6.0/gssapi/raw/cython_converters.c     2019-07-16 
20:06:33.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/cython_converters.c     2019-08-09 
18:50:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -37,8 +37,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/exceptions.c 
new/gssapi-1.6.1/gssapi/raw/exceptions.c
--- old/gssapi-1.6.0/gssapi/raw/exceptions.c    2019-07-16 20:06:33.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/exceptions.c    2019-08-09 18:50:38.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -38,8 +38,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_cred_imp_exp.c 
new/gssapi-1.6.1/gssapi/raw/ext_cred_imp_exp.c
--- old/gssapi-1.6.0/gssapi/raw/ext_cred_imp_exp.c      2019-07-16 
20:06:34.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_cred_imp_exp.c      2019-08-09 
18:50:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_cred_store.c 
new/gssapi-1.6.1/gssapi/raw/ext_cred_store.c
--- old/gssapi-1.6.0/gssapi/raw/ext_cred_store.c        2019-07-16 
20:06:34.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_cred_store.c        2019-08-09 
18:50:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_dce.c 
new/gssapi-1.6.1/gssapi/raw/ext_dce.c
--- old/gssapi-1.6.0/gssapi/raw/ext_dce.c       2019-07-16 20:06:34.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_dce.c       2019-08-09 18:50:39.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_ggf.c 
new/gssapi-1.6.1/gssapi/raw/ext_ggf.c
--- old/gssapi-1.6.0/gssapi/raw/ext_ggf.c       2019-07-16 20:06:34.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_ggf.c       2019-08-09 18:50:39.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_iov_mic.c 
new/gssapi-1.6.1/gssapi/raw/ext_iov_mic.c
--- old/gssapi-1.6.0/gssapi/raw/ext_iov_mic.c   2019-07-16 20:06:34.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_iov_mic.c   2019-08-09 18:50:39.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_password.c 
new/gssapi-1.6.1/gssapi/raw/ext_password.c
--- old/gssapi-1.6.0/gssapi/raw/ext_password.c  2019-07-16 20:06:35.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_password.c  2019-08-09 18:50:39.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_password_add.c 
new/gssapi-1.6.1/gssapi/raw/ext_password_add.c
--- old/gssapi-1.6.0/gssapi/raw/ext_password_add.c      2019-07-16 
20:06:35.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_password_add.c      2019-08-09 
18:50:39.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_rfc4178.c 
new/gssapi-1.6.1/gssapi/raw/ext_rfc4178.c
--- old/gssapi-1.6.0/gssapi/raw/ext_rfc4178.c   2019-07-16 20:06:35.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_rfc4178.c   2019-08-09 18:50:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_rfc5587.c 
new/gssapi-1.6.1/gssapi/raw/ext_rfc5587.c
--- old/gssapi-1.6.0/gssapi/raw/ext_rfc5587.c   2019-07-16 20:06:35.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_rfc5587.c   2019-08-09 18:50:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_rfc5588.c 
new/gssapi-1.6.1/gssapi/raw/ext_rfc5588.c
--- old/gssapi-1.6.0/gssapi/raw/ext_rfc5588.c   2019-07-16 20:06:35.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_rfc5588.c   2019-08-09 18:50:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -38,8 +38,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_rfc5801.c 
new/gssapi-1.6.1/gssapi/raw/ext_rfc5801.c
--- old/gssapi-1.6.0/gssapi/raw/ext_rfc5801.c   2019-07-16 20:06:35.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_rfc5801.c   2019-08-09 18:50:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_rfc6680.c 
new/gssapi-1.6.1/gssapi/raw/ext_rfc6680.c
--- old/gssapi-1.6.0/gssapi/raw/ext_rfc6680.c   2019-07-16 20:06:36.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_rfc6680.c   2019-08-09 18:50:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_rfc6680_comp_oid.c 
new/gssapi-1.6.1/gssapi/raw/ext_rfc6680_comp_oid.c
--- old/gssapi-1.6.0/gssapi/raw/ext_rfc6680_comp_oid.c  2019-07-16 
20:06:36.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_rfc6680_comp_oid.c  2019-08-09 
18:50:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_s4u.c 
new/gssapi-1.6.1/gssapi/raw/ext_s4u.c
--- old/gssapi-1.6.0/gssapi/raw/ext_s4u.c       2019-07-16 20:06:36.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_s4u.c       2019-08-09 18:50:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/ext_set_cred_opt.c 
new/gssapi-1.6.1/gssapi/raw/ext_set_cred_opt.c
--- old/gssapi-1.6.0/gssapi/raw/ext_set_cred_opt.c      2019-07-16 
20:06:36.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/ext_set_cred_opt.c      2019-08-09 
18:50:41.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/mech_krb5.c 
new/gssapi-1.6.1/gssapi/raw/mech_krb5.c
--- old/gssapi-1.6.0/gssapi/raw/mech_krb5.c     2019-07-16 20:06:36.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/mech_krb5.c     2019-08-09 18:50:41.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -39,8 +39,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/message.c 
new/gssapi-1.6.1/gssapi/raw/message.c
--- old/gssapi-1.6.0/gssapi/raw/message.c       2019-07-16 20:06:36.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/message.c       2019-08-09 18:50:41.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -38,8 +38,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/misc.c 
new/gssapi-1.6.1/gssapi/raw/misc.c
--- old/gssapi-1.6.0/gssapi/raw/misc.c  2019-07-16 20:06:36.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/misc.c  2019-08-09 18:50:41.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -38,8 +38,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/names.c 
new/gssapi-1.6.1/gssapi/raw/names.c
--- old/gssapi-1.6.0/gssapi/raw/names.c 2019-07-16 20:06:37.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/names.c 2019-08-09 18:50:41.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -38,8 +38,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/oids.c 
new/gssapi-1.6.1/gssapi/raw/oids.c
--- old/gssapi-1.6.0/gssapi/raw/oids.c  2019-07-16 20:06:37.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/oids.c  2019-08-09 18:50:42.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -37,8 +37,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/sec_contexts.c 
new/gssapi-1.6.1/gssapi/raw/sec_contexts.c
--- old/gssapi-1.6.0/gssapi/raw/sec_contexts.c  2019-07-16 20:06:37.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi/raw/sec_contexts.c  2019-08-09 18:50:42.000000000 
+0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -38,8 +38,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi/raw/types.c 
new/gssapi-1.6.1/gssapi/raw/types.c
--- old/gssapi-1.6.0/gssapi/raw/types.c 2019-07-16 20:06:38.000000000 +0200
+++ new/gssapi-1.6.1/gssapi/raw/types.c 2019-08-09 18:50:42.000000000 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.12 */
+/* Generated by Cython 0.29.13 */
 
 /* BEGIN: Cython Metadata
 {
@@ -37,8 +37,8 @@
 #elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x03030000)
     #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_12"
-#define CYTHON_HEX_VERSION 0x001D0CF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include <stddef.h>
 #ifndef offsetof
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/gssapi.egg-info/PKG-INFO 
new/gssapi-1.6.1/gssapi.egg-info/PKG-INFO
--- old/gssapi-1.6.0/gssapi.egg-info/PKG-INFO   2019-07-16 20:07:41.000000000 
+0200
+++ new/gssapi-1.6.1/gssapi.egg-info/PKG-INFO   2019-08-09 18:51:53.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: gssapi
-Version: 1.6.0
+Version: 1.6.1
 Summary: Python GSSAPI Wrapper
 Home-page: https://github.com/pythongssapi/python-gssapi
 Author: The Python GSSAPI Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gssapi-1.6.0/setup.py new/gssapi-1.6.1/setup.py
--- old/gssapi-1.6.0/setup.py   2019-07-16 20:02:03.000000000 +0200
+++ new/gssapi-1.6.1/setup.py   2019-08-09 18:46:03.000000000 +0200
@@ -295,7 +295,7 @@
 
 setup(
     name='gssapi',
-    version='1.6.0',
+    version='1.6.1',
     author='The Python GSSAPI Team',
     author_email='[email protected]',
     packages=['gssapi', 'gssapi.raw', 'gssapi.raw._enum_extensions',


Reply via email to