update version to 1.1.2
This commit is contained in:
parent
6f50b8213b
commit
727a94f3da
Binary file not shown.
BIN
dkimpy-1.1.2.tar.gz
Normal file
BIN
dkimpy-1.1.2.tar.gz
Normal file
Binary file not shown.
@ -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.1
|
Version: 1.1.2
|
||||||
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/ce/ff/6c10995ac2cdb4ec81bb31ff7e8660eeaf1b797348a134767eadb647477a/dkimpy-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/e9/fa/d220babf87bc638cd36b289f4da42300108d40203759bbc7cc20a95db605/dkimpy-1.1.2.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -14,7 +14,7 @@ Basic DKIM requirements are defined in RFC 6376: https://tools.ietf.org/html/rfc
|
|||||||
|
|
||||||
%package -n python3-dkimpy
|
%package -n python3-dkimpy
|
||||||
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
|
||||||
Provides: python-dkimpy
|
Provides: python-dkimpy = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
Requires: python3-dns
|
Requires: python3-dns
|
||||||
@ -26,7 +26,6 @@ Basic DKIM requirements are defined in RFC 6376: https://tools.ietf.org/html/rfc
|
|||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for dkimpy
|
Summary: Development documents and examples for dkimpy
|
||||||
Provides: python3-dkimpy-doc
|
Provides: python3-dkimpy-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
Development documents and examples for dkimpy.
|
Development documents and examples for dkimpy.
|
||||||
|
|
||||||
@ -68,9 +67,12 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_pkgdocdir}
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 28 2023 wubijie <wubijie@kylinos.cn> - 1.1.2-1
|
||||||
|
- Update package to version 1.1.2
|
||||||
|
|
||||||
* Thu Apr 06 2023 Ge Wang <wangge20@h-partners.com> - 1.1.1-1
|
* Thu Apr 06 2023 Ge Wang <wangge20@h-partners.com> - 1.1.1-1
|
||||||
- Update to version 1.1.1
|
- Update to version 1.1.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user