Updated packages (Build RC2)

This commit is contained in:
2022-09-18 11:37:50 +02:00
parent a724216563
commit 1ed721cccb
57 changed files with 129 additions and 126 deletions

View File

@@ -3,8 +3,8 @@
"Name": "unittests",
"Version": {
"Major": "2022",
"Minor": "7",
"Micro": "0"
"Minor": "10",
"Micro": "rc2"
},
"Author": "",
"AuthorEmail": "",
@@ -16,7 +16,7 @@
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2022.8.1.dev7"
"cpl-core>=2022.10.rc2"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {

View File

@@ -3,8 +3,8 @@
"Name": "unittest_cli",
"Version": {
"Major": "2022",
"Minor": "7",
"Micro": "0"
"Minor": "10",
"Micro": "rc2"
},
"Author": "",
"AuthorEmail": "",
@@ -16,8 +16,8 @@
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2022.8.1.dev7",
"cpl-cli>=2022.7.0"
"cpl-core>=2022.10.rc2",
"cpl-cli>=2022.10.rc2"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {

View File

@@ -3,8 +3,8 @@
"Name": "unittest_core",
"Version": {
"Major": "2022",
"Minor": "8",
"Micro": "1.dev7"
"Minor": "10",
"Micro": "rc2"
},
"Author": "",
"AuthorEmail": "",
@@ -16,13 +16,14 @@
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2022.8.1.dev7"
"cpl-core>=2022.10.rc2"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {
"linux": ""
},
"Classifiers": []
"Classifiers": [],
"DevDependencies": []
},
"BuildSettings": {
"ProjectType": "library",

View File

@@ -3,8 +3,8 @@
"Name": "unittest_query",
"Version": {
"Major": "2022",
"Minor": "8",
"Micro": "1.dev7"
"Minor": "10",
"Micro": "rc2"
},
"Author": "",
"AuthorEmail": "",
@@ -16,14 +16,15 @@
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2022.8.1.dev7",
"cpl-query>=2022.8.1.dev7"
"cpl-core>=2022.10.rc2",
"cpl-query>=2022.10.rc2"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {
"linux": ""
},
"Classifiers": []
"Classifiers": [],
"DevDependencies": []
},
"BuildSettings": {
"ProjectType": "library",

View File

@@ -3,8 +3,8 @@
"Name": "unittest_shared",
"Version": {
"Major": "2022",
"Minor": "8",
"Micro": "1.dev7"
"Minor": "10",
"Micro": "rc2"
},
"Author": "",
"AuthorEmail": "",
@@ -16,13 +16,14 @@
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2022.8.1.dev7"
"cpl-core>=2022.10.rc2"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {
"linux": ""
},
"Classifiers": []
"Classifiers": [],
"DevDependencies": []
},
"BuildSettings": {
"ProjectType": "library",

View File

@@ -3,8 +3,8 @@
"Name": "unittests_translation",
"Version": {
"Major": "2022",
"Minor": "7",
"Micro": "0"
"Minor": "10",
"Micro": "rc2"
},
"Author": "",
"AuthorEmail": "",
@@ -16,11 +16,11 @@
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2022.7.0",
"cpl-translation>=2022.7.0"
"cpl-core>=2022.10.rc2",
"cpl-translation>=2022.10.rc2"
],
"DevDependencies": [
"cpl-cli>=2022.7.0"
"cpl-cli>=2022.10.rc2"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {