From eed0ab44e46215d86acd353f86748103195c5cd829ba1a29d7f4d4740d848724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 1 Mar 2019 10:00:58 +0000 Subject: [PATCH] - update to 1.3.0 * Restore ability to use tempfile kwargs other than dir * Avoid API breakage under Python 2 * Passes kwargs through AtomicWriter to tempfile.NamedTemporaryFile - update to 1.3.0 * Restore ability to use tempfile kwargs other than dir * Avoid API breakage under Python 2 * Passes kwargs through AtomicWriter to tempfile.NamedTemporaryFile OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atomicwrites?expand=0&rev=10 --- atomicwrites-1.1.5.tar.gz | 3 --- atomicwrites-1.3.0.tar.gz | 3 +++ python-atomicwrites-doc.changes | 8 ++++++++ python-atomicwrites-doc.spec | 4 ++-- python-atomicwrites.changes | 8 ++++++++ python-atomicwrites.spec | 4 ++-- 6 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 atomicwrites-1.1.5.tar.gz create mode 100644 atomicwrites-1.3.0.tar.gz diff --git a/atomicwrites-1.1.5.tar.gz b/atomicwrites-1.1.5.tar.gz deleted file mode 100644 index cc8dc34..0000000 --- a/atomicwrites-1.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:240831ea22da9ab882b551b31d4225591e5e447a68c5e188db5b89ca1d487585 -size 18951 diff --git a/atomicwrites-1.3.0.tar.gz b/atomicwrites-1.3.0.tar.gz new file mode 100644 index 0000000..fd94c68 --- /dev/null +++ b/atomicwrites-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6 +size 11699 diff --git a/python-atomicwrites-doc.changes b/python-atomicwrites-doc.changes index ce4ebdb..60b5f22 100644 --- a/python-atomicwrites-doc.changes +++ b/python-atomicwrites-doc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 1 09:59:54 UTC 2019 - Ondřej Súkup + +- update to 1.3.0 + * Restore ability to use tempfile kwargs other than dir + * Avoid API breakage under Python 2 + * Passes kwargs through AtomicWriter to tempfile.NamedTemporaryFile + ------------------------------------------------------------------- Wed Jul 18 11:56:07 UTC 2018 - tchvatal@suse.com diff --git a/python-atomicwrites-doc.spec b/python-atomicwrites-doc.spec index 69c0ac7..11e188c 100644 --- a/python-atomicwrites-doc.spec +++ b/python-atomicwrites-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-atomicwrites-doc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-atomicwrites-doc -Version: 1.1.5 +Version: 1.3.0 Release: 0 Summary: Documentation for the Python atomic write support License: MIT diff --git a/python-atomicwrites.changes b/python-atomicwrites.changes index 804582e..6cbf2ea 100644 --- a/python-atomicwrites.changes +++ b/python-atomicwrites.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 1 09:59:54 UTC 2019 - Ondřej Súkup + +- update to 1.3.0 + * Restore ability to use tempfile kwargs other than dir + * Avoid API breakage under Python 2 + * Passes kwargs through AtomicWriter to tempfile.NamedTemporaryFile + ------------------------------------------------------------------- Tue Dec 4 13:06:02 UTC 2018 - Matej Cepl diff --git a/python-atomicwrites.spec b/python-atomicwrites.spec index 3290810..ed667b2 100644 --- a/python-atomicwrites.spec +++ b/python-atomicwrites.spec @@ -1,7 +1,7 @@ # # spec file for package python-atomicwrites # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-atomicwrites -Version: 1.1.5 +Version: 1.3.0 Release: 0 Summary: Atomic file writes for Python License: MIT