Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
1ab0459948
!9 Add a missing version tag to the changelog.
From: @cherry530 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2024-01-10 01:21:42 +00:00
xu_ping
b6efdc7977
Add a missing version tag to the changelog.
Signed-off-by: xu_ping <707078654@qq.com>
2023-12-27 02:32:18 +00:00
openeuler-ci-bot
8610c68898
!8 Rectification license
From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-09-13 02:59:21 +00:00
starlet-dx
8312c57bb7 Rectification license 2023-09-13 10:37:02 +08:00
openeuler-ci-bot
316864100e
!7 Update package to version 1.1.5
From: @lingjuer 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-08-11 03:19:07 +00:00
lingjuer
6a165a3968 Update to version 1.1.5 2023-08-01 10:33:36 +08:00
openeuler-ci-bot
20d05a2e93
!6 Update package to version 1.1.4
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-19 09:39:13 +00:00
jxy_git
3d8417c6e8 Update package to version 1.1.4 2023-05-16 16:39:30 +08:00
openeuler-ci-bot
7bdab2af49
!5 Upgrade to latest release [python-dkimpy -> 1.1.2]
From: @wubijie123 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-05-05 09:54:25 +00:00
wubijie
727a94f3da update version to 1.1.2 2023-05-05 11:28:43 +08:00
3 changed files with 19 additions and 9 deletions

Binary file not shown.

BIN
dkimpy-1.1.5.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.1 Version: 1.1.5
Release: 1 Release: 2
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 and Zlib
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/08/2b/05298eac3618233edb942e0548a9922dfc294dd075919205d94cc8c5b8ac/dkimpy-1.1.5.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -14,11 +14,10 @@ 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
%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.
@ -26,7 +25,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,11 +66,23 @@ mv %{buildroot}/doclist.lst .
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_pkgdocdir} %{_docdir}/*
%changelog %changelog
* Wed Sep 13 2023 yaoxin <yao_xin001@hoperun.com> - 1.1.5-2
- Rectification license
* Tue Aug 01 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 1.1.5-1
- Update package to version 1.1.5
* 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
- 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
* Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org> * Fri Dec 18 2020 Python_Bot <Python_Bot@openeuler.org> -1.0.5-1
- Package Spec generated - Package Spec generated