Accepting request 814539 from devel:languages:python
- Update to version 3.1.3.1590895281.24cd6da: * Bump patch level * BF: tollerate errors while parsing fetch lines * Fix flake8 errors * Improve unfortunate wording OBS-URL: https://build.opensuse.org/request/show/814539 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-GitPython?expand=0&rev=21
This commit is contained in:
commit
529509c4aa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fd19e9cf39112b68f534b5252788ac63a9ce0e5130c2a0064092870032165bbb
|
|
||||||
size 10744368
|
|
3
GitPython-3.1.3.1590895281.24cd6da.tar.xz
Normal file
3
GitPython-3.1.3.1590895281.24cd6da.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c74a945e293046b9d77dbdc4f5390354bd015d5310c02f351375e08c253ce15b
|
||||||
|
size 10858384
|
4
_service
4
_service
@ -1,12 +1,12 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="versionprefix">3.1.2</param>
|
<param name="versionprefix">3.1.3</param>
|
||||||
<param name="url">git://github.com/gitpython-developers/GitPython</param>
|
<param name="url">git://github.com/gitpython-developers/GitPython</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="package-meta">yes</param>
|
<param name="package-meta">yes</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="submodules">enable</param>
|
<param name="submodules">enable</param>
|
||||||
<param name="revision">refs/tags/3.1.2</param>
|
<param name="revision">refs/tags/3.1.3</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/gitpython-developers/GitPython</param>
|
<param name="url">git://github.com/gitpython-developers/GitPython</param>
|
||||||
<param name="changesrevision">f14903a0d4bb3737c88386a5ad8a87479ddd8448</param></service></servicedata>
|
<param name="changesrevision">24cd6dafc0008f155271f9462ae6ba6f0c0127a4</param></service></servicedata>
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 14 08:43:10 UTC 2020 - dmueller@suse.com
|
||||||
|
|
||||||
|
- Update to version 3.1.3.1590895281.24cd6da:
|
||||||
|
* Bump patch level
|
||||||
|
* BF: tollerate errors while parsing fetch lines
|
||||||
|
* Fix flake8 errors
|
||||||
|
* Improve unfortunate wording
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 02 16:41:06 UTC 2020 - dmueller@suse.com
|
Tue Jun 02 16:41:06 UTC 2020 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-GitPython
|
Name: python-GitPython
|
||||||
Version: 3.1.2.1588659169.f14903a
|
Version: 3.1.3.1590895281.24cd6da
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Git Library
|
Summary: Python Git Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user