From e89a280b62f631b38d774faf46147fda072e063ef1b36bd375e77307a50234dd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Jun 2020 16:42:40 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=20version=203.1.2.1588659169.f1?= =?UTF-8?q?4903a:=20=20=20*=20Bump=20patch=20level,=20this=20time=20with?= =?UTF-8?q?=20known=20signature=20=20=20*=20Accept=20that=20this=20arguabl?= =?UTF-8?q?y=20simple=20feature=20can't=20be=20tested=20easily=C3=A2?= =?UTF-8?q?=E2=82=AC=C2=A6=20=20=20*=20allow=20setting=20depth=20when=20cl?= =?UTF-8?q?oning=20a=20submodule=20=20=20*=20add=20test=20case=20for=20sub?= =?UTF-8?q?module=20depth=20parameter=20=20=20*=20add=20myself=20to=20AUTH?= =?UTF-8?q?ORS=20=20=20*=20Change=20signing=20key=20back=20to=20what=20it?= =?UTF-8?q?=20was=20=20=20*=20bump=20patch=20level=20=20=20*=20Remove=20fo?= =?UTF-8?q?rced=20verbosity=20when=20fetching=20from=20a=20remote=20=20=20?= =?UTF-8?q?*=20Now=20it=20should=20really=20start=20working=20-=20go,=20do?= =?UTF-8?q?ctests,=20go!=20=20=20*=20Maybe=20this=20fixes=20the=20doc=20te?= =?UTF-8?q?sts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=35 --- GitPython-3.1.1.1586590969.b860d1873a25.tar.xz | 3 --- GitPython-3.1.2.1588659169.f14903a.tar.xz | 3 +++ _service | 6 +++--- _servicedata | 4 ++++ python-GitPython.changes | 15 +++++++++++++++ python-GitPython.spec | 2 +- 6 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 GitPython-3.1.1.1586590969.b860d1873a25.tar.xz create mode 100644 GitPython-3.1.2.1588659169.f14903a.tar.xz create mode 100644 _servicedata diff --git a/GitPython-3.1.1.1586590969.b860d1873a25.tar.xz b/GitPython-3.1.1.1586590969.b860d1873a25.tar.xz deleted file mode 100644 index c08249a..0000000 --- a/GitPython-3.1.1.1586590969.b860d1873a25.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a75d65a59eb32535cdb1b6001c5d3f31142c409f9f778f94d75473344ba8e2c6 -size 10846704 diff --git a/GitPython-3.1.2.1588659169.f14903a.tar.xz b/GitPython-3.1.2.1588659169.f14903a.tar.xz new file mode 100644 index 0000000..c531686 --- /dev/null +++ b/GitPython-3.1.2.1588659169.f14903a.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd19e9cf39112b68f534b5252788ac63a9ce0e5130c2a0064092870032165bbb +size 10744368 diff --git a/_service b/_service index 10357ac..55d7716 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - 3.1.1 + 3.1.2 git://github.com/gitpython-developers/GitPython git yes enable - enable - refs/tags/3.1.1 + enable + refs/tags/3.1.2 xz diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..dd437f9 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + git://github.com/gitpython-developers/GitPython + f14903a0d4bb3737c88386a5ad8a87479ddd8448 \ No newline at end of file diff --git a/python-GitPython.changes b/python-GitPython.changes index 6bd59e4..2af5033 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -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 diff --git a/python-GitPython.spec b/python-GitPython.spec index 7991215..b4822cf 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -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