Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zipp for openSUSE:Factory checked in at 2022-01-11 21:17:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zipp (Old) and /work/SRC/openSUSE:Factory/.python-zipp.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zipp" Tue Jan 11 21:17:10 2022 rev:14 rq:945425 version:3.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes 2021-10-20 20:24:15.097376865 +0200 +++ /work/SRC/openSUSE:Factory/.python-zipp.new.1892/python-zipp.changes 2022-01-11 21:20:32.093012224 +0100 @@ -1,0 +2,11 @@ +Tue Jan 4 16:40:24 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 3.7.0: + * Require Python 3.7 or later. + +------------------------------------------------------------------- +Tue Jan 4 14:41:33 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- add python-rpm-macros buildrequires + +------------------------------------------------------------------- Old: ---- zipp-3.6.0.tar.gz New: ---- zipp-3.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zipp.spec ++++++ --- /var/tmp/diff_new_pack.Hw4ijz/_old 2022-01-11 21:20:32.653012618 +0100 +++ /var/tmp/diff_new_pack.Hw4ijz/_new 2022-01-11 21:20:32.653012618 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -27,7 +28,7 @@ %bcond_with test %endif Name: python-zipp%{psuffix} -Version: 3.6.0 +Version: 3.7.0 Release: 0 Summary: Pathlib-compatible object wrapper for zip files License: MIT @@ -38,6 +39,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toml} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-more-itertools BuildArch: noarch %if %{with test} ++++++ zipp-3.6.0.tar.gz -> zipp-3.7.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zipp-3.6.0/.github/workflows/main.yml new/zipp-3.7.0/.github/workflows/main.yml --- old/zipp-3.6.0/.github/workflows/main.yml 2021-09-29 17:33:32.000000000 +0200 +++ new/zipp-3.7.0/.github/workflows/main.yml 2021-12-31 01:01:49.000000000 +0100 @@ -7,13 +7,21 @@ strategy: matrix: python: - - 3.6 + - 3.7 - 3.9 - - 3.10.0-alpha - 3.10.99 - platform: [ubuntu-latest, macos-latest, windows-latest] + - "3.10" + platform: + - ubuntu-latest + - macos-latest + - windows-latest runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v2 + with: + # fetch all branches and tags (to get tags for versioning) + # ref actions/checkout#448 + fetch-depth: 0 + - name: Setup Python uses: actions/setup-python@v2 with: @@ -34,7 +42,7 @@ - name: Setup Python uses: actions/setup-python@v2 with: - python-version: 3.9 + python-version: "3.10" - name: Install tox run: | python -m pip install tox diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zipp-3.6.0/CHANGES.rst new/zipp-3.7.0/CHANGES.rst --- old/zipp-3.6.0/CHANGES.rst 2021-09-29 17:33:32.000000000 +0200 +++ new/zipp-3.7.0/CHANGES.rst 2021-12-31 01:01:49.000000000 +0100 @@ -1,3 +1,8 @@ +v3.7.0 +====== + +Require Python 3.7 or later. + v3.6.0 ====== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zipp-3.6.0/PKG-INFO new/zipp-3.7.0/PKG-INFO --- old/zipp-3.6.0/PKG-INFO 2021-09-29 17:33:52.514101700 +0200 +++ new/zipp-3.7.0/PKG-INFO 2021-12-31 01:02:09.172931400 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: zipp -Version: 3.6.0 +Version: 3.7.0 Summary: Backport of pathlib-compatible object wrapper for zip files Home-page: https://github.com/jaraco/zipp Author: Jason R. Coombs @@ -12,7 +12,7 @@ Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3 :: Only -Requires-Python: >=3.6 +Requires-Python: >=3.7 Provides-Extra: testing Provides-Extra: docs License-File: LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zipp-3.6.0/pyproject.toml new/zipp-3.7.0/pyproject.toml --- old/zipp-3.6.0/pyproject.toml 2021-09-29 17:33:32.000000000 +0200 +++ new/zipp-3.7.0/pyproject.toml 2021-12-31 01:01:49.000000000 +0100 @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=56", "wheel", "setuptools_scm[toml]>=3.4.1"] +requires = ["setuptools>=56", "setuptools_scm[toml]>=3.4.1"] build-backend = "setuptools.build_meta" [tool.black] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zipp-3.6.0/pytest.ini new/zipp-3.7.0/pytest.ini --- old/zipp-3.6.0/pytest.ini 2021-09-29 17:33:32.000000000 +0200 +++ new/zipp-3.7.0/pytest.ini 2021-12-31 01:01:49.000000000 +0100 @@ -2,10 +2,6 @@ norecursedirs=dist build .tox .eggs addopts=--doctest-modules doctest_optionflags=ALLOW_UNICODE ELLIPSIS -# workaround for warning pytest-dev/pytest#6178 -junit_family=xunit2 filterwarnings= # Suppress deprecation warning in flake8 ignore:SelectableGroups dict interface is deprecated::flake8 - # Suppress deprecation warning in pypa/packaging#433 - ignore:The distutils package is deprecated::packaging.tags diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zipp-3.6.0/setup.cfg new/zipp-3.7.0/setup.cfg --- old/zipp-3.6.0/setup.cfg 2021-09-29 17:33:52.514101700 +0200 +++ new/zipp-3.7.0/setup.cfg 2021-12-31 01:02:09.172931400 +0100 @@ -16,7 +16,7 @@ packages = find_namespace: py_modules = zipp include_package_data = true -python_requires = >=3.6 +python_requires = >=3.7 install_requires = [options.packages.find] @@ -28,7 +28,7 @@ [options.extras_require] testing = - pytest >= 4.6 + pytest >= 6 pytest-checkdocs >= 2.4 pytest-flake8 pytest-black >= 0.3.7; \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zipp-3.6.0/tox.ini new/zipp-3.7.0/tox.ini --- old/zipp-3.6.0/tox.ini 2021-09-29 17:33:32.000000000 +0200 +++ new/zipp-3.7.0/tox.ini 2021-12-31 01:01:49.000000000 +0100 @@ -11,9 +11,6 @@ pytest {posargs} usedevelop = True extras = testing -setenv = - # workaround pypa/pip#9143 - PIP_USE_DEPRECATED=legacy-resolver [testenv:docs] extras = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zipp-3.6.0/zipp.egg-info/PKG-INFO new/zipp-3.7.0/zipp.egg-info/PKG-INFO --- old/zipp-3.6.0/zipp.egg-info/PKG-INFO 2021-09-29 17:33:52.000000000 +0200 +++ new/zipp-3.7.0/zipp.egg-info/PKG-INFO 2021-12-31 01:02:09.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: zipp -Version: 3.6.0 +Version: 3.7.0 Summary: Backport of pathlib-compatible object wrapper for zip files Home-page: https://github.com/jaraco/zipp Author: Jason R. Coombs @@ -12,7 +12,7 @@ Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3 :: Only -Requires-Python: >=3.6 +Requires-Python: >=3.7 Provides-Extra: testing Provides-Extra: docs License-File: LICENSE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zipp-3.6.0/zipp.egg-info/requires.txt new/zipp-3.7.0/zipp.egg-info/requires.txt --- old/zipp-3.6.0/zipp.egg-info/requires.txt 2021-09-29 17:33:52.000000000 +0200 +++ new/zipp-3.7.0/zipp.egg-info/requires.txt 2021-12-31 01:02:09.000000000 +0100 @@ -5,7 +5,7 @@ rst.linker>=1.9 [testing] -pytest>=4.6 +pytest>=6 pytest-checkdocs>=2.4 pytest-flake8 pytest-cov