From d73bd8d5b2610088744cafb6888f631d5755e532ee35de68197282987d5d1309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 4 May 2020 09:42:23 +0000 Subject: [PATCH] Accepting request 800003 from home:jgrassler:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 3.1.1.1586590969.b860d1873a25: * 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 * This should fix tests, as tree[0] is not a tree anymore * Test for PyOxidizer and avoid trying to use __file__ if present * Satisfy flake8 requirement related to #1000 * Try again to apply patch related to #1000 * make clear that appveyor and travis are not used anymore * Remove code-coverage from requirements - codecov wants way too many permissions… OBS-URL: https://build.opensuse.org/request/show/800003 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=33 --- GitPython-3.1.0.1582544583.8c9da73.tar.xz | 3 --- GitPython-3.1.1.1586590969.b860d1873a25.tar.xz | 3 +++ _service | 4 ++-- python-GitPython.changes | 15 +++++++++++++++ python-GitPython.spec | 2 +- 5 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 GitPython-3.1.0.1582544583.8c9da73.tar.xz create mode 100644 GitPython-3.1.1.1586590969.b860d1873a25.tar.xz diff --git a/GitPython-3.1.0.1582544583.8c9da73.tar.xz b/GitPython-3.1.0.1582544583.8c9da73.tar.xz deleted file mode 100644 index 2d6c5af..0000000 --- a/GitPython-3.1.0.1582544583.8c9da73.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04779374b97f7861a47a3d70a149ab723c93c80239fcabff522bf183785ce9e7 -size 11154840 diff --git a/GitPython-3.1.1.1586590969.b860d1873a25.tar.xz b/GitPython-3.1.1.1586590969.b860d1873a25.tar.xz new file mode 100644 index 0000000..c08249a --- /dev/null +++ b/GitPython-3.1.1.1586590969.b860d1873a25.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75d65a59eb32535cdb1b6001c5d3f31142c409f9f778f94d75473344ba8e2c6 +size 10846704 diff --git a/_service b/_service index db8cc23..10357ac 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - 3.1.0 + 3.1.1 git://github.com/gitpython-developers/GitPython git yes enable enable - refs/tags/3.1.0 + refs/tags/3.1.1 xz diff --git a/python-GitPython.changes b/python-GitPython.changes index 44406ec..6bd59e4 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 04 09:21:39 UTC 2020 - johannes.grassler@suse.com + +- Update to version 3.1.1.1586590969.b860d1873a25: + * 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 + * This should fix tests, as tree[0] is not a tree anymore + * Test for PyOxidizer and avoid trying to use __file__ if present + * Satisfy flake8 requirement related to #1000 + * Try again to apply patch related to #1000 + * make clear that appveyor and travis are not used anymore + * Remove code-coverage from requirements - codecov wants way too many permissions… + ------------------------------------------------------------------- Thu Apr 2 11:03:10 UTC 2020 - Tomáš Chvátal diff --git a/python-GitPython.spec b/python-GitPython.spec index 522240e..7991215 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.0.1582544583.8c9da73 +Version: 3.1.1.1586590969.b860d1873a25 Release: 0 Summary: Python Git Library License: BSD-3-Clause