From 24dbd2f8879e63141602f4aedcbaaa5d3d48b2c8 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Jan 17 2024 21:17:41 +0000 Subject: update --- diff --git a/.files b/.files index bd08559..95ce9e0 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 38d3d10..9d7fcbe 100644 --- a/.rev +++ b/.rev @@ -8,4 +8,12 @@ => locket required for dask & distributed 986483 + + 21503a58b631910755f03ebcac626003 + 0.3.23 + + anag+factory + Automatic submission by obs-autosubmit + 1133482 + diff --git a/python-spur.changes b/python-spur.changes index d697280..ca333dd 100644 --- a/python-spur.changes +++ b/python-spur.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Fri Dec 8 16:22:45 UTC 2023 - Dirk Müller + +- update to 0.3.23: + * Raise minimum Python version to 3.6. + * Handle FileNotFoundError when using subprocess on Python >= + 3.8. + +------------------------------------------------------------------- Fri Jun 24 21:05:41 UTC 2022 - Ben Greiner - initial specfile for 0.3.22 diff --git a/python-spur.spec b/python-spur.spec index 5062142..3cc2c0e 100644 --- a/python-spur.spec +++ b/python-spur.spec @@ -1,7 +1,7 @@ # # spec file for package python-spur # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ Name: python-spur -Version: 0.3.22 +Version: 0.3.23 Release: 0 Summary: Run commands and manipulate files locally or over SSH License: BSD-2-Clause URL: http://github.com/mwilliamson/spur.py Source: https://github.com/mwilliamson/spur.py/archive/refs/tags/%{version}.tar.gz#/spur-%{version}-gh.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module paramiko >= 1.13.1} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-paramiko >= 1.13.1 BuildArch: noarch %python_subpackages diff --git a/spur-0.3.22-gh.tar.gz b/spur-0.3.22-gh.tar.gz deleted file mode 120000 index 0a274fa..0000000 --- a/spur-0.3.22-gh.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreie3jqlgoxm63i6jrnlnrcdkq56y2ljrauylsolosaqj5txudydmoi \ No newline at end of file diff --git a/spur-0.3.23-gh.tar.gz b/spur-0.3.23-gh.tar.gz new file mode 120000 index 0000000..3e04864 --- /dev/null +++ b/spur-0.3.23-gh.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreidbh7gej5zrubayifefuutybskesdszynjzklbmqsi6ybc2fzoyau \ No newline at end of file