Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jsonschema-specifications for openSUSE:Factory checked in at 2023-07-24 18:12:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jsonschema-specifications (Old) and /work/SRC/openSUSE:Factory/.python-jsonschema-specifications.new.1467 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonschema-specifications" Mon Jul 24 18:12:24 2023 rev:6 rq:1099484 version:2023.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jsonschema-specifications/python-jsonschema-specifications.changes 2023-06-26 18:16:52.718679552 +0200 +++ /work/SRC/openSUSE:Factory/.python-jsonschema-specifications.new.1467/python-jsonschema-specifications.changes 2023-07-24 18:13:07.953623142 +0200 @@ -1,0 +2,7 @@ +Tue Jul 18 18:58:19 UTC 2023 - Johannes Kastl <ka...@b1-systems.de> + +- update to 2023.7.1: + no changelog, only diff available at + https://github.com/python-jsonschema/jsonschema-specifications/compare/v2023.06.1...v2023.07.1 + +------------------------------------------------------------------- Old: ---- jsonschema_specifications-2023.6.1.tar.gz New: ---- jsonschema_specifications-2023.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jsonschema-specifications.spec ++++++ --- /var/tmp/diff_new_pack.V82g4p/_old 2023-07-24 18:13:08.473626203 +0200 +++ /var/tmp/diff_new_pack.V82g4p/_new 2023-07-24 18:13:08.477626226 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-jsonschema-specifications -Version: 2023.6.1 +Version: 2023.7.1 Release: 0 Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry License: MIT ++++++ jsonschema_specifications-2023.6.1.tar.gz -> jsonschema_specifications-2023.7.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.6.1/.github/workflows/ci.yml new/jsonschema_specifications-2023.7.1/.github/workflows/ci.yml --- old/jsonschema_specifications-2023.6.1/.github/workflows/ci.yml 2020-02-02 01:00:00.000000000 +0100 +++ new/jsonschema_specifications-2023.7.1/.github/workflows/ci.yml 2020-02-02 01:00:00.000000000 +0100 @@ -52,9 +52,7 @@ steps: - uses: actions/checkout@v3 - name: Install dependencies - run: > - sudo apt-get update && - sudo apt-get install -y libenchant-2-dev + run: sudo apt-get update && sudo apt-get install -y libenchant-2-dev if: runner.os == 'Linux' && startsWith(matrix.noxenv, 'docs') - name: Install dependencies run: brew install enchant @@ -62,11 +60,18 @@ - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.x" + python-version: | + 3.8 + 3.9 + 3.10 + 3.11 + 3.12 + pypy3.10 + allow-prereleases: true - name: Set up nox uses: wntrblm/nox@2023.04.22 - name: Run nox - run: nox -s "${{ matrix.noxenv }}" + run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }} packaging: needs: ci diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.6.1/.pre-commit-config.yaml new/jsonschema_specifications-2023.7.1/.pre-commit-config.yaml --- old/jsonschema_specifications-2023.6.1/.pre-commit-config.yaml 2020-02-02 01:00:00.000000000 +0100 +++ new/jsonschema_specifications-2023.7.1/.pre-commit-config.yaml 2020-02-02 01:00:00.000000000 +0100 @@ -14,8 +14,8 @@ - id: mixed-line-ending args: [--fix, lf] - id: trailing-whitespace - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.270" + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: "v0.0.278" hooks: - id: ruff - repo: https://github.com/PyCQA/isort @@ -23,12 +23,12 @@ hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - name: black id: black args: ["--line-length", "79"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.0" hooks: - id: prettier diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.6.1/PKG-INFO new/jsonschema_specifications-2023.7.1/PKG-INFO --- old/jsonschema_specifications-2023.6.1/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 +++ new/jsonschema_specifications-2023.7.1/PKG-INFO 2020-02-02 01:00:00.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: jsonschema-specifications -Version: 2023.6.1 +Version: 2023.7.1 Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry Project-URL: Documentation, https://jsonschema-specifications.readthedocs.io/ Project-URL: Homepage, https://github.com/python-jsonschema/jsonschema-specifications @@ -20,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: Implementation :: PyPy Classifier: Topic :: File Formats :: JSON :: JSON Schema diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.6.1/noxfile.py new/jsonschema_specifications-2023.7.1/noxfile.py --- old/jsonschema_specifications-2023.6.1/noxfile.py 2020-02-02 01:00:00.000000000 +0100 +++ new/jsonschema_specifications-2023.7.1/noxfile.py 2020-02-02 01:00:00.000000000 +0100 @@ -1,4 +1,5 @@ from pathlib import Path +from tempfile import TemporaryDirectory import os import nox @@ -21,7 +22,7 @@ return _session -@session(python=["3.8", "3.9", "3.10", "3.11", "pypy3"]) +@session(python=["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3"]) def tests(session): session.install("pytest", ROOT) env = dict(os.environ, PYTHONWARNDEFAULTENCODING="1") @@ -36,17 +37,10 @@ @session(tags=["build"]) def build(session): - session.install("build") - tmpdir = session.create_tmp() - session.run("python", "-m", "build", ROOT, "--outdir", tmpdir) - - -@session(tags=["style"]) -def readme(session): session.install("build", "twine") - tmpdir = session.create_tmp() - session.run("python", "-m", "build", ROOT, "--outdir", tmpdir) - session.run("python", "-m", "twine", "check", "--strict", tmpdir + "/*") + with TemporaryDirectory() as tmpdir: + session.run("python", "-m", "build", ROOT, "--outdir", tmpdir) + session.run("twine", "check", "--strict", tmpdir + "/*") @session(tags=["style"]) @@ -77,20 +71,21 @@ ) def docs(session, builder): session.install("-r", DOCS / "requirements.txt") - tmpdir = Path(session.create_tmp()) - argv = ["-n", "-T", "-W"] - if builder != "spelling": - argv += ["-q"] - session.run( - "python", - "-m", - "sphinx", - "-b", - builder, - DOCS, - tmpdir / builder, - *argv, - ) + with TemporaryDirectory() as tmpdir_str: + tmpdir = Path(tmpdir_str) + argv = ["-n", "-T", "-W"] + if builder != "spelling": + argv += ["-q"] + session.run( + "python", + "-m", + "sphinx", + "-b", + builder, + DOCS, + tmpdir / builder, + *argv, + ) @session(tags=["docs", "style"], name="docs(style)") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.6.1/pyproject.toml new/jsonschema_specifications-2023.7.1/pyproject.toml --- old/jsonschema_specifications-2023.6.1/pyproject.toml 2020-02-02 01:00:00.000000000 +0100 +++ new/jsonschema_specifications-2023.7.1/pyproject.toml 2020-02-02 01:00:00.000000000 +0100 @@ -31,12 +31,12 @@ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: File Formats :: JSON :: JSON Schema", ] dynamic = ["version"] - dependencies = [ "referencing>=0.28.0", "importlib_resources>=1.4.0;python_version<'3.9'",