diff --git a/dkimpy-1.1.2.tar.gz b/dkimpy-1.1.2.tar.gz deleted file mode 100644 index 47a7bc7..0000000 Binary files a/dkimpy-1.1.2.tar.gz and /dev/null differ diff --git a/dkimpy-1.1.4.tar.gz b/dkimpy-1.1.4.tar.gz new file mode 100644 index 0000000..1f2ce9c Binary files /dev/null and b/dkimpy-1.1.4.tar.gz differ diff --git a/python-dkimpy.spec b/python-dkimpy.spec index cfa2d3d..c63c68f 100644 --- a/python-dkimpy.spec +++ b/python-dkimpy.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dkimpy -Version: 1.1.2 +Version: 1.1.4 Release: 1 Summary: DKIM (DomainKeys Identified Mail), ARC (Authenticated Receive Chain), and TLSRPT (TLS Report) email signing and verification License: BSD-like 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 %description @@ -18,7 +18,6 @@ Provides: python-dkimpy = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-dns - %description -n python3-dkimpy 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. @@ -70,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue May 16 2023 jiangxinyu - 1.1.4-1 +- Update package to version 1.1.4 + * Fri Apr 28 2023 wubijie - 1.1.2-1 - Update package to version 1.1.2