Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-PyCondor for openSUSE:Factory
checked in at 2026-05-04 12:53:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyCondor (Old)
and /work/SRC/openSUSE:Factory/.python-PyCondor.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyCondor"
Mon May 4 12:53:40 2026 rev:6 rq:1350475 version:0.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyCondor/python-PyCondor.changes
2025-06-04 23:48:38.171500076 +0200
+++
/work/SRC/openSUSE:Factory/.python-PyCondor.new.30200/python-PyCondor.changes
2026-05-04 12:56:46.701533010 +0200
@@ -1,0 +2,6 @@
+Sat Apr 25 11:22:20 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 0.6.1:
+ * Remove use of distutils stdlib module, update package metadata
+
+-------------------------------------------------------------------
Old:
----
PyCondor-0.6.0.tar.gz
New:
----
pycondor-0.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyCondor.spec ++++++
--- /var/tmp/diff_new_pack.DrrUU6/_old 2026-05-04 12:56:47.145551284 +0200
+++ /var/tmp/diff_new_pack.DrrUU6/_new 2026-05-04 12:56:47.145551284 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-PyCondor
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
%bcond_without libalternatives
Name: python-PyCondor
-Version: 0.6.0
+Version: 0.6.1
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
+Source:
https://files.pythonhosted.org/packages/source/P/PyCondor/pycondor-%{version}.tar.gz
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools >= 64}
BuildRequires: %{python_module wheel}
BuildRequires: alts
BuildRequires: fdupes
@@ -43,7 +43,7 @@
PyCondor (Python HTCondor) is a tool to help build and submit workflows to
HTCondor in a straight-forward manner with minimal hassle.
%prep
-%setup -q -n PyCondor-%{version}
+%setup -q -n pycondor-%{version}
sed -Ei "1{/^#!\/usr\/bin\/env python/d}" pycondor/tests/example_script.py
%build