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
This commit is contained in:
Matej Cepl 2021-01-11 07:25:24 +00:00 committed by Git OBS Bridge
parent 78a8984c32
commit 0eb5eb3814
6 changed files with 56 additions and 8 deletions

View File

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

View File

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

View File

@ -1,12 +1,12 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="versionprefix">3.1.7</param>
<param name="versionprefix">3.1.12</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.7</param>
<param name="revision">refs/tags/3.1.12</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>

View File

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

View File

@ -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

View File

@ -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