From b9c5a1362e4c43239e45ab5f00c694d7562db1d0 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 13 Dec 2024 15:03:10 -0500 Subject: [PATCH] Make python 3.13 version of virtual packages the default. batch 1.6 (#36946) --- py3-breezy.yaml | 4 ++-- py3-cachecontrol.yaml | 4 ++-- py3-cached-property.yaml | 4 ++-- py3-cachetools.yaml | 4 ++-- py3-calver.yaml | 4 ++-- py3-canonicaljson.yaml | 4 ++-- py3-cassandra-driver.yaml | 4 ++-- py3-certifi.yaml | 4 ++-- py3-certipy.yaml | 4 ++-- py3-cffi.yaml | 4 ++-- py3-changelog-chug.yaml | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/py3-breezy.yaml b/py3-breezy.yaml index df9be7ac3f8..6072ffdcc83 100644 --- a/py3-breezy.yaml +++ b/py3-breezy.yaml @@ -1,7 +1,7 @@ package: name: py3-breezy version: 3.3.9 - epoch: 2 + epoch: 3 description: Friendly distributed version control system 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-cachecontrol.yaml b/py3-cachecontrol.yaml index ca8bba90506..bcdbd02bf3c 100644 --- a/py3-cachecontrol.yaml +++ b/py3-cachecontrol.yaml @@ -2,7 +2,7 @@ package: name: py3-cachecontrol version: 0.14.1 - epoch: 0 + epoch: 1 description: httplib2 caching for 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-cached-property.yaml b/py3-cached-property.yaml index 17fea7a9392..c1acc7cfa9a 100644 --- a/py3-cached-property.yaml +++ b/py3-cached-property.yaml @@ -1,7 +1,7 @@ package: name: py3-cached-property version: 2.0.1 - epoch: 0 + epoch: 1 description: A decorator for caching properties in classes. 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-cachetools.yaml b/py3-cachetools.yaml index c9b988d29ef..2ec1930a48a 100644 --- a/py3-cachetools.yaml +++ b/py3-cachetools.yaml @@ -1,7 +1,7 @@ package: name: py3-cachetools version: 5.5.0 - epoch: 1 + epoch: 2 description: Extensible memoizing collections and decorators 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-calver.yaml b/py3-calver.yaml index e72dd0b67b6..72143e3fef3 100644 --- a/py3-calver.yaml +++ b/py3-calver.yaml @@ -2,7 +2,7 @@ package: name: py3-calver version: 2022.6.26 - epoch: 3 + epoch: 4 description: Setuptools extension for CalVer package versions copyright: - license: Apache-2.0 @@ -24,7 +24,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: diff --git a/py3-canonicaljson.yaml b/py3-canonicaljson.yaml index 130f8ea4fd1..42806d6a1b5 100644 --- a/py3-canonicaljson.yaml +++ b/py3-canonicaljson.yaml @@ -1,7 +1,7 @@ package: name: py3-canonicaljson version: 2.0.0 - epoch: 1 + epoch: 2 description: Canonical JSON 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-cassandra-driver.yaml b/py3-cassandra-driver.yaml index 60ac78de286..507da3e598b 100644 --- a/py3-cassandra-driver.yaml +++ b/py3-cassandra-driver.yaml @@ -2,7 +2,7 @@ package: name: py3-cassandra-driver version: 3.29.2 - epoch: 2 + epoch: 3 description: DataStax Driver for Apache Cassandra 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: git-checkout diff --git a/py3-certifi.yaml b/py3-certifi.yaml index bace5c12d89..e9045339bf2 100644 --- a/py3-certifi.yaml +++ b/py3-certifi.yaml @@ -1,7 +1,7 @@ package: name: py3-certifi version: 2024.08.30 - epoch: 1 + epoch: 2 description: Python3 package for providing Mozilla's CA Bundle copyright: - license: MPL-2.0 @@ -27,7 +27,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' # certifi uses a special versioning scheme where the version is a date like "2023.07.22". During the # build process, the version is "normalized" (and importantly, changed) to a form like "2023.7.22", diff --git a/py3-certipy.yaml b/py3-certipy.yaml index 3907cfec42c..e03ef1b49d9 100644 --- a/py3-certipy.yaml +++ b/py3-certipy.yaml @@ -1,7 +1,7 @@ package: name: py3-certipy version: 0.2.1 - epoch: 1 + epoch: 2 description: Utility to create and sign CAs and certificates 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-cffi.yaml b/py3-cffi.yaml index f12447f196a..fc0ac5e277c 100644 --- a/py3-cffi.yaml +++ b/py3-cffi.yaml @@ -2,7 +2,7 @@ package: name: py3-cffi version: 1.17.1 - epoch: 2 + epoch: 3 description: Foreign Function Interface for Python calling C code. 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-changelog-chug.yaml b/py3-changelog-chug.yaml index f5b93fb687e..48a8e3313a0 100644 --- a/py3-changelog-chug.yaml +++ b/py3-changelog-chug.yaml @@ -1,7 +1,7 @@ package: name: py3-changelog-chug version: 0.0.3 - epoch: 0 + epoch: 1 description: Parser library for project Change Log documents. copyright: - license: AGPL-3.0-only @@ -18,7 +18,7 @@ data: 3.10: '310' 3.11: '311' 3.12: '312' - 3.13: '300' + 3.13: '313' environment: contents: