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:
parent
052e65533b
commit
2d8cddc6c0
@ -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>
|
Mon Jul 22 11:23:27 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-zipp%{psuffix}
|
Name: python-zipp%{psuffix}
|
||||||
Version: 0.5.2
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pathlib-compatible object wrapper for zip files
|
Summary: Pathlib-compatible object wrapper for zip files
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -41,8 +41,10 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: python-unittest2
|
BuildRequires: python-unittest2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
|
BuildRequires: %{python_module more-itertools}
|
||||||
BuildRequires: %{python_module pytest >= 3.5}
|
BuildRequires: %{python_module pytest >= 3.5}
|
||||||
%endif
|
%endif
|
||||||
|
Requires: python-more-itertools
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%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