15
0

Accepting request 615838 from home:jengelh:branches:devel:languages:python

- Drop other-OS mentions from description.

OBS-URL: https://build.opensuse.org/request/show/615838
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atomicwrites?expand=0&rev=4
This commit is contained in:
2018-06-11 09:37:24 +00:00
committed by Git OBS Bridge
parent c2bde02c93
commit b5f28756f9
3 changed files with 10 additions and 15 deletions

View File

@@ -20,7 +20,7 @@
Name: python-atomicwrites
Version: 1.1.5
Release: 0
Summary: Atomic file writes
Summary: Atomic file writes for Python
License: MIT
Group: Development/Languages/Python
Url: https://github.com/untitaker/python-atomicwrites
@@ -40,12 +40,7 @@ Features that distinguish it from other similar libraries:
- Race-free assertion that the target file doesn't yet exist. This can be
controlled with the 'overwrite' parameter.
- Windows support, although not well-tested. The MSDN resources are not very
explicit about which operations are atomic.
- Simple high-level API that wraps a very flexible class-based API.
- Consistent error handling across platforms.
- High-level API that wraps a very flexible class-based API.
%prep
%setup -q -n atomicwrites-%{version}