diff --git a/python-zipp.changes b/python-zipp.changes index 3a0515f..aaf567c 100644 --- a/python-zipp.changes +++ b/python-zipp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 29 19:02:36 UTC 2022 - Dirk Müller + +- update to 3.8.0: + * Removed compatibility code. + ------------------------------------------------------------------- Tue Jan 4 16:40:24 UTC 2022 - Dirk Müller diff --git a/python-zipp.spec b/python-zipp.spec index bae5fe5..5487257 100644 --- a/python-zipp.spec +++ b/python-zipp.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-zipp%{psuffix} -Version: 3.7.0 +Version: 3.8.0 Release: 0 Summary: Pathlib-compatible object wrapper for zip files License: MIT @@ -54,6 +54,7 @@ A pathlib-compatible Zipfile object wrapper. %prep %setup -q -n zipp-%{version} +echo "import setuptools; setuptools.setup()" > setup.py # we don't need the extensions for smoke testing rm -f pytest.ini diff --git a/zipp-3.7.0.tar.gz b/zipp-3.7.0.tar.gz deleted file mode 100644 index a7fe103..0000000 --- a/zipp-3.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d -size 12989 diff --git a/zipp-3.8.0.tar.gz b/zipp-3.8.0.tar.gz new file mode 100644 index 0000000..743b951 --- /dev/null +++ b/zipp-3.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bf8aadb83c24db6c4b577e13de374ccfb67da2078beba1d037c17980bf43ad +size 13344