From e1a6d6ce521b91e0accab6403f7776aa44f8037a Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 11 Dec 2024 16:58:47 -0500 Subject: [PATCH] Make python 3.13 version of virtual packages the default. - batch 04 --- py3-pathspec.yaml | 4 ++-- py3-patiencediff.yaml | 4 ++-- py3-pbr.yaml | 4 ++-- py3-peewee.yaml | 4 ++-- py3-pendulum.yaml | 4 ++-- py3-pep517.yaml | 4 ++-- py3-pexpect.yaml | 4 ++-- py3-pickleshare.yaml | 4 ++-- py3-pillow.yaml | 4 ++-- py3-pip-tools.yaml | 4 ++-- py3-pipenv.yaml | 4 ++-- py3-pkgconfig.yaml | 4 ++-- py3-pkginfo.yaml | 4 ++-- py3-pkgutil_resolve_name.yaml | 4 ++-- py3-platformdirs.yaml | 4 ++-- py3-pluggy.yaml | 4 ++-- py3-ply.yaml | 4 ++-- py3-poetry-core.yaml | 4 ++-- py3-poetry.yaml | 4 ++-- py3-portalocker.yaml | 4 ++-- py3-prometheus-client.yaml | 4 ++-- py3-prompt-toolkit.yaml | 4 ++-- py3-propcache.yaml | 4 ++-- py3-proto-plus.yaml | 4 ++-- py3-protobuf.yaml | 4 ++-- py3-psutil.yaml | 4 ++-- py3-psycopg2.yaml | 4 ++-- py3-ptyprocess.yaml | 4 ++-- py3-pure-eval.yaml | 4 ++-- py3-py4j.yaml | 4 ++-- py3-pyaes.yaml | 4 ++-- py3-pyasn1-modules.yaml | 4 ++-- py3-pyasn1.yaml | 4 ++-- py3-pybind11.yaml | 4 ++-- py3-pycosat.yaml | 4 ++-- py3-pycparser.yaml | 4 ++-- py3-pycryptodome.yaml | 4 ++-- py3-pycurl.yaml | 4 ++-- py3-pydantic-core.yaml | 4 ++-- py3-pydantic.yaml | 4 ++-- py3-pydot.yaml | 4 ++-- py3-pyelftools.yaml | 4 ++-- py3-pyfarmhash.yaml | 4 ++-- py3-pygithub.yaml | 4 ++-- py3-pygments.yaml | 4 ++-- py3-pyjwt.yaml | 4 ++-- py3-pykube-ng.yaml | 4 ++-- py3-pymongo.yaml | 4 ++-- py3-pymysql.yaml | 4 ++-- py3-pynacl.yaml | 4 ++-- py3-pyopenssl.yaml | 4 ++-- py3-pyparsing.yaml | 4 ++-- py3-pyperclip.yaml | 4 ++-- py3-pyproject-hooks.yaml | 4 ++-- py3-pyproject-metadata.yaml | 4 ++-- py3-pyrfc3339.yaml | 4 ++-- py3-pyrsistent.yaml | 4 ++-- py3-pytest-timeout.yaml | 4 ++-- py3-pytest.yaml | 4 ++-- py3-python-crfsuite.yaml | 4 ++-- py3-python-daemon.yaml | 4 ++-- py3-python-dateutil.yaml | 4 ++-- py3-python-editor.yaml | 4 ++-- py3-python-gitlab.yaml | 4 ++-- py3-python-json-logger.yaml | 4 ++-- py3-python-lsp-jsonrpc.yaml | 4 ++-- py3-python-pypi-mirror.yaml | 4 ++-- py3-python-slugify.yaml | 4 ++-- py3-pythran.yaml | 4 ++-- py3-pytimeparse.yaml | 4 ++-- py3-pytz.yaml | 4 ++-- py3-pywin32-ctypes.yaml | 4 ++-- py3-pywinpty.yaml | 4 ++-- py3-pyyaml.yaml | 4 ++-- py3-pyzmq.yaml | 4 ++-- py3-rapidfuzz.yaml | 4 ++-- py3-rdflib.yaml | 4 ++-- py3-reactivex.yaml | 4 ++-- py3-recommonmark.yaml | 4 ++-- py3-referencing.yaml | 4 ++-- py3-regex.yaml | 4 ++-- py3-reno.yaml | 4 ++-- py3-requests-oauthlib.yaml | 4 ++-- py3-requests-toolbelt.yaml | 4 ++-- py3-requests-unixsocket.yaml | 4 ++-- py3-requests.yaml | 4 ++-- py3-resolvelib.yaml | 4 ++-- py3-retrying.yaml | 4 ++-- py3-rfc3339-validator.yaml | 4 ++-- py3-rfc3986-validator.yaml | 4 ++-- py3-rich.yaml | 4 ++-- py3-robotframework.yaml | 4 ++-- py3-rouge-score.yaml | 4 ++-- py3-rpds-py.yaml | 4 ++-- py3-rsa.yaml | 4 ++-- py3-ruamel-yaml-clib.yaml | 4 ++-- py3-ruamel-yaml.yaml | 4 ++-- py3-s3transfer.yaml | 4 ++-- py3-sacrebleu.yaml | 4 ++-- py3-scandir.yaml | 4 ++-- py3-scikit-build-core.yaml | 4 ++-- py3-scikit-build.yaml | 4 ++-- 102 files changed, 204 insertions(+), 204 deletions(-) diff --git a/py3-pathspec.yaml b/py3-pathspec.yaml index 87107a4b131..356a16e35c4 100644 --- a/py3-pathspec.yaml +++ b/py3-pathspec.yaml @@ -1,7 +1,7 @@ package: name: py3-pathspec version: 0.12.1 - epoch: 4 + epoch: 5 description: Utility library for gitignore style pattern matching of file paths copyright: - license: MPL-2.0 @@ -17,7 +17,7 @@ data: 3.10: "310" 3.11: "311" 3.12: "312" - 3.13: "300" + 3.13: "313" environment: contents: diff --git a/py3-patiencediff.yaml b/py3-patiencediff.yaml index e07cf651541..eb49296ac2f 100644 --- a/py3-patiencediff.yaml +++ b/py3-patiencediff.yaml @@ -1,7 +1,7 @@ package: name: py3-patiencediff version: 0.2.15 - epoch: 1 + epoch: 2 description: Python implementation of the patiencediff algorithm copyright: - license: GPL-2.0-or-later @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pbr.yaml b/py3-pbr.yaml index eaa5ff36c90..6782f809abc 100644 --- a/py3-pbr.yaml +++ b/py3-pbr.yaml @@ -2,7 +2,7 @@ package: name: py3-pbr version: 6.1.0 - epoch: 2 + epoch: 3 description: Python Build Reasonableness copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: "310" 3.11: "311" 3.12: "312" - 3.13: "300" + 3.13: "313" environment: contents: diff --git a/py3-peewee.yaml b/py3-peewee.yaml index 7e58533536d..8bc001639f8 100644 --- a/py3-peewee.yaml +++ b/py3-peewee.yaml @@ -1,7 +1,7 @@ package: name: py3-peewee version: 3.17.8 - epoch: 0 + epoch: 1 description: a little orm copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pendulum.yaml b/py3-pendulum.yaml index 3cf7edcb17c..6859fddd9ad 100644 --- a/py3-pendulum.yaml +++ b/py3-pendulum.yaml @@ -1,7 +1,7 @@ package: name: py3-pendulum version: 3.0.0 - epoch: 5 + epoch: 6 description: Python datetimes made easy copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pep517.yaml b/py3-pep517.yaml index e5aef1f7808..22b1cd9cc3b 100644 --- a/py3-pep517.yaml +++ b/py3-pep517.yaml @@ -1,7 +1,7 @@ package: name: py3-pep517 version: 0.13.1 - epoch: 2 + epoch: 3 description: wrappers to build python3 packages with PEP 517 hooks copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pexpect.yaml b/py3-pexpect.yaml index dd7d7284367..73c8c0b6d65 100644 --- a/py3-pexpect.yaml +++ b/py3-pexpect.yaml @@ -2,7 +2,7 @@ package: name: py3-pexpect version: 4.8.0 - epoch: 6 + epoch: 7 description: Pexpect allows easy control of interactive console applications. copyright: - license: ISC @@ -21,7 +21,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pickleshare.yaml b/py3-pickleshare.yaml index e73a6894835..509aa587407 100644 --- a/py3-pickleshare.yaml +++ b/py3-pickleshare.yaml @@ -1,7 +1,7 @@ package: name: py3-pickleshare version: 0.7.5 - epoch: 2 + epoch: 3 description: Tiny 'shelve'-like database with concurrency support copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pillow.yaml b/py3-pillow.yaml index 77f15a2a025..639f8024671 100644 --- a/py3-pillow.yaml +++ b/py3-pillow.yaml @@ -1,7 +1,7 @@ package: name: py3-pillow version: 11.0.0 - epoch: 0 + epoch: 1 description: Python Imaging Library (Fork) copyright: - license: HPND @@ -41,7 +41,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' pipeline: - uses: git-checkout diff --git a/py3-pip-tools.yaml b/py3-pip-tools.yaml index 980812a6503..09232967ffd 100644 --- a/py3-pip-tools.yaml +++ b/py3-pip-tools.yaml @@ -1,7 +1,7 @@ package: name: py3-pip-tools version: 7.4.1 - epoch: 1 + epoch: 2 description: A set of command line tools to help you keep your pip-based packages fresh, even when you've pinned them. copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pipenv.yaml b/py3-pipenv.yaml index 310bb9af1c1..e79c3976f36 100644 --- a/py3-pipenv.yaml +++ b/py3-pipenv.yaml @@ -2,7 +2,7 @@ package: name: py3-pipenv version: 2024.4.0 - epoch: 1 + epoch: 2 description: Python Development Workflow for Humans. copyright: - license: MIT @@ -30,7 +30,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' pipeline: - uses: git-checkout diff --git a/py3-pkgconfig.yaml b/py3-pkgconfig.yaml index 6f3105a44cb..361d182d835 100644 --- a/py3-pkgconfig.yaml +++ b/py3-pkgconfig.yaml @@ -1,7 +1,7 @@ package: name: py3-pkgconfig version: 1.5.5 - epoch: 5 + epoch: 6 description: Interface Python with pkg-config copyright: - license: MIT @@ -17,7 +17,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pkginfo.yaml b/py3-pkginfo.yaml index f7946c7c558..708b813796b 100644 --- a/py3-pkginfo.yaml +++ b/py3-pkginfo.yaml @@ -2,7 +2,7 @@ package: name: py3-pkginfo version: 1.12.0 - epoch: 0 + epoch: 1 description: Query metadata from sdists / bdists / installed packages. copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: "310" 3.11: "311" 3.12: "312" - 3.13: "300" + 3.13: "313" environment: contents: diff --git a/py3-pkgutil_resolve_name.yaml b/py3-pkgutil_resolve_name.yaml index 1777f1030e7..0d2342b7c50 100644 --- a/py3-pkgutil_resolve_name.yaml +++ b/py3-pkgutil_resolve_name.yaml @@ -1,7 +1,7 @@ package: name: py3-pkgutil_resolve_name version: 1.3.10 - epoch: 2 + epoch: 3 description: Resolve a name to an object. copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-platformdirs.yaml b/py3-platformdirs.yaml index 5d43d0df45d..37eaddbcf00 100644 --- a/py3-platformdirs.yaml +++ b/py3-platformdirs.yaml @@ -2,7 +2,7 @@ package: name: py3-platformdirs version: 4.3.6 - epoch: 1 + epoch: 2 description: A small Python package for determining appropriate platform-specific dirs, e.g. a "user data dir". copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pluggy.yaml b/py3-pluggy.yaml index 6163649763d..02b111b3a6a 100644 --- a/py3-pluggy.yaml +++ b/py3-pluggy.yaml @@ -1,7 +1,7 @@ package: name: py3-pluggy version: 1.5.0 - epoch: 5 + epoch: 6 description: Plugin management and hook calling for Python copyright: - license: MIT @@ -15,7 +15,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-ply.yaml b/py3-ply.yaml index 1aeb8166447..84e1024d619 100644 --- a/py3-ply.yaml +++ b/py3-ply.yaml @@ -1,7 +1,7 @@ package: name: py3-ply version: 3.11_git20180215 - epoch: 5 + epoch: 6 description: Python Lex & Yacc copyright: - license: BSD-3-Clause @@ -23,7 +23,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-poetry-core.yaml b/py3-poetry-core.yaml index 13941d2acd8..0807afbd83d 100644 --- a/py3-poetry-core.yaml +++ b/py3-poetry-core.yaml @@ -1,7 +1,7 @@ package: name: py3-poetry-core version: 1.9.1 - epoch: 1 + epoch: 2 description: Poetry PEP 517 Build Backend copyright: - license: MIT @@ -17,7 +17,7 @@ data: 3.10: "310" 3.11: "311" 3.12: "312" - 3.13: "300" + 3.13: "313" environment: contents: diff --git a/py3-poetry.yaml b/py3-poetry.yaml index e7cbed5e280..1e5e8e477bf 100644 --- a/py3-poetry.yaml +++ b/py3-poetry.yaml @@ -2,7 +2,7 @@ package: name: py3-poetry version: 1.8.5 - epoch: 0 + epoch: 1 description: Python dependency management and packaging made easy. copyright: - license: MIT @@ -20,7 +20,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-portalocker.yaml b/py3-portalocker.yaml index bfe565dc6bf..3d02902f4b3 100644 --- a/py3-portalocker.yaml +++ b/py3-portalocker.yaml @@ -1,7 +1,7 @@ package: name: py3-portalocker version: 3.0.0 - epoch: 0 + epoch: 1 description: An easy library for Python file locking. It works on Windows, Linux, BSD and Unix systems and can even perform distributed locking. Naturally it also supports the with statement copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-prometheus-client.yaml b/py3-prometheus-client.yaml index 2425f4c8a8a..9700d9e59b9 100644 --- a/py3-prometheus-client.yaml +++ b/py3-prometheus-client.yaml @@ -2,7 +2,7 @@ package: name: py3-prometheus-client version: 0.21.1 - epoch: 0 + epoch: 1 description: Python client for the Prometheus monitoring system. copyright: - license: Apache-2.0 @@ -19,7 +19,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-prompt-toolkit.yaml b/py3-prompt-toolkit.yaml index e8d89cde2ee..3f482a4d0d1 100644 --- a/py3-prompt-toolkit.yaml +++ b/py3-prompt-toolkit.yaml @@ -1,7 +1,7 @@ package: name: py3-prompt-toolkit version: 3.0.48 - epoch: 1 + epoch: 2 description: Library for building powerful interactive command lines in Python copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-propcache.yaml b/py3-propcache.yaml index 1963081d240..0a456704933 100644 --- a/py3-propcache.yaml +++ b/py3-propcache.yaml @@ -1,7 +1,7 @@ package: name: py3-propcache version: 0.2.1 - epoch: 0 + epoch: 1 description: Fast property caching copyright: - license: Apache-2.0 @@ -17,7 +17,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-proto-plus.yaml b/py3-proto-plus.yaml index dadd141fb4e..10f3379ca46 100644 --- a/py3-proto-plus.yaml +++ b/py3-proto-plus.yaml @@ -1,7 +1,7 @@ package: name: py3-proto-plus version: 1.25.0 - epoch: 1 + epoch: 2 description: Beautiful, Pythonic protocol buffers. copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-protobuf.yaml b/py3-protobuf.yaml index cfc5b306e40..25b5c4071ea 100644 --- a/py3-protobuf.yaml +++ b/py3-protobuf.yaml @@ -1,7 +1,7 @@ package: name: py3-protobuf version: 5.29.1 - epoch: 0 + epoch: 1 copyright: - license: BSD-3-Clause dependencies: @@ -17,7 +17,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-psutil.yaml b/py3-psutil.yaml index 35c6a3351f9..072cac0c501 100644 --- a/py3-psutil.yaml +++ b/py3-psutil.yaml @@ -1,7 +1,7 @@ package: name: py3-psutil version: 6.1.0 - epoch: 0 + epoch: 1 description: Cross-platform lib for process and system monitoring in Python. copyright: - license: BSD-3-Clause @@ -17,7 +17,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-psycopg2.yaml b/py3-psycopg2.yaml index 94f01623b6c..62ceabfcbc3 100644 --- a/py3-psycopg2.yaml +++ b/py3-psycopg2.yaml @@ -1,7 +1,7 @@ package: name: py3-psycopg2 version: 2.9.10 - epoch: 0 + epoch: 1 description: psycopg2 - Python-PostgreSQL Database Adapter copyright: - license: LGPL-3.0-or-later @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-ptyprocess.yaml b/py3-ptyprocess.yaml index e1b0eb018e4..64ba57ceb3d 100644 --- a/py3-ptyprocess.yaml +++ b/py3-ptyprocess.yaml @@ -2,7 +2,7 @@ package: name: py3-ptyprocess version: 0.7.0 - epoch: 5 + epoch: 6 description: Run a subprocess in a pseudo terminal copyright: - license: ISC @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pure-eval.yaml b/py3-pure-eval.yaml index 0b24ac70773..9fcbc37af99 100644 --- a/py3-pure-eval.yaml +++ b/py3-pure-eval.yaml @@ -1,7 +1,7 @@ package: name: py3-pure-eval version: 0.2.3 - epoch: 1 + epoch: 2 description: Safely evaluate AST nodes without side effects copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-py4j.yaml b/py3-py4j.yaml index 85b31e51f29..daadbfd67a3 100644 --- a/py3-py4j.yaml +++ b/py3-py4j.yaml @@ -1,7 +1,7 @@ package: name: py3-py4j version: 0.10.9.7 - epoch: 3 + epoch: 4 description: Enables Python programs to dynamically access arbitrary Java objects copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: environment: diff --git a/py3-pyaes.yaml b/py3-pyaes.yaml index 308f23ed0ad..e2b4e59e6cd 100644 --- a/py3-pyaes.yaml +++ b/py3-pyaes.yaml @@ -1,7 +1,7 @@ package: name: py3-pyaes version: 1.6.1 - epoch: 4 + epoch: 5 description: Pure-Python Implementation of the AES block-cipher and common modes of operation copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pyasn1-modules.yaml b/py3-pyasn1-modules.yaml index 1e0c7db0565..47cf58351f7 100644 --- a/py3-pyasn1-modules.yaml +++ b/py3-pyasn1-modules.yaml @@ -1,7 +1,7 @@ package: name: py3-pyasn1-modules version: 0.4.1 - epoch: 2 + epoch: 3 description: A collection of ASN.1-based protocols modules copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pyasn1.yaml b/py3-pyasn1.yaml index 80d66acdd9c..7f1b3f5cf29 100644 --- a/py3-pyasn1.yaml +++ b/py3-pyasn1.yaml @@ -1,7 +1,7 @@ package: name: py3-pyasn1 version: 0.6.1 - epoch: 2 + epoch: 3 description: Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208) copyright: - license: BSD-2-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pybind11.yaml b/py3-pybind11.yaml index 134a24bf4fd..2d2843b4e72 100644 --- a/py3-pybind11.yaml +++ b/py3-pybind11.yaml @@ -1,7 +1,7 @@ package: name: py3-pybind11 version: 2.13.6 - epoch: 2 + epoch: 3 description: Seamless operability between C++11 and Python copyright: - license: BSD-3-Clause @@ -19,7 +19,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pycosat.yaml b/py3-pycosat.yaml index 844957623b8..5d78c50ea52 100644 --- a/py3-pycosat.yaml +++ b/py3-pycosat.yaml @@ -1,7 +1,7 @@ package: name: py3-pycosat version: 0.6.6 - epoch: 1 + epoch: 2 description: Python bindings to picosat (a SAT solver) copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pycparser.yaml b/py3-pycparser.yaml index 25ce36fe12a..cfad4ca4bc8 100644 --- a/py3-pycparser.yaml +++ b/py3-pycparser.yaml @@ -2,7 +2,7 @@ package: name: py3-pycparser version: '2.22' - epoch: 3 + epoch: 4 description: C parser in Python copyright: - license: BSD-3-Clause @@ -32,7 +32,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' pipeline: - uses: git-checkout diff --git a/py3-pycryptodome.yaml b/py3-pycryptodome.yaml index a4c0046469b..7130384fd60 100644 --- a/py3-pycryptodome.yaml +++ b/py3-pycryptodome.yaml @@ -1,7 +1,7 @@ package: name: py3-pycryptodome version: 3.21.0 - epoch: 1 + epoch: 2 description: Cryptographic library for Python copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pycurl.yaml b/py3-pycurl.yaml index 2272bf0981c..55547ae62f7 100644 --- a/py3-pycurl.yaml +++ b/py3-pycurl.yaml @@ -1,7 +1,7 @@ package: name: py3-pycurl version: 7.45.3 - epoch: 1 + epoch: 2 description: PycURL -- A Python Interface To The cURL library copyright: - license: LGPL-2.1-or-later AND MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pydantic-core.yaml b/py3-pydantic-core.yaml index 4ed6c7d4ff3..641c3ea0711 100644 --- a/py3-pydantic-core.yaml +++ b/py3-pydantic-core.yaml @@ -2,7 +2,7 @@ package: name: py3-pydantic-core version: 2.27.1 - epoch: 0 + epoch: 1 copyright: - license: MIT dependencies: @@ -37,7 +37,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' pipeline: - uses: git-checkout diff --git a/py3-pydantic.yaml b/py3-pydantic.yaml index 9f942fa6c77..2da25121cfe 100644 --- a/py3-pydantic.yaml +++ b/py3-pydantic.yaml @@ -2,7 +2,7 @@ package: name: py3-pydantic version: 2.10.3 - epoch: 0 + epoch: 1 description: Data validation using Python type hints copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pydot.yaml b/py3-pydot.yaml index 3adef74855e..c874606e8a6 100644 --- a/py3-pydot.yaml +++ b/py3-pydot.yaml @@ -1,7 +1,7 @@ package: name: py3-pydot version: 3.0.3 - epoch: 0 + epoch: 1 description: Python interface to Graphviz's Dot copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pyelftools.yaml b/py3-pyelftools.yaml index 75af8963c89..fc5496182bb 100644 --- a/py3-pyelftools.yaml +++ b/py3-pyelftools.yaml @@ -1,7 +1,7 @@ package: name: py3-pyelftools version: 0.31 - epoch: 1 + epoch: 2 description: Python Library for analyzing ELF files and DWARF debugging information copyright: - license: LicenseRef-pyelftools-public-domain @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pyfarmhash.yaml b/py3-pyfarmhash.yaml index fb070a05d2b..d5995ac4c46 100644 --- a/py3-pyfarmhash.yaml +++ b/py3-pyfarmhash.yaml @@ -1,7 +1,7 @@ package: name: py3-pyfarmhash version: 0.3.2 - epoch: 5 + epoch: 6 description: Google FarmHash Bindings for Python copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pygithub.yaml b/py3-pygithub.yaml index 0fc81fec0f3..44ceb5e15d6 100644 --- a/py3-pygithub.yaml +++ b/py3-pygithub.yaml @@ -2,7 +2,7 @@ package: name: py3-pygithub version: 2.5.0 - epoch: 0 + epoch: 1 description: Use the full Github API v3 copyright: - license: LGPL-3.0-or-later OR GPL-3.0-or-later @@ -19,7 +19,7 @@ data: "3.10": "310" "3.11": "311" "3.12": "312" - "3.13": "300" + "3.13": "313" environment: contents: diff --git a/py3-pygments.yaml b/py3-pygments.yaml index 3c1e1b26376..ba6c0e333c1 100644 --- a/py3-pygments.yaml +++ b/py3-pygments.yaml @@ -1,7 +1,7 @@ package: name: py3-pygments version: 2.18.0 - epoch: 2 + epoch: 3 description: Syntax highlighting package written in Python copyright: - license: BSD-2-Clause @@ -17,7 +17,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pyjwt.yaml b/py3-pyjwt.yaml index 7f50339835d..c3e912668a4 100644 --- a/py3-pyjwt.yaml +++ b/py3-pyjwt.yaml @@ -1,7 +1,7 @@ package: name: py3-pyjwt version: 2.10.1 - epoch: 0 + epoch: 1 description: JSON Web Token implementation in Python copyright: - license: MIT @@ -14,7 +14,7 @@ data: "3.10": "310" "3.11": "311" "3.12": "312" - "3.13": "300" + "3.13": "313" vars: module_name: jwt diff --git a/py3-pykube-ng.yaml b/py3-pykube-ng.yaml index 7e5c8ef6a89..739ffa3f71c 100644 --- a/py3-pykube-ng.yaml +++ b/py3-pykube-ng.yaml @@ -1,7 +1,7 @@ package: name: py3-pykube-ng version: 23.6.0 - epoch: 2 + epoch: 3 description: Pykube (pykube-ng) is a lightweight Python 3.6+ client library for Kubernetes copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pymongo.yaml b/py3-pymongo.yaml index a96eccf0e99..1105f4cc6a7 100644 --- a/py3-pymongo.yaml +++ b/py3-pymongo.yaml @@ -1,7 +1,7 @@ package: name: py3-pymongo version: 4.10.1 - epoch: 1 + epoch: 2 description: Python driver for MongoDB copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pymysql.yaml b/py3-pymysql.yaml index 6dfd9641d05..ffaf4e05a9d 100644 --- a/py3-pymysql.yaml +++ b/py3-pymysql.yaml @@ -1,7 +1,7 @@ package: name: py3-pymysql version: 1.1.1 - epoch: 1 + epoch: 2 description: Pure Python MySQL Driver copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pynacl.yaml b/py3-pynacl.yaml index fbed9aa0c65..8a79920969a 100644 --- a/py3-pynacl.yaml +++ b/py3-pynacl.yaml @@ -2,7 +2,7 @@ package: name: py3-pynacl version: 1.5.0 - epoch: 2 + epoch: 3 description: Python binding to the Networking and Cryptography (NaCl) library copyright: - license: Apache-2.0 @@ -15,7 +15,7 @@ data: "3.10": "310" "3.11": "311" "3.12": "312" - "3.13": "300" + "3.13": "313" vars: module_name: nacl diff --git a/py3-pyopenssl.yaml b/py3-pyopenssl.yaml index ae76d559201..d8f44be3c67 100644 --- a/py3-pyopenssl.yaml +++ b/py3-pyopenssl.yaml @@ -1,7 +1,7 @@ package: name: py3-pyopenssl version: 24.3.0 - epoch: 0 + epoch: 1 description: Python wrapper module around the OpenSSL library copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pyparsing.yaml b/py3-pyparsing.yaml index baaac350b75..651584e7a8e 100644 --- a/py3-pyparsing.yaml +++ b/py3-pyparsing.yaml @@ -2,7 +2,7 @@ package: name: py3-pyparsing version: 3.2.0 - epoch: 1 + epoch: 2 description: pyparsing module - Classes and methods to define and execute parsing grammars copyright: - license: MIT @@ -19,7 +19,7 @@ data: 3.10: "310" 3.11: "311" 3.12: "312" - 3.13: "300" + 3.13: "313" environment: contents: diff --git a/py3-pyperclip.yaml b/py3-pyperclip.yaml index 86e858f9cba..92ab07335c2 100644 --- a/py3-pyperclip.yaml +++ b/py3-pyperclip.yaml @@ -1,7 +1,7 @@ package: name: py3-pyperclip version: 1.9.0 - epoch: 2 + epoch: 3 description: A cross-platform clipboard module for Python. (Only handles plain text for now.) copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pyproject-hooks.yaml b/py3-pyproject-hooks.yaml index 9e60e263260..7883fa87631 100644 --- a/py3-pyproject-hooks.yaml +++ b/py3-pyproject-hooks.yaml @@ -1,7 +1,7 @@ package: name: py3-pyproject-hooks version: 1.2.0 - epoch: 0 + epoch: 1 description: A low-level library for calling build-backends in `pyproject.toml`-based project copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: "310" 3.11: "311" 3.12: "312" - 3.13: "300" + 3.13: "313" environment: contents: diff --git a/py3-pyproject-metadata.yaml b/py3-pyproject-metadata.yaml index 1e2f9faf2d8..58e7cff08a9 100644 --- a/py3-pyproject-metadata.yaml +++ b/py3-pyproject-metadata.yaml @@ -1,7 +1,7 @@ package: name: py3-pyproject-metadata version: 0.9.0 - epoch: 0 + epoch: 1 description: PEP 621 metadata parsing copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: "310" 3.11: "311" 3.12: "312" - 3.13: "300" + 3.13: "313" environment: contents: diff --git a/py3-pyrfc3339.yaml b/py3-pyrfc3339.yaml index d04c5430ffc..7771ff9284b 100644 --- a/py3-pyrfc3339.yaml +++ b/py3-pyrfc3339.yaml @@ -1,7 +1,7 @@ package: name: py3-pyrfc3339 version: 2.0.1 - epoch: 0 + epoch: 1 description: Generate and parse RFC 3339 timestamps copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pyrsistent.yaml b/py3-pyrsistent.yaml index 91a9a139f3b..65a32b92fd0 100644 --- a/py3-pyrsistent.yaml +++ b/py3-pyrsistent.yaml @@ -1,7 +1,7 @@ package: name: py3-pyrsistent version: 0.20.0 - epoch: 1 + epoch: 2 description: Persistent/Functional/Immutable data structures copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pytest-timeout.yaml b/py3-pytest-timeout.yaml index 511f15a76f4..f325fa6082d 100644 --- a/py3-pytest-timeout.yaml +++ b/py3-pytest-timeout.yaml @@ -2,7 +2,7 @@ package: name: py3-pytest-timeout version: 2.3.1 - epoch: 3 + epoch: 4 description: pytest plugin to abort hanging tests copyright: - license: MIT @@ -19,7 +19,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pytest.yaml b/py3-pytest.yaml index 531f9e0068a..75ac87d209b 100644 --- a/py3-pytest.yaml +++ b/py3-pytest.yaml @@ -2,7 +2,7 @@ package: name: py3-pytest version: 8.3.4 - epoch: 0 + epoch: 1 description: 'pytest: simple powerful testing with Python' copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-python-crfsuite.yaml b/py3-python-crfsuite.yaml index 3ae2fa3a574..7daee450fde 100644 --- a/py3-python-crfsuite.yaml +++ b/py3-python-crfsuite.yaml @@ -1,7 +1,7 @@ package: name: py3-python-crfsuite version: 0.9.10 - epoch: 1 + epoch: 2 description: Python binding for CRFsuite copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-python-daemon.yaml b/py3-python-daemon.yaml index 4ed51365de3..5c22bdcd999 100644 --- a/py3-python-daemon.yaml +++ b/py3-python-daemon.yaml @@ -1,7 +1,7 @@ package: name: py3-python-daemon version: 3.1.2 - epoch: 0 + epoch: 1 description: Library to implement a well-behaved Unix daemon process. copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-python-dateutil.yaml b/py3-python-dateutil.yaml index a52da2d9928..d428aee6ae7 100644 --- a/py3-python-dateutil.yaml +++ b/py3-python-dateutil.yaml @@ -2,7 +2,7 @@ package: name: py3-python-dateutil version: 2.9.0 - epoch: 6 + epoch: 7 description: Extensions to the standard Python datetime module copyright: - license: Apache-2.0 @@ -27,7 +27,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' pipeline: - uses: git-checkout diff --git a/py3-python-editor.yaml b/py3-python-editor.yaml index 618bf835309..65697b8d91f 100644 --- a/py3-python-editor.yaml +++ b/py3-python-editor.yaml @@ -1,7 +1,7 @@ package: name: py3-python-editor version: 1.0.4 - epoch: 4 + epoch: 5 description: Programmatically open an editor, capture the result. copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-python-gitlab.yaml b/py3-python-gitlab.yaml index 1a746042905..47d10d8ce44 100644 --- a/py3-python-gitlab.yaml +++ b/py3-python-gitlab.yaml @@ -1,7 +1,7 @@ package: name: py3-python-gitlab version: 5.1.0 - epoch: 0 + epoch: 1 description: A python wrapper for the GitLab API url: https://python-gitlab.readthedocs.io copyright: @@ -19,7 +19,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-python-json-logger.yaml b/py3-python-json-logger.yaml index 714e3dbd88d..2f4a4457cbd 100644 --- a/py3-python-json-logger.yaml +++ b/py3-python-json-logger.yaml @@ -1,7 +1,7 @@ package: name: py3-python-json-logger version: 2.0.7 - epoch: 4 + epoch: 5 description: A python library adding a json log formatter copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-python-lsp-jsonrpc.yaml b/py3-python-lsp-jsonrpc.yaml index 224b599766f..f61eb6d3628 100644 --- a/py3-python-lsp-jsonrpc.yaml +++ b/py3-python-lsp-jsonrpc.yaml @@ -1,7 +1,7 @@ package: name: py3-python-lsp-jsonrpc version: 1.1.2 - epoch: 3 + epoch: 4 description: JSON RPC 2.0 server library copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-python-pypi-mirror.yaml b/py3-python-pypi-mirror.yaml index f1314841f9f..346bd8f3001 100644 --- a/py3-python-pypi-mirror.yaml +++ b/py3-python-pypi-mirror.yaml @@ -1,7 +1,7 @@ package: name: py3-python-pypi-mirror version: 5.2.1 - epoch: 0 + epoch: 1 description: A script to create a partial PyPI mirror copyright: - license: MIT @@ -18,7 +18,7 @@ data: "3.10": "310" "3.11": "311" "3.12": "312" - "3.13": "300" + "3.13": "313" environment: contents: diff --git a/py3-python-slugify.yaml b/py3-python-slugify.yaml index 82d71ed578b..e7b268fecea 100644 --- a/py3-python-slugify.yaml +++ b/py3-python-slugify.yaml @@ -1,7 +1,7 @@ package: name: py3-python-slugify version: 8.0.4 - epoch: 1 + epoch: 2 description: A Python slugify application that also handles Unicode copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pythran.yaml b/py3-pythran.yaml index 5620c1bb96b..6259a1c940e 100644 --- a/py3-pythran.yaml +++ b/py3-pythran.yaml @@ -1,7 +1,7 @@ package: name: py3-pythran version: 0.17.0 - epoch: 0 + epoch: 1 description: Ahead of Time compiler for numeric kernels copyright: - license: BSD-3-Clause @@ -17,7 +17,7 @@ data: 3.10: "310" 3.11: "311" 3.12: "312" - 3.13: "300" + 3.13: "313" environment: contents: diff --git a/py3-pytimeparse.yaml b/py3-pytimeparse.yaml index 0ff54305765..1c6b1b777f0 100644 --- a/py3-pytimeparse.yaml +++ b/py3-pytimeparse.yaml @@ -1,7 +1,7 @@ package: name: py3-pytimeparse version: 1.1.8 - epoch: 2 + epoch: 3 description: Time expression parser copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pytz.yaml b/py3-pytz.yaml index a20fe4e799c..40ca9c546c3 100644 --- a/py3-pytz.yaml +++ b/py3-pytz.yaml @@ -2,7 +2,7 @@ package: name: py3-pytz version: 2024.1 - epoch: 3 + epoch: 4 description: World timezone definitions, modern and historical copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pywin32-ctypes.yaml b/py3-pywin32-ctypes.yaml index 31dfecf0a04..e1bca1ee49b 100644 --- a/py3-pywin32-ctypes.yaml +++ b/py3-pywin32-ctypes.yaml @@ -1,7 +1,7 @@ package: name: py3-pywin32-ctypes version: 0.2.3 - epoch: 1 + epoch: 2 description: A (partial) reimplementation of pywin32 using ctypes/cffi copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pywinpty.yaml b/py3-pywinpty.yaml index 3c46c02557a..a9664ac1cbf 100644 --- a/py3-pywinpty.yaml +++ b/py3-pywinpty.yaml @@ -2,7 +2,7 @@ package: name: py3-pywinpty version: 2.0.13 - epoch: 3 + epoch: 4 description: Pseudo terminal support for Windows from Python. copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-pyyaml.yaml b/py3-pyyaml.yaml index d0b3373b580..4d2154902ee 100644 --- a/py3-pyyaml.yaml +++ b/py3-pyyaml.yaml @@ -1,7 +1,7 @@ package: name: py3-pyyaml version: 6.0.2 - epoch: 1 + epoch: 2 description: Python3 bindings for YAML copyright: - license: MIT @@ -17,7 +17,7 @@ data: 3.10: "310" 3.11: "311" 3.12: "312" - 3.13: "300" + 3.13: "313" environment: contents: diff --git a/py3-pyzmq.yaml b/py3-pyzmq.yaml index c21764be4ef..7de1cda31e4 100644 --- a/py3-pyzmq.yaml +++ b/py3-pyzmq.yaml @@ -1,7 +1,7 @@ package: name: py3-pyzmq version: 26.2.0 - epoch: 1 + epoch: 2 description: Python bindings for 0MQ copyright: # Upstream completed relicensing: https://github.com/zeromq/pyzmq/tree/main/RELICENSE @@ -19,7 +19,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-rapidfuzz.yaml b/py3-rapidfuzz.yaml index dbc09fbbf5b..b5e6c9970e9 100644 --- a/py3-rapidfuzz.yaml +++ b/py3-rapidfuzz.yaml @@ -2,7 +2,7 @@ package: name: py3-rapidfuzz version: 3.10.1 - epoch: 0 + epoch: 1 description: rapid fuzzy string matching copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-rdflib.yaml b/py3-rdflib.yaml index 9ef23a2f0a7..5365801b3ad 100644 --- a/py3-rdflib.yaml +++ b/py3-rdflib.yaml @@ -1,7 +1,7 @@ package: name: py3-rdflib version: 7.1.1 - epoch: 0 + epoch: 1 description: RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-reactivex.yaml b/py3-reactivex.yaml index c14bdadfc0d..729fe46cdb2 100644 --- a/py3-reactivex.yaml +++ b/py3-reactivex.yaml @@ -1,7 +1,7 @@ package: name: py3-reactivex version: 4.0.4 - epoch: 0 + epoch: 1 description: ReactiveX (Rx) for Python copyright: - license: MIT @@ -20,7 +20,7 @@ data: "3.10": "310" "3.11": "311" "3.12": "312" - "3.13": "300" + "3.13": "313" vars: module_name: reactivex diff --git a/py3-recommonmark.yaml b/py3-recommonmark.yaml index 22362a77328..25682d0dc6f 100644 --- a/py3-recommonmark.yaml +++ b/py3-recommonmark.yaml @@ -1,7 +1,7 @@ package: name: py3-recommonmark version: 0.7.1 - epoch: 1 + epoch: 2 description: A docutils-compatibility bridge to CommonMark, enabling you to write CommonMark inside of Docutils & Sphinx projects. copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-referencing.yaml b/py3-referencing.yaml index 2a8270183f5..109b0213e84 100644 --- a/py3-referencing.yaml +++ b/py3-referencing.yaml @@ -1,7 +1,7 @@ package: name: py3-referencing version: 0.35.1 - epoch: 3 + epoch: 4 description: Cross-specification JSON referencing (JSON Schema, OpenAPI, and the one you just made up!). copyright: - license: MIT @@ -17,7 +17,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-regex.yaml b/py3-regex.yaml index ec248493a2c..76400500c1f 100644 --- a/py3-regex.yaml +++ b/py3-regex.yaml @@ -2,7 +2,7 @@ package: name: py3-regex version: 2024.11.7 - epoch: 0 + epoch: 1 description: Alternative regular expression module, to replace re. copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-reno.yaml b/py3-reno.yaml index 67b2ca63354..6fc30e26197 100644 --- a/py3-reno.yaml +++ b/py3-reno.yaml @@ -1,7 +1,7 @@ package: name: py3-reno version: 4.1.0 - epoch: 2 + epoch: 3 description: RElease NOtes manager copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-requests-oauthlib.yaml b/py3-requests-oauthlib.yaml index a75f21ff78b..1ef345ecb11 100644 --- a/py3-requests-oauthlib.yaml +++ b/py3-requests-oauthlib.yaml @@ -1,7 +1,7 @@ package: name: py3-requests-oauthlib version: 2.0.0 - epoch: 1 + epoch: 2 description: OAuthlib authentication support for Requests. copyright: - license: ISC @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-requests-toolbelt.yaml b/py3-requests-toolbelt.yaml index 0dd2aba7cbd..2797701a668 100644 --- a/py3-requests-toolbelt.yaml +++ b/py3-requests-toolbelt.yaml @@ -2,7 +2,7 @@ package: name: py3-requests-toolbelt version: 1.0.0 - epoch: 4 + epoch: 5 description: A utility belt for advanced users of python-requests copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-requests-unixsocket.yaml b/py3-requests-unixsocket.yaml index 46c7c7eea6f..fbb0a70bdfa 100644 --- a/py3-requests-unixsocket.yaml +++ b/py3-requests-unixsocket.yaml @@ -1,7 +1,7 @@ package: name: py3-requests-unixsocket version: 0.3.0 - epoch: 0 + epoch: 1 description: Use requests to talk HTTP via a UNIX domain socket copyright: - license: Apache-2.0 @@ -28,7 +28,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' pipeline: - uses: fetch diff --git a/py3-requests.yaml b/py3-requests.yaml index 8f44de66975..fb273553a00 100644 --- a/py3-requests.yaml +++ b/py3-requests.yaml @@ -2,7 +2,7 @@ package: name: py3-requests version: 2.32.3 - epoch: 3 + epoch: 4 description: Python HTTP for Humans. copyright: - license: Apache-2.0 @@ -29,7 +29,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' pipeline: - uses: git-checkout diff --git a/py3-resolvelib.yaml b/py3-resolvelib.yaml index 66eb61c1de7..abc05ed36de 100644 --- a/py3-resolvelib.yaml +++ b/py3-resolvelib.yaml @@ -1,7 +1,7 @@ package: name: py3-resolvelib version: 1.1.0 - epoch: 0 + epoch: 1 description: Resolve abstract dependencies into concrete ones copyright: - license: ISC @@ -18,7 +18,7 @@ data: "3.10": "310" "3.11": "311" "3.12": "312" - "3.13": "300" + "3.13": "313" environment: contents: diff --git a/py3-retrying.yaml b/py3-retrying.yaml index 480d4d3fc66..0c6d4b2b75b 100644 --- a/py3-retrying.yaml +++ b/py3-retrying.yaml @@ -1,7 +1,7 @@ package: name: py3-retrying version: 1.3.4 - epoch: 5 + epoch: 6 description: python 2 and 3 compatibility library copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-rfc3339-validator.yaml b/py3-rfc3339-validator.yaml index dbbfcaa5b23..addec5aafbc 100644 --- a/py3-rfc3339-validator.yaml +++ b/py3-rfc3339-validator.yaml @@ -1,7 +1,7 @@ package: name: py3-rfc3339-validator version: 0.1.4 - epoch: 4 + epoch: 5 description: A pure python RFC3339 validator copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-rfc3986-validator.yaml b/py3-rfc3986-validator.yaml index fc829211d4c..a4512938129 100644 --- a/py3-rfc3986-validator.yaml +++ b/py3-rfc3986-validator.yaml @@ -1,7 +1,7 @@ package: name: py3-rfc3986-validator version: 0.1.1 - epoch: 4 + epoch: 5 description: Pure python rfc3986 validator copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-rich.yaml b/py3-rich.yaml index ef9d43241de..eaaef39e7b1 100644 --- a/py3-rich.yaml +++ b/py3-rich.yaml @@ -1,7 +1,7 @@ package: name: py3-rich version: 13.9.4 - epoch: 0 + epoch: 1 description: "Rich is a Python library for rich text and beautiful formatting in the terminal." copyright: - license: LGPL-2.1-or-later @@ -17,7 +17,7 @@ data: 3.10: "310" 3.11: "311" 3.12: "312" - 3.13: "300" + 3.13: "313" environment: contents: diff --git a/py3-robotframework.yaml b/py3-robotframework.yaml index e2adee5bdf9..6bcf711b456 100644 --- a/py3-robotframework.yaml +++ b/py3-robotframework.yaml @@ -2,7 +2,7 @@ package: name: py3-robotframework version: 7.1.1 - epoch: 0 + epoch: 1 description: Generic automation framework for acceptance testing and robotic process automation (RPA) copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-rouge-score.yaml b/py3-rouge-score.yaml index 09ac67521db..6322b19a9f0 100644 --- a/py3-rouge-score.yaml +++ b/py3-rouge-score.yaml @@ -1,7 +1,7 @@ package: name: py3-rouge-score version: 0.1.2 - epoch: 3 + epoch: 4 description: Pure python implementation of ROUGE-1.5.5 copyright: - license: Apache-2.0 @@ -23,7 +23,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-rpds-py.yaml b/py3-rpds-py.yaml index 02f532d53e7..806a8cc293a 100644 --- a/py3-rpds-py.yaml +++ b/py3-rpds-py.yaml @@ -1,7 +1,7 @@ package: name: py3-rpds-py version: 0.22.3 - epoch: 0 + epoch: 1 description: Python bindings to Rust's persistent data structures (rpds). copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-rsa.yaml b/py3-rsa.yaml index 1a0de17ef55..cbf2589110b 100644 --- a/py3-rsa.yaml +++ b/py3-rsa.yaml @@ -1,7 +1,7 @@ package: name: py3-rsa version: 4.9 - epoch: 6 + epoch: 7 description: Pure-Python3 RSA implementation copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-ruamel-yaml-clib.yaml b/py3-ruamel-yaml-clib.yaml index 2881f567758..e8f0de41275 100644 --- a/py3-ruamel-yaml-clib.yaml +++ b/py3-ruamel-yaml-clib.yaml @@ -1,7 +1,7 @@ package: name: py3-ruamel-yaml-clib version: 0.2.12 - epoch: 1 + epoch: 2 description: C version of reader, parser and emitter for ruamel.yaml derived from libyaml. copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-ruamel-yaml.yaml b/py3-ruamel-yaml.yaml index 5f88e5dd35e..3b0dc20c52c 100644 --- a/py3-ruamel-yaml.yaml +++ b/py3-ruamel-yaml.yaml @@ -1,7 +1,7 @@ package: name: py3-ruamel-yaml version: 0.18.6 - epoch: 1 + epoch: 2 description: ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order copyright: - license: MIT @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-s3transfer.yaml b/py3-s3transfer.yaml index ae754c56cb7..a78bf8a5151 100644 --- a/py3-s3transfer.yaml +++ b/py3-s3transfer.yaml @@ -1,7 +1,7 @@ package: name: py3-s3transfer version: 0.10.4 - epoch: 0 + epoch: 1 description: Amazon S3 Transfer Manager for Python copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-sacrebleu.yaml b/py3-sacrebleu.yaml index c293b729307..d52fa50f492 100644 --- a/py3-sacrebleu.yaml +++ b/py3-sacrebleu.yaml @@ -1,7 +1,7 @@ package: name: py3-sacrebleu version: 2.4.3 - epoch: 0 + epoch: 1 description: Reference BLEU implementation that auto-downloads test sets and reports a version string to facilitate cross-lab comparisons copyright: - license: Apache-2.0 @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-scandir.yaml b/py3-scandir.yaml index e26d3fdf71f..f358519c5e7 100644 --- a/py3-scandir.yaml +++ b/py3-scandir.yaml @@ -1,7 +1,7 @@ package: name: py3-scandir version: 1.10.0 - epoch: 4 + epoch: 5 description: scandir, a better directory iterator and faster os.walk() copyright: - license: BSD-3-Clause @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-scikit-build-core.yaml b/py3-scikit-build-core.yaml index 2d215d14d08..01e01483747 100644 --- a/py3-scikit-build-core.yaml +++ b/py3-scikit-build-core.yaml @@ -2,7 +2,7 @@ package: name: py3-scikit-build-core version: 0.10.7 - epoch: 1 + epoch: 2 description: Build backend for CMake based projects copyright: - license: APACHE-2.0 @@ -76,7 +76,7 @@ data: '3.10': '310' '3.11': '311' '3.12': '312' - '3.13': '300' + '3.13': '313' update: enabled: true diff --git a/py3-scikit-build.yaml b/py3-scikit-build.yaml index 32f1c77447c..37d7e7261d9 100644 --- a/py3-scikit-build.yaml +++ b/py3-scikit-build.yaml @@ -1,7 +1,7 @@ package: name: py3-scikit-build version: 0.18.1 - epoch: 1 + epoch: 2 description: Improved build system generator for Python C/C++/Fortran/Cython extensions copyright: - license: BSD-3-Clause @@ -17,7 +17,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: