forked from pool/python-PyCondor
Accepting request 998187 from home:yarunachalam:branches:devel:languages:python
- Removed python-PyCondor-collections.abc-Iterable.patch.
Already applied upstream
- update to 0.6.0
* Bug fix release to get development started again.
New Features:
* No new features added
Changes:
* Transition to pycondor namespace (See :pr:`149`)
Improvements to testing and infrastructure (See :pr:`135`, :pr:`148`, :pr:`149`, :pr:`141`, and :pr:`152`)
Use sphinx extlinks in the changelog (See :pr:`130`)
Bug Fixes:
* Fix counting of unready jobs in monitor (See :pr:`138`)
* Updates to the logging setup (See :pr:`129`)
* Fix issue in python 3.8 (See :pr:`140`)
Documentation:
* Migrate documentation to readthedocs (See :pr:`150`)
OBS-URL: https://build.opensuse.org/request/show/998187
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyCondor?expand=0&rev=4
This commit is contained in:
@@ -18,14 +18,12 @@
|
||||
|
||||
%global modname PyCondor
|
||||
Name: python-PyCondor
|
||||
Version: 0.5.0
|
||||
Version: 0.6.0
|
||||
Release: 0
|
||||
Summary: Python utility for HTCondor
|
||||
License: MIT
|
||||
URL: https://github.com/jrbourbeau/pycondor
|
||||
Source: https://files.pythonhosted.org/packages/source/P/PyCondor/PyCondor-%{version}.tar.gz
|
||||
# https://github.com/jrbourbeau/pycondor/commit/b41b17546c898d5cc2368b92fda86473c605e923
|
||||
Patch0: python-PyCondor-collections.abc-Iterable.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
@@ -44,7 +42,6 @@ PyCondor (Python HTCondor) is a tool to help build and submit workflows to HTCon
|
||||
|
||||
%prep
|
||||
%setup -q -n PyCondor-%{version}
|
||||
%patch0 -p1
|
||||
sed -Ei "1{/^#!\/usr\/bin\/env python/d}" pycondor/tests/example_script.py
|
||||
|
||||
%build
|
||||
|
||||
Reference in New Issue
Block a user