diff --git a/py3-crashtest.yaml b/py3-crashtest.yaml index e9e54ec7faf..51329e660d5 100644 --- a/py3-crashtest.yaml +++ b/py3-crashtest.yaml @@ -2,7 +2,7 @@ package: name: py3-crashtest version: 0.4.1 - epoch: 4 + epoch: 5 description: Manage Python errors with ease 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-crcmod.yaml b/py3-crcmod.yaml index 80f6dc12e6f..7039d11191e 100644 --- a/py3-crcmod.yaml +++ b/py3-crcmod.yaml @@ -1,7 +1,7 @@ package: name: py3-crcmod version: '1.7' - epoch: 5 + epoch: 6 description: Cyclic Redundancy Check (CRC) implementation in Python 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-cryptography.yaml b/py3-cryptography.yaml index b3a738d0437..75940efd3d6 100644 --- a/py3-cryptography.yaml +++ b/py3-cryptography.yaml @@ -2,7 +2,7 @@ package: name: py3-cryptography version: 44.0.0 - epoch: 1 + epoch: 2 description: cryptography is a package which provides cryptographic recipes and primitives to Python developers. copyright: - license: Apache-2.0 OR 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-cxxfilt.yaml b/py3-cxxfilt.yaml index 05783393621..ea32a43328e 100644 --- a/py3-cxxfilt.yaml +++ b/py3-cxxfilt.yaml @@ -1,7 +1,7 @@ package: name: py3-cxxfilt version: 0.3.0 - epoch: 2 + epoch: 3 description: Python interface to c++filt / abi::__cxa_demangle 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-cycler.yaml b/py3-cycler.yaml index f1a4a57a21c..386c028309e 100644 --- a/py3-cycler.yaml +++ b/py3-cycler.yaml @@ -1,7 +1,7 @@ package: name: py3-cycler version: 0.12.1 - epoch: 2 + epoch: 3 description: Composable style cycles 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-cython.yaml b/py3-cython.yaml index f15f2dc8047..f9ef54823b6 100644 --- a/py3-cython.yaml +++ b/py3-cython.yaml @@ -1,7 +1,7 @@ package: name: py3-cython version: 3.0.11 - epoch: 2 + epoch: 3 description: Cython is an optimising static compiler for both the Python & the extended Cython programming languages. 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-datadog.yaml b/py3-datadog.yaml index 19528f54741..2db37a8a7e8 100644 --- a/py3-datadog.yaml +++ b/py3-datadog.yaml @@ -1,7 +1,7 @@ package: name: py3-datadog version: 0.50.2 - epoch: 0 + epoch: 1 description: The Datadog Python library 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-debugpy.yaml b/py3-debugpy.yaml index c7aa65f5c7f..689cf7bee8c 100644 --- a/py3-debugpy.yaml +++ b/py3-debugpy.yaml @@ -1,7 +1,7 @@ package: name: py3-debugpy version: 1.8.11 - epoch: 0 + epoch: 1 description: An implementation of the Debug Adapter Protocol 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-decorator.yaml b/py3-decorator.yaml index 45773707a41..fb28be91ad2 100644 --- a/py3-decorator.yaml +++ b/py3-decorator.yaml @@ -2,7 +2,7 @@ package: name: py3-decorator version: 5.1.1 - epoch: 5 + epoch: 6 description: Decorators for Humans 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-defusedxml.yaml b/py3-defusedxml.yaml index 44de7e72030..e34de694dab 100644 --- a/py3-defusedxml.yaml +++ b/py3-defusedxml.yaml @@ -1,7 +1,7 @@ package: name: py3-defusedxml version: 0.7.1 - epoch: 3 + epoch: 4 description: XML bomb protection for Python stdlib modules copyright: - license: PSF-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-deprecated.yaml b/py3-deprecated.yaml index b003ed6b850..171d0140678 100644 --- a/py3-deprecated.yaml +++ b/py3-deprecated.yaml @@ -1,7 +1,7 @@ package: name: py3-deprecated version: 1.2.15 - epoch: 1 + epoch: 2 description: Python @deprecated decorator to deprecate old python classes, functions or methods. 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: