15
0

- update to 1.4.0:

* Update unsupported python versions
  * use fspath to ensure path is str or bytes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atomicwrites?expand=0&rev=14
This commit is contained in:
2020-05-12 08:56:40 +00:00
committed by Git OBS Bridge
parent 811f39603a
commit 9afdc425b4
5 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6
size 11699

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a
size 11790

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-atomicwrites-doc
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,12 +21,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-atomicwrites-doc
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Documentation for the Python atomic write support
License: MIT
Group: Documentation/HTML
Url: https://github.com/untitaker/python-atomicwrites
URL: https://github.com/untitaker/python-atomicwrites
Source: https://files.pythonhosted.org/packages/source/a/atomicwrites/atomicwrites-%{version}.tar.gz
BuildRequires: %{python_module atomicwrites}
BuildRequires: %{python_module pytest}

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue May 12 08:51:32 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.4.0:
* Update unsupported python versions
* use fspath to ensure path is str or bytes
-------------------------------------------------------------------
Mon Oct 14 11:35:28 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-atomicwrites
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-atomicwrites
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Atomic file writes for Python
License: MIT
Group: Development/Languages/Python
Url: https://github.com/untitaker/python-atomicwrites
URL: https://github.com/untitaker/python-atomicwrites
Source: https://files.pythonhosted.org/packages/source/a/atomicwrites/atomicwrites-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes