Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cepces for openSUSE:Factory checked 
in at 2022-05-22 20:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cepces (Old)
 and      /work/SRC/openSUSE:Factory/.cepces.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cepces"

Sun May 22 20:25:56 2022 rev:6 rq:977821 version:0.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/cepces/cepces.changes    2021-10-08 
22:05:20.732589468 +0200
+++ /work/SRC/openSUSE:Factory/.cepces.new.1538/cepces.changes  2022-05-22 
20:25:57.582134462 +0200
@@ -1,0 +2,5 @@
+Tue May 10 19:19:56 UTC 2022 - Dirk M??ller <[email protected]>
+
+- add b755b56d25f3e54f8f15d9985fd0597b21c1051d.patch
+
+-------------------------------------------------------------------

New:
----
  b755b56d25f3e54f8f15d9985fd0597b21c1051d.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cepces.spec ++++++
--- /var/tmp/diff_new_pack.TV9iKm/_old  2022-05-22 20:25:58.174135333 +0200
+++ /var/tmp/diff_new_pack.TV9iKm/_new  2022-05-22 20:25:58.178135339 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 License:        GPL-3.0-or-later
 URL:            https://github.com/ufven/%{app_name}
 Source0:        %{name}-%{version}.tar.bz2
+Patch1:         
https://github.com/openSUSE/cepces/pull/11/commits/b755b56d25f3e54f8f15d9985fd0597b21c1051d.patch
 BuildArch:      noarch
 
 Requires:       %{app_name}-certmonger == %{version}
@@ -82,6 +83,7 @@
 
 %prep
 %setup -q -n %{app_name}-%{version}
+%autopatch -p1
 
 %build
 %py3_build

++++++ b755b56d25f3e54f8f15d9985fd0597b21c1051d.patch ++++++
>From b755b56d25f3e54f8f15d9985fd0597b21c1051d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dirk=20M=C3=BCller?= <[email protected]>
Date: Tue, 10 May 2022 18:18:32 +0200
Subject: [PATCH] Use Python 3.10 compatible import path

This should work with any python >= 3.0
---
 cepces/xml/binding.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cepces/xml/binding.py b/cepces/xml/binding.py
index 2749399..9928c1f 100644
--- a/cepces/xml/binding.py
+++ b/cepces/xml/binding.py
@@ -18,7 +18,7 @@
 # pylint: disable=protected-access,too-few-public-methods,too-many-arguments
 # pylint: disable=too-many-ancestors
 """Module containing XML bindings."""
-from collections import MutableSequence
+from collections.abc import MutableSequence
 from xml.etree import ElementTree
 import inspect
 from abc import ABCMeta, abstractmethod

Reply via email to