Skip to content

Commit

Permalink
Make python 3.13 version of virtual packages the default. - batch 01.02
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser committed Dec 13, 2024
1 parent 595e2f2 commit 842c04b
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions py3-argon2-cffi-bindings.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-argon2-cffi-bindings
version: 21.2.0
epoch: 4
epoch: 5
description: Low-level CFFI bindings for Argon2
copyright:
- license: MIT
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down
4 changes: 2 additions & 2 deletions py3-argon2-cffi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-argon2-cffi
version: 23.1.0
epoch: 2
epoch: 3
description: Argon2 for Python
copyright:
- license: MIT
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down
4 changes: 2 additions & 2 deletions py3-asgiref.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-asgiref
version: 3.8.1
epoch: 1
epoch: 2
description: ASGI specs, helper code, and adapters
copyright:
- license: BSD-3-Clause
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down
4 changes: 2 additions & 2 deletions py3-asn1crypto.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-asn1crypto
version: 1.5.1
epoch: 1
epoch: 2
description: Python ASN.1 library with a focus on performance and a pythonic API
copyright:
- license: MIT
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down
4 changes: 2 additions & 2 deletions py3-astroid.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-astroid
version: 3.3.6
epoch: 0
epoch: 1
description: A common base representation of python source code for pylint and other projects
copyright:
- license: LGPL-2.1-or-later
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down
4 changes: 2 additions & 2 deletions py3-asttokens.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-asttokens
version: 3.0.0
epoch: 0
epoch: 1
description: Annotate AST trees with source code positions
copyright:
- license: Apache-2.0
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down
4 changes: 2 additions & 2 deletions py3-astunparse.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-astunparse
version: 1.6.3
epoch: 4
epoch: 5
description: An AST unparser for Python
copyright:
- license: BSD-3-Clause
Expand All @@ -27,7 +27,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

pipeline:
- uses: git-checkout
Expand Down
4 changes: 2 additions & 2 deletions py3-async-generator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-async-generator
version: 1.10
epoch: 2
epoch: 3
description: Async generators and context managers for Python 3.5+
copyright:
- license: MIT OR Apache-2.0
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down
4 changes: 2 additions & 2 deletions py3-async-lru.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-async-lru
version: 2.0.4
epoch: 3
epoch: 4
description: Simple LRU cache for asyncio
copyright:
- license: MIT
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down
4 changes: 2 additions & 2 deletions py3-async-timeout.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-async-timeout
version: 4.0.3
epoch: 5
epoch: 6
description: Timeout context manager for asyncio programs
copyright:
- license: Apache-2.0
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down
4 changes: 2 additions & 2 deletions py3-attrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package:
name: py3-attrs
version: 24.2.0
epoch: 2
epoch: 3
description: Classes Without Boilerplate
copyright:
- license: MIT
Expand All @@ -18,7 +18,7 @@ data:
3.10: '310'
3.11: '311'
3.12: '312'
3.13: '300'
3.13: '313'

environment:
contents:
Expand Down

0 comments on commit 842c04b

Please sign in to comment.