1
0

Accepting request 730633 from devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/730633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dulwich?expand=0&rev=28
This commit is contained in:
Yuchen Lin 2019-09-17 11:36:21 +00:00 committed by Git OBS Bridge
parent bd031d7472
commit 3e1c199fd9
4 changed files with 16 additions and 4 deletions

View File

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

3
dulwich-0.19.13.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Sep 13 08:37:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tbechtold@suse.com>

View File

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