diff --git a/dkimpy-1.1.1.tar.gz b/dkimpy-1.1.1.tar.gz deleted file mode 100644 index eef0eb4..0000000 Binary files a/dkimpy-1.1.1.tar.gz and /dev/null differ diff --git a/dkimpy-1.1.2.tar.gz b/dkimpy-1.1.2.tar.gz new file mode 100644 index 0000000..47a7bc7 Binary files /dev/null and b/dkimpy-1.1.2.tar.gz differ diff --git a/python-dkimpy.spec b/python-dkimpy.spec index d2d42e2..cfa2d3d 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.1 +Version: 1.1.2 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/ce/ff/6c10995ac2cdb4ec81bb31ff7e8660eeaf1b797348a134767eadb647477a/dkimpy-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/e9/fa/d220babf87bc638cd36b289f4da42300108d40203759bbc7cc20a95db605/dkimpy-1.1.2.tar.gz BuildArch: noarch %description @@ -14,7 +14,7 @@ Basic DKIM requirements are defined in RFC 6376: https://tools.ietf.org/html/rfc %package -n python3-dkimpy Summary: DKIM (DomainKeys Identified Mail), ARC (Authenticated Receive Chain), and TLSRPT (TLS Report) email signing and verification -Provides: python-dkimpy +Provides: python-dkimpy = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-dns @@ -26,7 +26,6 @@ Basic DKIM requirements are defined in RFC 6376: https://tools.ietf.org/html/rfc %package help Summary: Development documents and examples for dkimpy Provides: python3-dkimpy-doc - %description help Development documents and examples for dkimpy. @@ -68,9 +67,12 @@ mv %{buildroot}/doclist.lst . %dir %{python3_sitelib}/* %files help -f doclist.lst -%{_pkgdocdir} +%{_docdir}/* %changelog +* Fri Apr 28 2023 wubijie - 1.1.2-1 +- Update package to version 1.1.2 + * Thu Apr 06 2023 Ge Wang - 1.1.1-1 - Update to version 1.1.1