Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-contextlib2 for openSUSE:Factory checked in at 2021-07-25 20:09:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-contextlib2 (Old) and /work/SRC/openSUSE:Factory/.python-contextlib2.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-contextlib2" Sun Jul 25 20:09:07 2021 rev:6 rq:907707 version:21.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-contextlib2/python-contextlib2.changes 2020-06-11 14:38:39.264253249 +0200 +++ /work/SRC/openSUSE:Factory/.python-contextlib2.new.1899/python-contextlib2.changes 2021-07-25 20:09:10.367449742 +0200 @@ -1,0 +2,33 @@ +Thu Jul 22 09:59:38 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Update to 21.6.0: + - License update: due to the inclusion of type hints from the + typeshed project, the contextlib2 project is now under a + combination of the Python Software License (existing license) + and the Apache License 2.0 (typeshed license) + - Switched to calendar based versioning using a + ???year???-???month???-???serial??? scheme, rather than + continuing with pre-1.0 semantic versioning + - Due to the inclusion of asynchronous features from Python + 3.7+, the minimum supported Python version is now Python 3.6 + (#29) + - Synchronised with the Python 3.10 version of contextlib + (#12), making the following new features available on Python + 3.6+: + - asyncontextmanager (added in Python 3.7, enhanced in Python 3.10) + - aclosing (added in Python 3.10) + - AbstractAsyncContextManager (added in Python 3.7) + - AsyncContextDecorator (added in Python 3.10) + - AsyncExitStack (added in Python 3.7) + - async support in nullcontext (Python 3.10) + - contextlib2 now includes an adapted copy of the contextlib + type hints from typeshed (the adaptation removes the Python + version dependencies from the API definition) (#33) + - to incorporate the type hints stub file and the py.typed + marker file, contextlib2 is now installed as a package rather + than as a module + - Updates to the default compatibility testing matrix: + - Added: CPython 3.9, CPython 3.10 + - Dropped: CPython 2.7, CPython 3.5, PyPy2 + +------------------------------------------------------------------- Old: ---- contextlib2-0.6.0.tar.gz New: ---- contextlib2-21.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-contextlib2.spec ++++++ --- /var/tmp/diff_new_pack.9qRmeC/_old 2021-07-25 20:09:11.011449025 +0200 +++ /var/tmp/diff_new_pack.9qRmeC/_new 2021-07-25 20:09:11.011449025 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-contextlib2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2014 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -20,22 +20,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-contextlib2 -Version: 0.6.0 +Version: 21.6.0 Release: 0 Summary: Backports and enhancements for the contextlib module -License: Python-2.0 +License: Apache-2.0 AND Python-2.0 Group: Development/Languages/Python -URL: http://contextlib2.readthedocs.org +URL: https://contextlib2.readthedocs.org Source: https://files.pythonhosted.org/packages/source/c/contextlib2/contextlib2-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildArch: noarch # SECTION test requirements %if %{with python2} BuildRequires: python-unittest2 %endif # /SECTION -BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildArch: noarch %python_subpackages %description @@ -56,7 +56,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python test_contextlib2.py +%pyunittest discover -v %files %{python_files} %license LICENSE.txt ++++++ contextlib2-0.6.0.tar.gz -> contextlib2-21.6.0.tar.gz ++++++ ++++ 6889 lines of diff (skipped)