!6 update to version 1.4.0

From: @wang--ge 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-10-14 01:27:19 +00:00 committed by Gitee
commit db743e7774
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

BIN
1.4.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -7,12 +7,12 @@ It sports:\
* Consistent error handling across platforms.
Name: python-atomicwrites
Version: 1.1.5
Release: 14
Version: 1.4.0
Release: 1
Summary: Python Atomic file writes on POSIX
License: MIT
URL: https://github.com/untitaker/%{name}
Source0: https://github.com/untitaker/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/untitaker/%{name}/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-sphinx python3-pytest
@ -58,6 +58,9 @@ cp -r docs/_build/man/*.1 "$RPM_BUILD_ROOT%{_mandir}/man1"
%{_mandir}/man1/atomicwrites.1.*
%changelog
* Thu Oct 13 2022 Ge Wang <wangge20@h-partners.com> - 1.4.0-1
- Update to version 1.4.0
* Sat Aug 08 2020 lingsheng <lingsheng@huawei.com> - 1.1.5-14
- Remove python2-atomicwrites subpackage