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

@@ -23,7 +23,7 @@
Name: python-atomicwrites-doc
Version: 1.1.5
Release: 0
Summary: Atomic file writes
Summary: Documentation for the Python atomic write support
License: MIT
Group: Documentation/HTML
Url: https://github.com/untitaker/python-atomicwrites
@@ -31,9 +31,9 @@ Source: https://files.pythonhosted.org/packages/source/a/atomicwrites/at
BuildRequires: %{python_module atomicwrites}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: python3-Sphinx
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Sphinx
Provides: %{python_module atomicwrites-doc}
BuildArch: noarch
@@ -44,12 +44,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.
This package contains the documentation for both python2 and python3 versions
of python-atomicwrites