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 2023-08-22 08:55:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-GitPython (Old)
and /work/SRC/openSUSE:Factory/.python-GitPython.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-GitPython"
Tue Aug 22 08:55:09 2023 rev:28 rq:1104972 version:3.1.32.1689011721.5d45ce2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-GitPython/python-GitPython.changes
2023-05-13 17:17:06.426196709 +0200
+++
/work/SRC/openSUSE:Factory/.python-GitPython.new.1766/python-GitPython.changes
2023-08-22 08:55:13.686454115 +0200
@@ -1,0 +2,15 @@
+Mon Aug 21 04:36:14 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Update to version 3.1.32.1689011721.5d45ce2:
+ * Block insecure non-multi options in clone/clone_from Follow-up to #1521
+ (bsc#1214174, CVE-2023-40267)
+ * Name top-level exceptions as private variables
+ * Revert the removal of Commit.trailers property.
+ * Specify encoding in Commit.trailer_list.
+ * Update Commit.trailer_list to return tuples.
+ * Deprecate Commit.trailers.
+ * Add trailers_list and trailers_list methods to fix the commit trailers
+ functionality.
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
Old:
----
GitPython-3.1.31.1676565040.f253335.tar.xz
New:
----
GitPython-3.1.32.1689011721.5d45ce2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-GitPython.spec ++++++
--- /var/tmp/diff_new_pack.JBbOzK/_old 2023-08-22 08:55:14.430455528 +0200
+++ /var/tmp/diff_new_pack.JBbOzK/_new 2023-08-22 08:55:14.434455535 +0200
@@ -17,9 +17,10 @@
%define skip_python2 1
+%define simple_ver 3.1.32
%{?sle15_python_module_pythons}
Name: python-GitPython
-Version: 3.1.31.1676565040.f253335
+Version: 3.1.32.1689011721.5d45ce2
Release: 0
Summary: Python Git Library
License: BSD-3-Clause
@@ -29,9 +30,11 @@
Patch1: test_blocking_lock_file-extra-time.patch
BuildRequires: %{python_module ddt >= 1.1.1}
BuildRequires: %{python_module gitdb >= 4.0.1}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module smmap >= 3.0.1}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: git-core
BuildRequires: python-rpm-macros
@@ -58,10 +61,10 @@
sed -i -e '/addopts/d' pyproject.toml
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -84,8 +87,7 @@
%files %{python_files}
%license LICENSE
%doc AUTHORS CHANGES README.md doc/source/*.rst
-%dir %{python_sitelib}/git
-%{python_sitelib}/git/*
-%{python_sitelib}/GitPython*
+%{python_sitelib}/git
+%{python_sitelib}/GitPython-%{simple_ver}.dist-info
%changelog
++++++ GitPython-3.1.31.1676565040.f253335.tar.xz ->
GitPython-3.1.32.1689011721.5d45ce2.tar.xz ++++++
++++ 4061 lines of diff (skipped)
++++++ _service ++++++
--- /var/tmp/diff_new_pack.JBbOzK/_old 2023-08-22 08:55:15.246457079 +0200
+++ /var/tmp/diff_new_pack.JBbOzK/_new 2023-08-22 08:55:15.254457094 +0200
@@ -1,12 +1,12 @@
<services>
<service name="tar_scm" mode="disabled">
- <param name="versionprefix">3.1.31</param>
+ <param name="versionprefix">3.1.32</param>
<param name="url">https://github.com/gitpython-developers/GitPython</param>
<param name="scm">git</param>
<param name="package-meta">yes</param>
<param name="changesgenerate">enable</param>
<param name="submodules">enable</param>
- <param name="revision">3.1.31</param>
+ <param name="revision">3.1.32</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.JBbOzK/_old 2023-08-22 08:55:15.278457139 +0200
+++ /var/tmp/diff_new_pack.JBbOzK/_new 2023-08-22 08:55:15.286457154 +0200
@@ -3,6 +3,6 @@
<param
name="url">git://github.com/gitpython-developers/GitPython</param>
<param
name="changesrevision">f653af66e4c9461579ec44db50e113facf61e2d3</param></service><service
name="tar_scm">
<param
name="url">https://github.com/gitpython-developers/GitPython</param>
- <param
name="changesrevision">f25333525425ee1497366fd300a60127aa652d79</param></service></servicedata>
+ <param
name="changesrevision">5d45ce243a12669724e969442e6725a894e30fd4</param></service></servicedata>
(No newline at EOF)