diff --git a/GitPython-3.1.31.1676565040.f253335.tar.xz b/GitPython-3.1.31.1676565040.f253335.tar.xz deleted file mode 100644 index 4866eeb..0000000 --- a/GitPython-3.1.31.1676565040.f253335.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27a46fb1f67363379cb2a3a550b1f39c123cde7b2e0d0bc722ecf5c0ddb6d6e0 -size 4005220 diff --git a/GitPython-3.1.32.1689011721.5d45ce2.tar.xz b/GitPython-3.1.32.1689011721.5d45ce2.tar.xz new file mode 100644 index 0000000..4e1e7bb --- /dev/null +++ b/GitPython-3.1.32.1689011721.5d45ce2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a4626be078b648f710c7c820e926a7572557b531350d63799648242bd21bcc +size 4124684 diff --git a/_service b/_service index f24cc6b..541ce7c 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - 3.1.31 + 3.1.32 https://github.com/gitpython-developers/GitPython git yes enable enable - 3.1.31 + 3.1.32 xz diff --git a/_servicedata b/_servicedata index da9df09..84f68dd 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ git://github.com/gitpython-developers/GitPython f653af66e4c9461579ec44db50e113facf61e2d3 https://github.com/gitpython-developers/GitPython - f25333525425ee1497366fd300a60127aa652d79 \ No newline at end of file + 5d45ce243a12669724e969442e6725a894e30fd4 \ No newline at end of file diff --git a/python-GitPython.changes b/python-GitPython.changes index a57ec86..cff99cd 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Aug 21 04:36:14 UTC 2023 - Steve Kowalik + +- 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. + ------------------------------------------------------------------- Thu May 11 13:59:44 UTC 2023 - mcepl@suse.com diff --git a/python-GitPython.spec b/python-GitPython.spec index d7d82e1..75cadcd 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -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 @@ Patch0: test-skips.patch 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 '/tox/d' -e '/flake8/d' -e '/coverage/d' test-requirements.txt 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 @@ git config --global user.name "Your Name" %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