diff --git a/python-zipp.changes b/python-zipp.changes index 665a524..a3b3393 100644 --- a/python-zipp.changes +++ b/python-zipp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 29 14:07:59 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-zipp.spec b/python-zipp.spec index c735df1..2299071 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -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 diff --git a/zipp-0.5.2.tar.gz b/zipp-0.5.2.tar.gz deleted file mode 100644 index 26f9561..0000000 --- a/zipp-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4970c3758f4e89a7857a973b1e2a5d75bcdc47794442f2e2dd4fe8e0466e809a -size 10875 diff --git a/zipp-0.6.0.tar.gz b/zipp-0.6.0.tar.gz new file mode 100644 index 0000000..ce34f87 --- /dev/null +++ b/zipp-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e +size 10778