14
0

- Update to version 3.1.31.1676565040.f253335:

* prepare next release
  * Add test asserting that get_values works by itself
  * Update cmd.py
  * Fix RecursionError when iterating streams
  * Update docs
  * Add additional assertions to test_base.py
  * Updated diff test to use different similarity thresholds
  * Add check to test bare repo
  * Added diff test to disable rename detection
  * fixed lint error
  * Enable user to override default diff -M arg
  * Remove optional from two member variables
  * Fix timezone parsing functions for non-hour timezones
  * Raise exception if return code from check-ignore is not 1
  * Add test to verify GitCommandError is raised when check-ignore is run against a file behind a symlink
  * Add test_ignored_items_reported
  * Lint with Flake8 via pre-commit
  * Upgrade Python syntax with pyupgrade --py37-plus
  * Fix typo
  * Declare support for Python 3.11
  * fix files list on file rename
  * get_values eagerly loads sections before return
  * Fix some resource leaks by open file handles
  * fix clone_from_unsafe_protocol tests
  * replace tempfile.mkdtemp w/ tempfile.TemporaryDirectory
  * fix/add allow_unsafe_* params in docstrings + fix typo
  * tests: Use `command -v` instead of third-party `which` program
  * Fix Sphinx rendering errors
- Give up on tests for now, gh#gitpython-developers/GitPython#914

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GitPython?expand=0&rev=51
This commit is contained in:
2023-05-11 17:33:37 +00:00
committed by Git OBS Bridge
parent 53a10e6116
commit 6eee14faa9
8 changed files with 75 additions and 39 deletions

View File

@@ -1,12 +1,12 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="versionprefix">3.1.30</param>
<param name="versionprefix">3.1.31</param>
<param name="url">https://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">141cd651e459bff8919798b3ccf03dfa167757f6</param>
<param name="revision">3.1.31</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>