diff --git a/dulwich-0.19.11.tar.gz b/dulwich-0.19.11.tar.gz deleted file mode 100644 index f998667..0000000 --- a/dulwich-0.19.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afbe070f6899357e33f63f3f3696e601731fef66c64a489dea1bc9f539f4a725 -size 364581 diff --git a/dulwich-0.19.13.tar.gz b/dulwich-0.19.13.tar.gz new file mode 100644 index 0000000..5ce13b4 --- /dev/null +++ b/dulwich-0.19.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa628449c5f594a9a282f4d9e5993fef65481ef5e3b9b6c52ff31200f8f5dc95 +size 368609 diff --git a/python-dulwich.changes b/python-dulwich.changes index 5dc23df..bbaae59 100644 --- a/python-dulwich.changes +++ b/python-dulwich.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 13 08:37:00 UTC 2019 - Tomáš Chvátal + +- Update to 0.19.13: + * Don't trust modes if they can't be modified after a file has been created. + * Implement ``RefsContainer.__iter__`` + * Mark ``.git`` directories as hidden on Windows. + * Return a 404 not found error when repository is not found. + * Add a basic ``porcelain.clean``. + * Update directory detection for `get_unstaged_changes` for Python 3. + * Avoid ``PermissionError``, since it is Python3-specific. + ------------------------------------------------------------------- Fri Apr 26 06:06:16 UTC 2019 - Thomas Bechtold diff --git a/python-dulwich.spec b/python-dulwich.spec index 6683cfe..643e145 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -19,7 +19,7 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dulwich -Version: 0.19.11 +Version: 0.19.13 Release: 0 Summary: Pure-Python Git Library License: GPL-2.0-or-later OR Apache-2.0