Update package to version 1.1.4

This commit is contained in:
jxy_git 2023-05-16 16:39:30 +08:00
parent 7bdab2af49
commit 3d8417c6e8
3 changed files with 5 additions and 3 deletions

Binary file not shown.

BIN
dkimpy-1.1.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-dkimpy Name: python-dkimpy
Version: 1.1.2 Version: 1.1.4
Release: 1 Release: 1
Summary: DKIM (DomainKeys Identified Mail), ARC (Authenticated Receive Chain), and TLSRPT (TLS Report) email signing and verification Summary: DKIM (DomainKeys Identified Mail), ARC (Authenticated Receive Chain), and TLSRPT (TLS Report) email signing and verification
License: BSD-like License: BSD-like
URL: https://pypi.org/project/dkimpy URL: https://pypi.org/project/dkimpy
Source0: https://files.pythonhosted.org/packages/e9/fa/d220babf87bc638cd36b289f4da42300108d40203759bbc7cc20a95db605/dkimpy-1.1.2.tar.gz Source0: https://files.pythonhosted.org/packages/01/d0/76dffbc4c1b6949085c964c22b10d098eece82cec29dc078c506989175d1/dkimpy-1.1.4.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -18,7 +18,6 @@ Provides: python-dkimpy = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: python3-dns Requires: python3-dns
%description -n python3-dkimpy %description -n python3-dkimpy
Dkimpy is a library that implements DKM(DomainKeys Identified Mail) email signing and verification. Dkimpy is a library that implements DKM(DomainKeys Identified Mail) email signing and verification.
Basic DKIM requirements are defined in RFC 6376: https://tools.ietf.org/html/rfc6376i. Basic DKIM requirements are defined in RFC 6376: https://tools.ietf.org/html/rfc6376i.
@ -70,6 +69,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue May 16 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 1.1.4-1
- Update package to version 1.1.4
* Fri Apr 28 2023 wubijie <wubijie@kylinos.cn> - 1.1.2-1 * Fri Apr 28 2023 wubijie <wubijie@kylinos.cn> - 1.1.2-1
- Update package to version 1.1.2 - Update package to version 1.1.2