Accepting request 727096 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/727096 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zipp?expand=0&rev=7
This commit is contained in:
commit
9b2464869f
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
3
zipp-0.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e
|
||||
size 10778
|
Loading…
Reference in New Issue
Block a user