diff --git a/GitPython-2.1.11.tar.gz b/GitPython-2.1.11.tar.gz new file mode 100644 index 0000000..105ad2e --- /dev/null +++ b/GitPython-2.1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8 +size 428531 diff --git a/GitPython-2.1.9.tar.gz b/GitPython-2.1.9.tar.gz deleted file mode 100644 index ab4c43d..0000000 --- a/GitPython-2.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c47cc31af6e88979c57a33962cbc30a7c25508d74a1b3a19ec5aa7ed64b03129 -size 429598 diff --git a/python-GitPython.changes b/python-GitPython.changes index f54930c..ce63dbd 100644 --- a/python-GitPython.changes +++ b/python-GitPython.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Aug 7 14:58:46 UTC 2018 - toddrme2178@gmail.com + +- update to 2.1.11 + * Update test_docs.py + * Dedent code blocks in tutorial. + * Exception when constructing a Repo() from a pathlib.Path acknowledged help wanted + * Allow pathlib.Path in Repo.__init__ + * Fix exception on import in MacOS + * Failed import raises non-ImportError exception on MacOS +- update to 2.1.10 + * Fix rename change type & support 'change in type' acknowledged + * Configurable chunk size + * Avoid from_timestamp() function to raise an exception when the offset… + * Adding files to repository that is located directly in the root acknowledged + * git: index: base: use os.path.relpath + ------------------------------------------------------------------- Sat Apr 14 17:16:15 UTC 2018 - arun@gmx.de diff --git a/python-GitPython.spec b/python-GitPython.spec index b955a16..07ded20 100644 --- a/python-GitPython.spec +++ b/python-GitPython.spec @@ -18,9 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} # Requires test files missing from the pypi source archive +# See: https://github.com/gitpython-developers/GitPython/pull/788 %bcond_with test Name: python-GitPython -Version: 2.1.9 +Version: 2.1.11 Release: 0 Summary: Python Git Library License: BSD-3-Clause