Accepting request 1032130 from science
- 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 OBS-URL: https://build.opensuse.org/request/show/1032130 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pegasus-wms.api?expand=0&rev=2
This commit is contained in:
commit
0c054dfcac
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a27b2a0af49d7ea3a05a079b40c8d6e6668d35c020e0456a34d0f0abe7fe449a
|
||||
size 2956
|
3
pegasus-schema-yaml-5.0.3.tar.xz
Normal file
3
pegasus-schema-yaml-5.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0044d4250639c355787f6ae8486f7ae77934cabbab799bea31a629854e4a639b
|
||||
size 2952
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6d524e124ccf204022d525d8cab1d4c907a554ca105c7583773ea2ed774242d
|
||||
size 57560
|
3
pegasus-wms.api-gh-5.0.3.tar.xz
Normal file
3
pegasus-wms.api-gh-5.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68c90a3a1aafcf248f9b243d4d55c93ebeeb25e0f296b214d1b109c9a9bcc1b5
|
||||
size 57564
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 29 09:55:14 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user