Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-GitPython for
openSUSE:Factory checked in at 2022-11-08 10:53:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-GitPython (Old)
and /work/SRC/openSUSE:Factory/.python-GitPython.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-GitPython"
Tue Nov 8 10:53:45 2022 rev:24 rq:1034394 version:3.1.12.1610074031.f653af66
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-GitPython/python-GitPython.changes
2021-01-15 19:45:40.253972033 +0100
+++
/work/SRC/openSUSE:Factory/.python-GitPython.new.1597/python-GitPython.changes
2022-11-08 10:54:00.589619961 +0100
@@ -1,0 +2,11 @@
+Mon Nov 7 23:35:37 UTC 2022 - Matej Cepl <[email protected]>
+
+- Setting proper configuration variable allows to run previously
+ skipped tests.
+
+-------------------------------------------------------------------
+Mon Nov 7 14:50:21 UTC 2022 - Matej Cepl <[email protected]>
+
+- Skip failing tests (gh#gitpython-developers/GitPython#1511).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-GitPython.spec ++++++
--- /var/tmp/diff_new_pack.ae3ITE/_old 2022-11-08 10:54:01.193623555 +0100
+++ /var/tmp/diff_new_pack.ae3ITE/_new 2022-11-08 10:54:01.197623579 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-GitPython
#
-# 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
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-GitPython
Version: 3.1.12.1610074031.f653af66
@@ -75,6 +74,7 @@
export LANG=en_US.UTF-8
export GIT_PYTHON_TEST_GIT_REPO_BASE=${PWD}
+git config --global protocol.file.allow "always"
git config --global user.email "[email protected]"
git config --global user.name "Your Name"