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