diff --git a/contextlib2-0.5.5.tar.gz b/contextlib2-0.5.5.tar.gz deleted file mode 100644 index da9faab466aae579c7b98cfcf5b12dfb949ae3e0..0000000000000000000000000000000000000000 Binary files a/contextlib2-0.5.5.tar.gz and /dev/null differ diff --git a/contextlib2-21.6.0.tar.gz b/contextlib2-21.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f560310b78880d7501fe8d7bc1ced230a310d567 Binary files /dev/null and b/contextlib2-21.6.0.tar.gz differ diff --git a/python-contextlib2.spec b/python-contextlib2.spec index 83175e9c95c189055c6dcab4e28cdd865efc6cb5..ed8ae8d7ba3f29c8b9dc5c22b822a01a24461793 100644 --- a/python-contextlib2.spec +++ b/python-contextlib2.spec @@ -1,7 +1,7 @@ %{!?_licensedir: %global license %%doc} Name: python-contextlib2 -Version: 0.5.5 -Release: 10 +Version: 21.6.0 +Release: 1 Summary: Backports and enhancements for the contextlib module License: Python URL: https://pypi.io/project/contextlib2 @@ -38,9 +38,7 @@ cd %{py3dir} %{__python3} setup.py install -O1 --skip-build --root=%{buildroot} %check -cd %{py3dir} -%{__python3} test_contextlib2.py -cd - +python3 -m unittest discover -v %files -n python3-contextlib2 %doc README.rst VERSION.txt NEWS.rst @@ -48,7 +46,11 @@ cd - %{python3_sitelib}/* %changelog +* Tue Oct 18 2022 Ge Wang - 21.6.0-1 +- Update to version 21.6.0 + * Wed Oct 21 2020 zhangtao - 0.5.5-10 - delete python2 + * Wed Mar 4 2020 zhujunhao - 0.5.5-9 - Package init