update to version 1.4.0

This commit is contained in:
wang--ge 2022-10-13 17:39:26 +08:00
parent 7f610d0cac
commit 420426f026
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. * Consistent error handling across platforms.
Name: python-atomicwrites Name: python-atomicwrites
Version: 1.1.5 Version: 1.4.0
Release: 14 Release: 1
Summary: Python Atomic file writes on POSIX Summary: Python Atomic file writes on POSIX
License: MIT License: MIT
URL: https://github.com/untitaker/%{name} 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 BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-sphinx python3-pytest 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.* %{_mandir}/man1/atomicwrites.1.*
%changelog %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 * Sat Aug 08 2020 lingsheng <lingsheng@huawei.com> - 1.1.5-14
- Remove python2-atomicwrites subpackage - Remove python2-atomicwrites subpackage