14
0

- Update to 0.5.1

* Fixes for DIGEST-MD5, server auth has been completed and is now
    tested
  * Both DIGEST-MD5 and CRAM-MD5 properly set the complete flag now

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pure-sasl?expand=0&rev=5
This commit is contained in:
Mia Herkt
2018-05-19 11:35:18 +00:00
committed by Git OBS Bridge
parent 6e9c28c24d
commit 3583b7fd6f
4 changed files with 12 additions and 4 deletions

View File

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

3
pure-sasl-0.5.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat May 19 11:34:20 UTC 2018 - 9+suse@cirno.systems
- Update to 0.5.1
* Fixes for DIGEST-MD5, server auth has been completed and is now
tested
* Both DIGEST-MD5 and CRAM-MD5 properly set the complete flag now
-------------------------------------------------------------------
Fri Mar 9 06:19:20 UTC 2018 - 9+suse@cirno.systems

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-pure-sasl
Version: 0.5.0
Version: 0.5.1
Release: 0
Summary: Pure Python client SASL implementation
License: MIT