pyrig-dev 2.2.1__tar.gz → 2.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/PKG-INFO +2 -1
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/pyproject.toml +2 -1
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/configs/pyproject.py +1 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/LICENSE +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/README.md +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/__init__.py +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/py.typed +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/__init__.py +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/configs/__init__.py +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/configs/remote_version_control/__init__.py +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/configs/remote_version_control/workflows/__init__.py +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/configs/remote_version_control/workflows/health_check.py +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/tests/__init__.py +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/tests/fixtures/__init__.py +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/tests/fixtures/fixtures.py +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/tools/__init__.py +0 -0
- {pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/tools/dependency_auditor.py +0 -0
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyrig-dev
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
4
4
|
Summary: A package that handles the dev dependencies of pyrig.
|
|
5
5
|
Author: Winipedia
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
License-File: LICENSE
|
|
8
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
8
9
|
Classifier: Programming Language :: Python :: 3.12
|
|
9
10
|
Classifier: Programming Language :: Python :: 3.13
|
|
10
11
|
Classifier: Programming Language :: Python :: 3.14
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "pyrig-dev"
|
|
3
|
-
version = "2.
|
|
3
|
+
version = "2.3.0"
|
|
4
4
|
description = "A package that handles the dev dependencies of pyrig."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12"
|
|
@@ -20,6 +20,7 @@ license-files = [
|
|
|
20
20
|
"LICENSE",
|
|
21
21
|
]
|
|
22
22
|
classifiers = [
|
|
23
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
23
24
|
"Programming Language :: Python :: 3.12",
|
|
24
25
|
"Programming Language :: Python :: 3.13",
|
|
25
26
|
"Programming Language :: Python :: 3.14",
|
|
@@ -92,5 +92,6 @@ if is_src_package(pyrig):
|
|
|
92
92
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
93
93
|
"Topic :: Software Development :: Quality Assurance",
|
|
94
94
|
"Topic :: Software Development :: Testing",
|
|
95
|
+
"Topic :: System :: Software Distribution",
|
|
95
96
|
"Topic :: System :: Installation/Setup",
|
|
96
97
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyrig_dev-2.2.1 → pyrig_dev-2.3.0}/src/pyrig_dev/rig/configs/remote_version_control/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|