From 89bbb26b0a16da4e2025930760570ce8e7d1f45e11d8e6eff163dd7125bb7dcd Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 29 Oct 2022 09:59:52 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=205.0.3=20=20=20*=20Support=20f?= =?UTF-8?q?or=20Deep=20LFN=E2=80=99s=20in=20CondorIO=20Mode.=20If=20you=20?= =?UTF-8?q?are=20using=20=20=20=09bypass=20of=20staging=20for=20input=20fi?= =?UTF-8?q?les,=20then=20support=20for=20deep=20LFN=E2=80=99s=20=20=20=09d?= =?UTF-8?q?epends=20on=20associated=20HTCondor=20ticket=201325=20that=20wi?= =?UTF-8?q?ll=20be=20fixed=20=20=20=09in=20HTCondor=20release=2010.1.0.=20?= =?UTF-8?q?=20=20*=20Per=20Job=20Symlinking=20=20=20*=20New=20Containers?= =?UTF-8?q?=20exercise=20in=20the=20Pegasus=20Tutor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/science/python-pegasus-wms.api?expand=0&rev=3 --- pegasus-schema-yaml-5.0.2.tar.xz | 3 --- pegasus-schema-yaml-5.0.3.tar.xz | 3 +++ pegasus-wms.api-gh-5.0.2.tar.xz | 3 --- pegasus-wms.api-gh-5.0.3.tar.xz | 3 +++ python-pegasus-wms.api.changes | 11 +++++++++++ python-pegasus-wms.api.spec | 12 ++++++------ 6 files changed, 23 insertions(+), 12 deletions(-) delete mode 100644 pegasus-schema-yaml-5.0.2.tar.xz create mode 100644 pegasus-schema-yaml-5.0.3.tar.xz delete mode 100644 pegasus-wms.api-gh-5.0.2.tar.xz create mode 100644 pegasus-wms.api-gh-5.0.3.tar.xz diff --git a/pegasus-schema-yaml-5.0.2.tar.xz b/pegasus-schema-yaml-5.0.2.tar.xz deleted file mode 100644 index 4ffc0dc..0000000 --- a/pegasus-schema-yaml-5.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a27b2a0af49d7ea3a05a079b40c8d6e6668d35c020e0456a34d0f0abe7fe449a -size 2956 diff --git a/pegasus-schema-yaml-5.0.3.tar.xz b/pegasus-schema-yaml-5.0.3.tar.xz new file mode 100644 index 0000000..061e20f --- /dev/null +++ b/pegasus-schema-yaml-5.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0044d4250639c355787f6ae8486f7ae77934cabbab799bea31a629854e4a639b +size 2952 diff --git a/pegasus-wms.api-gh-5.0.2.tar.xz b/pegasus-wms.api-gh-5.0.2.tar.xz deleted file mode 100644 index 718dfa3..0000000 --- a/pegasus-wms.api-gh-5.0.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6d524e124ccf204022d525d8cab1d4c907a554ca105c7583773ea2ed774242d -size 57560 diff --git a/pegasus-wms.api-gh-5.0.3.tar.xz b/pegasus-wms.api-gh-5.0.3.tar.xz new file mode 100644 index 0000000..71e06e3 --- /dev/null +++ b/pegasus-wms.api-gh-5.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c90a3a1aafcf248f9b243d4d55c93ebeeb25e0f296b214d1b109c9a9bcc1b5 +size 57564 diff --git a/python-pegasus-wms.api.changes b/python-pegasus-wms.api.changes index c7dde35..e96136f 100644 --- a/python-pegasus-wms.api.changes +++ b/python-pegasus-wms.api.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Oct 29 09:55:14 UTC 2022 - Ben Greiner + +- Update to 5.0.3 + * Support for Deep LFN’s in CondorIO Mode. If you are using + bypass of staging for input files, then support for deep LFN’s + depends on associated HTCondor ticket 1325 that will be fixed + in HTCondor release 10.1.0. + * Per Job Symlinking + * New Containers exercise in the Pegasus Tutor + ------------------------------------------------------------------- Fri Jul 1 14:15:25 UTC 2022 - Ben Greiner diff --git a/python-pegasus-wms.api.spec b/python-pegasus-wms.api.spec index eaedfdc..2815557 100644 --- a/python-pegasus-wms.api.spec +++ b/python-pegasus-wms.api.spec @@ -19,20 +19,20 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-pegasus-wms.api -Version: 5.0.2 +Version: 5.0.3 Release: 0 Summary: Pegasus Workflow Management System Python API License: Apache-2.0 URL: http://pegasus.isi.edu -Source0: pegasus-wms.api-gh-%{version}.tar.xz -Source1: pegasus-schema-yaml-%{version}.tar.xz -BuildRequires: python-rpm-macros +Source0: pegasus-wms.api-gh-%{version}.tar.xz +Source1: pegasus-schema-yaml-%{version}.tar.xz BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pegasus-wms.common < 5.1} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module jsonschema} +BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module pytest} # /SECTION BuildRequires: fdupes Requires: python-pegasus-wms.common < 5.1