- Update to version 3.1.2.1588659169.f14903a:

* Bump patch level, this time with known signature
  * Accept that this arguably simple feature can't be tested easily…
  * allow setting depth when cloning a submodule
  * add test case for submodule depth parameter
  * add myself to AUTHORS
  * Change signing key back to what it was
  * bump patch level
  * Remove forced verbosity when fetching from a remote
  * Now it should really start working - go, doctests, go!
  * Maybe this fixes the doc tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=35
This commit is contained in:
Dirk Mueller 2020-06-02 16:42:40 +00:00 committed by Git OBS Bridge
parent d73bd8d5b2
commit e89a280b62
6 changed files with 26 additions and 7 deletions

View File

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

View File

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

View File

@ -1,12 +1,12 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="versionprefix">3.1.1</param>
<param name="versionprefix">3.1.2</param>
<param name="url">git://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">refs/tags/3.1.1</param>
<param name="submodules">enable</param>
<param name="revision">refs/tags/3.1.2</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>

4
_servicedata Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jun 02 16:41:06 UTC 2020 - dmueller@suse.com
- Update to version 3.1.2.1588659169.f14903a:
* Bump patch level, this time with known signature
* Accept that this arguably simple feature can't be tested easily…
* allow setting depth when cloning a submodule
* add test case for submodule depth parameter
* add myself to AUTHORS
* Change signing key back to what it was
* bump patch level
* Remove forced verbosity when fetching from a remote
* Now it should really start working - go, doctests, go!
* Maybe this fixes the doc tests
-------------------------------------------------------------------
Mon May 04 09:21:39 UTC 2020 - johannes.grassler@suse.com

View File

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