14
0

Accepting request 424157 from home:tbechtold:branches:devel:languages:python

update to version v1.1.13
  * Fix TypeError when krb5-config is not present
  * Don't free stack allocated buffer #15
  * Bump version to 1.1.11
  * Fix reference to undefined command_name variable
  * Remove  reference to undefined popenargs variable
  * Increment version to v1.1.13
  * Address endless loop in case neither krb5-config nor krb5-config.mit are found
  * remove deprecation warning for clean methods
  * Add travis config
  * replace explicit client credentials to gss_init_sec_context
  * Increment version to 1.1.12
  * Add a dummy test script
- Use pypi.io as Source url

OBS-URL: https://build.opensuse.org/request/show/424157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykerberos?expand=0&rev=4
This commit is contained in:
2016-09-01 12:24:53 +00:00
committed by Git OBS Bridge
parent 9dcad4797c
commit 7401a8f15e
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd56da76d951bb095ca04aa043f2d2de51c9b6f89f58e0a21666ea3632463098
size 35802

3
pykerberos-1.1.13.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d32021c66b52e8054e8819791b2cf4fa11cb0f40a7cdcea5d8d35dc816f42ee
size 20144

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Sep 1 08:34:27 UTC 2016 - tbechtold@suse.com
update to version v1.1.13
* Fix TypeError when krb5-config is not present
* Don't free stack allocated buffer #15
* Bump version to 1.1.11
* Fix reference to undefined command_name variable
* Remove reference to undefined popenargs variable
* Increment version to v1.1.13
* Address endless loop in case neither krb5-config nor krb5-config.mit are found
* remove deprecation warning for clean methods
* Add travis config
* replace explicit client credentials to gss_init_sec_context
* Increment version to 1.1.12
* Add a dummy test script
- Use pypi.io as Source url
-------------------------------------------------------------------
Mon Mar 14 09:26:57 UTC 2016 - dmueller@suse.com

View File

@@ -17,13 +17,13 @@
Name: python-pykerberos
Version: 1.1.10
Version: 1.1.13
Release: 0
Summary: High-level interface to Kerberos
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/02strich/pykerberos/
Source: https://pypi.python.org/packages/source/p/pykerberos/pykerberos-%{version}.tar.gz
Source: https://pypi.io/packages/source/p/pykerberos/pykerberos-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: pkgconfig(krb5)