Accepting request 863122 from home:mcalabkova:branches:devel:languages:python

- Update to version 3.1.12.1610074031.f653af66:
  * fix flake
  * fix tests the fast way
  * First attempt to fix failing test of #1103

OBS-URL: https://build.opensuse.org/request/show/863122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=42
This commit is contained in:
Markéta Machová 2021-01-14 14:51:52 +00:00 committed by Git OBS Bridge
parent 0eb5eb3814
commit fa2eba6b93
6 changed files with 14 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd52de54d79b48e1b2735c804ccc180302ff3d69c2d7ca532f0976bff409288b
size 10928024

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42cef2152b84e2abba1f26b6c1cdcf4c5938017edfe91f4c44dd19770b5c0ff4
size 10938580

View File

@ -6,7 +6,7 @@
<param name="package-meta">yes</param>
<param name="changesgenerate">enable</param>
<param name="submodules">enable</param>
<param name="revision">refs/tags/3.1.12</param>
<param name="revision">f653af66e4c9461579ec44db50e113facf61e2d3</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/gitpython-developers/GitPython</param>
<param name="changesrevision">3dd71d3edbf3930cce953736e026ac3c90dd2e59</param></service></servicedata>
<param name="changesrevision">f653af66e4c9461579ec44db50e113facf61e2d3</param></service></servicedata>

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 14 14:19:01 UTC 2021 - mmachova@suse.com
- Update to version 3.1.12.1610074031.f653af66:
* fix flake
* fix tests the fast way
* First attempt to fix failing test of #1103
-------------------------------------------------------------------
Sun Jan 10 17:13:24 UTC 2021 - mliska@suse.cz

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-GitPython
Version: 3.1.12.1609914640.3dd71d3e
Version: 3.1.12.1610074031.f653af66
Release: 0
Summary: Python Git Library
License: BSD-3-Clause