From f9fccd6e0634eafb2761c7383340aec11313e38ad630b16d56ad01e29e9ce245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 7 Oct 2019 13:35:51 +0000 Subject: [PATCH] - Update to version 3.0.3.1570041589.23b83cd: * Prepare v3.0.3 * git: repo: base: update clone_from env argument description * remove previously added debug code from test_doc.py * Revert "Remove control character stripping." * Try to fix tests; get more debug output * Update util.py * Update util.py * Remove control character stripping. * add type check to git.Remote.__eq__ * Take advantage of universal newlines. * Parse rejected deletes. * Remove assert that can fail erroneously. * Fix test_commit_msg_hook_success. * fix decoding problem * Fix #889: Add DeepSource config and fix some major issues OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=26 --- GitPython-3.0.2.1566444429.0765792.tar.xz | 3 --- GitPython-3.0.3.1570041589.23b83cd.tar.xz | 3 +++ _service | 4 ++-- python-GitPython.changes | 20 ++++++++++++++++++++ python-GitPython.spec | 3 +-- 5 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 GitPython-3.0.2.1566444429.0765792.tar.xz create mode 100644 GitPython-3.0.3.1570041589.23b83cd.tar.xz diff --git a/GitPython-3.0.2.1566444429.0765792.tar.xz b/GitPython-3.0.2.1566444429.0765792.tar.xz deleted file mode 100644 index 462954d..0000000 --- a/GitPython-3.0.2.1566444429.0765792.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7cd30941ae703493a99bc8d8ec0f5ad5b50aab47899a2ba256a629bc6a0e573 -size 10336088 diff --git a/GitPython-3.0.3.1570041589.23b83cd.tar.xz b/GitPython-3.0.3.1570041589.23b83cd.tar.xz new file mode 100644 index 0000000..efcd633 --- /dev/null +++ b/GitPython-3.0.3.1570041589.23b83cd.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948108ab0d43bcd288e6e1136e5cbb30cde510630a48b94670057b2267e58513 +size 10511152 diff --git a/_service b/_service index 2855094..3fdbbf5 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - 3.0.2 + 3.0.3 git://github.com/gitpython-developers/GitPython git yes enable enable - refs/tags/3.0.2 + refs/tags/3.0.3 xz diff --git a/python-GitPython.changes b/python-GitPython.changes index 4725a0d..8133b1b 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Oct 07 13:33:58 UTC 2019 - tchvatal@suse.com + +- Update to version 3.0.3.1570041589.23b83cd: + * Prepare v3.0.3 + * git: repo: base: update clone_from env argument description + * remove previously added debug code from test_doc.py + * Revert "Remove control character stripping." + * Try to fix tests; get more debug output + * Update util.py + * Update util.py + * Remove control character stripping. + * add type check to git.Remote.__eq__ + * Take advantage of universal newlines. + * Parse rejected deletes. + * Remove assert that can fail erroneously. + * Fix test_commit_msg_hook_success. + * fix decoding problem + * Fix #889: Add DeepSource config and fix some major issues + ------------------------------------------------------------------- Tue Sep 24 09:03:41 UTC 2019 - tchvatal@suse.com diff --git a/python-GitPython.spec b/python-GitPython.spec index 826e8d8..ae7913c 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -19,11 +19,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-GitPython -Version: 3.0.2.1566444429.0765792 +Version: 3.0.3.1570041589.23b83cd Release: 0 Summary: Python Git Library License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/gitpython-developers/GitPython Source: GitPython-%{version}.tar.xz Patch0: test-skips.patch