Pre-release version bumps and documentation updates.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
UNRELEASED Version 0.6.0
|
||||
2017-01-23 Version 0.6.0
|
||||
- Add capability to sign and verify ARC signatures
|
||||
|
||||
2015-12-07 Version 0.5.6
|
||||
|
||||
@@ -15,7 +15,10 @@ This is dkimpy 0.6.0.
|
||||
|
||||
REQUIREMENTS
|
||||
|
||||
- Python 2.x >= 2.6, or Python 3.x >= 3.1.
|
||||
- Python 2.x >= 2.7, or Python 3.x >= 3.5. For use with DKIM, earlier
|
||||
python3 versions will work. ARC tests fail with python3.4. Recent
|
||||
versions have not been tested on python < 2.7 or python3 < 3.4, but may
|
||||
still work on python2.6 and python 3.1 - 3.3.
|
||||
- dnspython or pydns. dnspython is preferred if both are present.
|
||||
|
||||
INSTALLATION
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
# Contact: Brandon Long <blong@google.com>
|
||||
#
|
||||
# This has been modified from the original software.
|
||||
# Copyright (c) 2016 Scott Kitterman <scott@kitterman.com>
|
||||
# Copyright (c) 2016, 2017 Scott Kitterman <scott@kitterman.com>
|
||||
#
|
||||
# This has been modified from the original software.
|
||||
# Copyright (c) 2017 Valimail Inc
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Summary: Python DKIM library
|
||||
Name: %{pythonbase}-pydkim
|
||||
Version: 0.5.4
|
||||
Version: 0.6.0
|
||||
Release: 2
|
||||
Source0: http://hewgill.com/pydkim/pydkim-%{version}.tar.bz2
|
||||
Patch: pydkim.patch
|
||||
|
||||
Reference in New Issue
Block a user