Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-backports.entry_points_selectable for openSUSE:Factory checked in at 2022-02-03 23:15:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-backports.entry_points_selectable (Old) and /work/SRC/openSUSE:Factory/.python-backports.entry_points_selectable.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-backports.entry_points_selectable" Thu Feb 3 23:15:59 2022 rev:3 rq:948487 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-backports.entry_points_selectable/python-backports.entry_points_selectable.changes 2021-10-04 18:39:07.365975438 +0200 +++ /work/SRC/openSUSE:Factory/.python-backports.entry_points_selectable.new.1898/python-backports.entry_points_selectable.changes 2022-02-03 23:16:25.108640620 +0100 @@ -1,0 +2,6 @@ +Mon Jan 24 21:36:45 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.1.1 + Refreshed packaging. + +------------------------------------------------------------------- Old: ---- backports.entry_points_selectable-1.1.0.tar.gz New: ---- backports.entry_points_selectable-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-backports.entry_points_selectable.spec ++++++ --- /var/tmp/diff_new_pack.PkVTjK/_old 2022-02-03 23:16:25.896635242 +0100 +++ /var/tmp/diff_new_pack.PkVTjK/_new 2022-02-03 23:16:25.900635214 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-backports.entry_points_selectable # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-backports.entry_points_selectable -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Compatibility shim providing selectable entry points for older implementations License: MIT ++++++ backports.entry_points_selectable-1.1.0.tar.gz -> backports.entry_points_selectable-1.1.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/.editorconfig new/backports.entry_points_selectable-1.1.1/.editorconfig --- old/backports.entry_points_selectable-1.1.0/.editorconfig 2021-06-05 15:50:49.000000000 +0200 +++ new/backports.entry_points_selectable-1.1.1/.editorconfig 2021-11-09 03:14:42.000000000 +0100 @@ -9,6 +9,7 @@ [*.py] indent_style = space +max_line_length = 88 [*.{yml,yaml}] indent_style = space diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/.github/workflows/main.yml new/backports.entry_points_selectable-1.1.1/.github/workflows/main.yml --- old/backports.entry_points_selectable-1.1.0/.github/workflows/main.yml 2021-06-05 15:50:49.000000000 +0200 +++ new/backports.entry_points_selectable-1.1.1/.github/workflows/main.yml 2021-11-09 03:14:42.000000000 +0100 @@ -10,8 +10,11 @@ - 2.7 - 3.6 - 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 @@ -35,7 +38,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/backports.entry_points_selectable-1.1.0/.pre-commit-config.yaml new/backports.entry_points_selectable-1.1.1/.pre-commit-config.yaml --- old/backports.entry_points_selectable-1.1.0/.pre-commit-config.yaml 2021-06-05 15:50:49.000000000 +0200 +++ new/backports.entry_points_selectable-1.1.1/.pre-commit-config.yaml 2021-11-09 03:14:42.000000000 +0100 @@ -3,8 +3,3 @@ rev: 20.8b1 hooks: - id: black - -- repo: https://github.com/asottile/blacken-docs - rev: v1.9.1 - hooks: - - id: blacken-docs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/CHANGES.rst new/backports.entry_points_selectable-1.1.1/CHANGES.rst --- old/backports.entry_points_selectable-1.1.0/CHANGES.rst 2021-06-05 15:50:49.000000000 +0200 +++ new/backports.entry_points_selectable-1.1.1/CHANGES.rst 2021-11-09 03:14:42.000000000 +0100 @@ -1,3 +1,8 @@ +v1.1.1 +====== + +Refreshed packaging. + v1.1.0 ====== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/PKG-INFO new/backports.entry_points_selectable-1.1.1/PKG-INFO --- old/backports.entry_points_selectable-1.1.0/PKG-INFO 2021-06-05 15:51:07.300535000 +0200 +++ new/backports.entry_points_selectable-1.1.1/PKG-INFO 2021-11-09 03:15:10.052989700 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: backports.entry_points_selectable -Version: 1.1.0 +Version: 1.1.1 Summary: Compatibility shim providing selectable entry points for older implementations Home-page: https://github.com/jaraco/backports.entry_points_selectable Author: Jason R. Coombs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/backports.entry_points_selectable.egg-info/PKG-INFO new/backports.entry_points_selectable-1.1.1/backports.entry_points_selectable.egg-info/PKG-INFO --- old/backports.entry_points_selectable-1.1.0/backports.entry_points_selectable.egg-info/PKG-INFO 2021-06-05 15:51:07.000000000 +0200 +++ new/backports.entry_points_selectable-1.1.1/backports.entry_points_selectable.egg-info/PKG-INFO 2021-11-09 03:15:10.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: backports.entry-points-selectable -Version: 1.1.0 +Version: 1.1.1 Summary: Compatibility shim providing selectable entry points for older implementations Home-page: https://github.com/jaraco/backports.entry_points_selectable Author: Jason R. Coombs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/backports.entry_points_selectable.egg-info/requires.txt new/backports.entry_points_selectable-1.1.1/backports.entry_points_selectable.egg-info/requires.txt --- old/backports.entry_points_selectable-1.1.0/backports.entry_points_selectable.egg-info/requires.txt 2021-06-05 15:51:07.000000000 +0200 +++ new/backports.entry_points_selectable-1.1.1/backports.entry_points_selectable.egg-info/requires.txt 2021-11-09 03:15:10.000000000 +0100 @@ -8,14 +8,14 @@ rst.linker>=1.9 [testing] -pytest>=4.6 +pytest pytest-flake8 pytest-cov -[testing:platform_python_implementation != "PyPy" and python_version < "3.10"] +[testing:platform_python_implementation != "PyPy"] pytest-black>=0.3.7 -[testing:platform_python_implementation != "PyPy" and python_version < "3.10" and python_version >= "3"] +[testing:platform_python_implementation != "PyPy" and python_version >= "3"] pytest-mypy [testing:python_version >= "3"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/docs/conf.py new/backports.entry_points_selectable-1.1.1/docs/conf.py --- old/backports.entry_points_selectable-1.1.0/docs/conf.py 2021-06-05 15:50:49.000000000 +0200 +++ new/backports.entry_points_selectable-1.1.1/docs/conf.py 2021-11-09 03:14:42.000000000 +0100 @@ -27,3 +27,10 @@ # Be strict about any broken references: nitpicky = True + +# Include Python intersphinx mapping to prevent failures +# jaraco/skeleton#51 +extensions += ['sphinx.ext.intersphinx'] +intersphinx_mapping = { + 'python': ('https://docs.python.org/3', None), +} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/pyproject.toml new/backports.entry_points_selectable-1.1.1/pyproject.toml --- old/backports.entry_points_selectable-1.1.0/pyproject.toml 2021-06-05 15:50:49.000000000 +0200 +++ new/backports.entry_points_selectable-1.1.1/pyproject.toml 2021-11-09 03:14:42.000000000 +0100 @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4.1"] +requires = ["setuptools>=56; python_version >= '3.6'", "setuptools; python_version < '3'", "setuptools_scm[toml]>=3.4.1"] build-backend = "setuptools.build_meta" [tool.black] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/pytest.ini new/backports.entry_points_selectable-1.1.1/pytest.ini --- old/backports.entry_points_selectable-1.1.0/pytest.ini 2021-06-05 15:50:49.000000000 +0200 +++ new/backports.entry_points_selectable-1.1.1/pytest.ini 2021-11-09 03:14:42.000000000 +0100 @@ -2,8 +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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/setup.cfg new/backports.entry_points_selectable-1.1.1/setup.cfg --- old/backports.entry_points_selectable-1.1.0/setup.cfg 2021-06-05 15:51:07.300535000 +0200 +++ new/backports.entry_points_selectable-1.1.1/setup.cfg 2021-11-09 03:15:10.052989700 +0100 @@ -1,6 +1,4 @@ [metadata] -license_files = - LICENSE name = backports.entry_points_selectable author = Jason R. Coombs author_email = jar...@jaraco.com @@ -30,12 +28,14 @@ [options.extras_require] testing = - pytest >= 4.6 + pytest pytest-checkdocs >= 2.4; python_version >= "3" pytest-flake8 - pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10" + pytest-black >= 0.3.7; \ + python_implementation != "PyPy" pytest-cov - pytest-mypy; python_implementation != "PyPy" and python_version < "3.10" and python_version >= "3" + pytest-mypy; \ + python_implementation != "PyPy" and python_version >= "3" pytest-enabler >= 1.0.1; python_version >= "3" docs = sphinx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/backports.entry_points_selectable-1.1.0/tox.ini new/backports.entry_points_selectable-1.1.1/tox.ini --- old/backports.entry_points_selectable-1.1.0/tox.ini 2021-06-05 15:50:49.000000000 +0200 +++ new/backports.entry_points_selectable-1.1.1/tox.ini 2021-11-09 03:14:42.000000000 +0100 @@ -26,7 +26,6 @@ deps = build twine>=3 - path jaraco.develop>=7.1 passenv = TWINE_PASSWORD @@ -34,7 +33,7 @@ setenv = TWINE_USERNAME = {env:TWINE_USERNAME:__token__} commands = - python -c "import path; path.Path('dist').rmtree_p()" + python -c "import shutil; shutil.rmtree('dist', ignore_errors=True)" python -m build python -m twine upload dist/* python -m jaraco.develop.create-github-release