forked from pool/python-pykerberos
- update to 1.2.1:
* add crusty CMake support * minor change to CBT struct * get build working on OSX again * changes based on upstream PR * add CHANGELOG with entries for 1.2.1.beta1 * add winrm-style IOV encryption support * bump repo version to 1.2.1dev * Removing 3.2 from travis b/c it is no longer fully supported * Added method to build the CBT structure and modified authGSSClientStep to pass along this CBT structure if it is set * obviously, verify shouldn't be const * 1.2.1 final release * Adding life support note to README - Use %license macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykerberos?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
b7f2165421
commit
2cf34a2fe9
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60f84e1b606d58cc457b186914c195072ebebf5d5a05e75c0136541808e06523
|
||||
size 20454
|
3
pykerberos-1.2.1.tar.gz
Normal file
3
pykerberos-1.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f2dca8df5f84a3be039c026893850d731a8bb38395292e1610ffb0a08ba876c
|
||||
size 24535
|
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 05:19:12 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- update to 1.2.1:
|
||||
* add crusty CMake support
|
||||
* minor change to CBT struct
|
||||
* get build working on OSX again
|
||||
* changes based on upstream PR
|
||||
* add CHANGELOG with entries for 1.2.1.beta1
|
||||
* add winrm-style IOV encryption support
|
||||
* bump repo version to 1.2.1dev
|
||||
* Removing 3.2 from travis b/c it is no longer fully supported
|
||||
* Added method to build the CBT structure and modified authGSSClientStep
|
||||
to pass along this CBT structure if it is set
|
||||
* obviously, verify shouldn't be const
|
||||
* 1.2.1 final release
|
||||
* Adding life support note to README
|
||||
- Use %license macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 09:56:22 UTC 2017 - dmueller@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pykerberos
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-pykerberos
|
||||
Version: 1.1.14
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: High-level interface to Kerberos
|
||||
License: Apache-2.0
|
||||
@@ -53,7 +53,8 @@ export CFLAGS="%{optflags}"
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.txt LICENSE
|
||||
%doc README.txt
|
||||
%license LICENSE
|
||||
%{python_sitearch}/*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user