From 0eb5eb3814a7a498083bb5c1e5665edc36eb7489923e98ce0c1a4b4dd230fbb4 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 11 Jan 2021 07:25:24 +0000 Subject: [PATCH] Accepting request 862137 from home:marxin:branches:devel:languages:python - Update to version 3.1.12.1609914640.3dd71d3e: * prepare release * Fix handle_diff_line for -z option. * try fixing up test fixtures and implementation * Add '-z' on top of '--raw' to avoid path name mangling * fix universal_newlines TypeError * docs: fix simple typo, repostory -> repository * Added ability to define git environment in submodule add/update methods * change decode type and add replace flag * bump patch level * Fix default actor name handling * bump patch level * Get system user id in a lazy manner * Keep flake happy * Do not break convention when updating sys.path * Bump patch level * rename sublist to subset * Rename get_ignored to ignored and fix the documentation * Find paths ignored in .gitignore * Add venv to gitignore * git/repo/base.py: is_dirty(): Fix pathspec handling * Fix typo * Update release verification instructions as suggested in #1055 * Adjust signature key - please read if you verify installs/packages * bump patch level * Ensure that detached HEAD does not raise when comparing branch name. * Reformat code to remove unnecessary indentation * Remove name as not necessary to track down authors. * update contribution guidelines to be a little less concise and more polite * Add missing blank line OBS-URL: https://build.opensuse.org/request/show/862137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=41 --- GitPython-3.1.12.1609914640.3dd71d3e.tar.xz | 3 ++ GitPython-3.1.7.1594621338.176838a3.tar.xz | 3 -- _service | 4 +- _servicedata | 2 +- python-GitPython.changes | 48 +++++++++++++++++++++ python-GitPython.spec | 4 +- 6 files changed, 56 insertions(+), 8 deletions(-) create mode 100644 GitPython-3.1.12.1609914640.3dd71d3e.tar.xz delete mode 100644 GitPython-3.1.7.1594621338.176838a3.tar.xz diff --git a/GitPython-3.1.12.1609914640.3dd71d3e.tar.xz b/GitPython-3.1.12.1609914640.3dd71d3e.tar.xz new file mode 100644 index 0000000..9096996 --- /dev/null +++ b/GitPython-3.1.12.1609914640.3dd71d3e.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd52de54d79b48e1b2735c804ccc180302ff3d69c2d7ca532f0976bff409288b +size 10928024 diff --git a/GitPython-3.1.7.1594621338.176838a3.tar.xz b/GitPython-3.1.7.1594621338.176838a3.tar.xz deleted file mode 100644 index e3f2379..0000000 --- a/GitPython-3.1.7.1594621338.176838a3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16a7372fe6d96f9f6ee3fb2f1e6fa7c724baed3a21c50bdb8c3261a29626181f -size 10997856 diff --git a/_service b/_service index 5abf9a6..6cccd9d 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - 3.1.7 + 3.1.12 git://github.com/gitpython-developers/GitPython git yes enable enable - refs/tags/3.1.7 + refs/tags/3.1.12 xz diff --git a/_servicedata b/_servicedata index f08c2e7..82393b0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://github.com/gitpython-developers/GitPython - 176838a364fa36613cd57488c352f56352be3139 \ No newline at end of file + 3dd71d3edbf3930cce953736e026ac3c90dd2e59 \ No newline at end of file diff --git a/python-GitPython.changes b/python-GitPython.changes index 964e1d2..118c2e2 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Sun Jan 10 17:13:24 UTC 2021 - mliska@suse.cz + +- Update to version 3.1.12.1609914640.3dd71d3e: + * prepare release + * Fix handle_diff_line for -z option. + * try fixing up test fixtures and implementation + * Add '-z' on top of '--raw' to avoid path name mangling + * fix universal_newlines TypeError + * docs: fix simple typo, repostory -> repository + * Added ability to define git environment in submodule add/update methods + * change decode type and add replace flag + * bump patch level + * Fix default actor name handling + * bump patch level + * Get system user id in a lazy manner + * Keep flake happy + * Do not break convention when updating sys.path + * Bump patch level + * rename sublist to subset + * Rename get_ignored to ignored and fix the documentation + * Find paths ignored in .gitignore + * Add venv to gitignore + * git/repo/base.py: is_dirty(): Fix pathspec handling + * Fix typo + * Update release verification instructions as suggested in #1055 + * Adjust signature key - please read if you verify installs/packages + * bump patch level + * Ensure that detached HEAD does not raise when comparing branch name. + * Reformat code to remove unnecessary indentation + * Remove name as not necessary to track down authors. + * update contribution guidelines to be a little less concise and more polite + * Add missing blank line + * Add missing rules to match hierarchy path + * Update AUTHOR to respect to contributing guidelines. + * Add unit tests + * Fix logic to properly compare glob pattern to value + * Add method to retrieve all possible paths to include + * Add reference to repository to config. + * Update check method to find all includes + * Add Regex to match content of "includeIf" section + * inform about Gitoxide + * add myself to authors + * accept datetime instances as dates + * Ensure only fully matching symrefs are deleted + * Fixed all warnings in documentation and updated Makefile to treat warnings as errors. + * Added nose to test-requirements + ------------------------------------------------------------------- Thu Aug 20 10:32:30 UTC 2020 - mimi.vx@gmail.com diff --git a/python-GitPython.spec b/python-GitPython.spec index 49eddef..7732b77 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -1,7 +1,7 @@ # # spec file for package python-GitPython # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-GitPython -Version: 3.1.7.1594621338.176838a3 +Version: 3.1.12.1609914640.3dd71d3e Release: 0 Summary: Python Git Library License: BSD-3-Clause