Accepting request 727034 from home:mcalabkova:branches:devel:languages:python

- update to 0.6.0
  * When adding implicit dirs, ensure that ancestral directories 
    are added and that duplicates are excluded.
  * The library now relies on more_itertools.

OBS-URL: https://build.opensuse.org/request/show/727034
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zipp?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal 2019-08-30 00:48:40 +00:00 committed by Git OBS Bridge
parent 052e65533b
commit 2d8cddc6c0
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 29 14:07:59 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.6.0
* When adding implicit dirs, ensure that ancestral directories
are added and that duplicates are excluded.
* The library now relies on more_itertools.
-------------------------------------------------------------------
Mon Jul 22 11:23:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-zipp%{psuffix}
Version: 0.5.2
Version: 0.6.0
Release: 0
Summary: Pathlib-compatible object wrapper for zip files
License: MIT
@ -41,8 +41,10 @@ BuildRequires: python-rpm-macros
BuildRequires: python-unittest2
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module more-itertools}
BuildRequires: %{python_module pytest >= 3.5}
%endif
Requires: python-more-itertools
%python_subpackages
%description

View File

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

3
zipp-0.6.0.tar.gz Normal file
View File

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