From 9afdc425b4e335de4378057c90879bb42cae463726ccbbbd0a88a3e0d33ea857 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 May 2020 08:56:40 +0000 Subject: [PATCH] - 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 --- atomicwrites-1.3.0.tar.gz | 3 --- atomicwrites-1.4.0.tar.gz | 3 +++ python-atomicwrites-doc.spec | 6 +++--- python-atomicwrites.changes | 7 +++++++ python-atomicwrites.spec | 6 +++--- 5 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 atomicwrites-1.3.0.tar.gz create mode 100644 atomicwrites-1.4.0.tar.gz diff --git a/atomicwrites-1.3.0.tar.gz b/atomicwrites-1.3.0.tar.gz deleted file mode 100644 index fd94c68..0000000 --- a/atomicwrites-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6 -size 11699 diff --git a/atomicwrites-1.4.0.tar.gz b/atomicwrites-1.4.0.tar.gz new file mode 100644 index 0000000..9f43bc3 --- /dev/null +++ b/atomicwrites-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a +size 11790 diff --git a/python-atomicwrites-doc.spec b/python-atomicwrites-doc.spec index 11e188c..7c3cdc7 100644 --- a/python-atomicwrites-doc.spec +++ b/python-atomicwrites-doc.spec @@ -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} diff --git a/python-atomicwrites.changes b/python-atomicwrites.changes index 1ce3f7f..8402426 100644 --- a/python-atomicwrites.changes +++ b/python-atomicwrites.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 12 08:51:32 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-atomicwrites.spec b/python-atomicwrites.spec index 7c236d0..bd34534 100644 --- a/python-atomicwrites.spec +++ b/python-atomicwrites.spec @@ -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