diff --git a/1.4.0.tar.gz b/1.4.0.tar.gz new file mode 100644 index 0000000..226cc16 Binary files /dev/null and b/1.4.0.tar.gz differ diff --git a/python-atomicwrites-1.1.5.tar.gz b/python-atomicwrites-1.1.5.tar.gz deleted file mode 100644 index a1c86f3..0000000 Binary files a/python-atomicwrites-1.1.5.tar.gz and /dev/null differ diff --git a/python-atomicwrites.spec b/python-atomicwrites.spec index c4c77b7..a7639f0 100644 --- a/python-atomicwrites.spec +++ b/python-atomicwrites.spec @@ -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 - 1.4.0-1 +- Update to version 1.4.0 + * Sat Aug 08 2020 lingsheng - 1.1.5-14 - Remove python2-atomicwrites subpackage