From a671367d198e15c06e38dbe4e2c3a4b5df4bc3ce Mon Sep 17 00:00:00 2001 From: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com> Date: Thu, 21 Aug 2025 14:56:10 +0500 Subject: [PATCH 1/2] Versions and templates updated --- codegen/Templates/nodejs/package.mustache | 18 +++++++++--------- codegen/Templates/python/README.mustache | 2 +- codegen/Templates/python/requirements.mustache | 4 ++-- codegen/Templates/python/setup.mustache | 3 --- .../python/test-requirements.mustache | 5 ++--- codegen/config-android.json | 2 +- codegen/config-dart.json | 2 +- codegen/config-go.json | 2 +- codegen/config-java.json | 2 +- codegen/config-php.json | 2 +- codegen/config-python.json | 2 +- codegen/config.json | 4 ++-- submodules/android | 2 +- submodules/dart | 2 +- submodules/dotnet | 2 +- submodules/go | 2 +- submodules/java | 2 +- submodules/node | 2 +- submodules/php | 2 +- submodules/python | 2 +- 20 files changed, 30 insertions(+), 34 deletions(-) diff --git a/codegen/Templates/nodejs/package.mustache b/codegen/Templates/nodejs/package.mustache index 80e84f8..6f7a43b 100644 --- a/codegen/Templates/nodejs/package.mustache +++ b/codegen/Templates/nodejs/package.mustache @@ -158,16 +158,16 @@ "devDependencies": { "@types/jest": "^30.0.0", "@types/uuid": "^10.0.0", - "@typescript-eslint/eslint-plugin": "^8.26.1", - "@typescript-eslint/parser": "^8.26.1", - "eslint": "^9.22.0", - "eslint-config-prettier": "^10.1.5", - "eslint-plugin-prettier": "^5.5.0", - "npm-check-updates": "^17.1.15", - "prettier": "^3.6.0", - "ts-jest": "^29.2.6", + "@typescript-eslint/eslint-plugin": "^8.40.0", + "@typescript-eslint/parser": "^8.40.0", + "eslint": "^9.33.0", + "eslint-config-prettier": "^10.1.8", + "eslint-plugin-prettier": "^5.5.4", + "npm-check-updates": "^17.1.18", + "prettier": "^3.6.2", + "ts-jest": "^29.4.1", "tslib": "^2.8.1", - "tsup": "^8.4.0", + "tsup": "^8.5.0", "uuid": "^11.1.0" }, "bugs": { diff --git a/codegen/Templates/python/README.mustache b/codegen/Templates/python/README.mustache index cf17147..00d5c1d 100644 --- a/codegen/Templates/python/README.mustache +++ b/codegen/Templates/python/README.mustache @@ -26,7 +26,7 @@ This repository contains Aspose.BarCode Cloud SDK for Python source code. This S Supported Python versions: -- Python 3.7+ +- Python 3.9+ To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this). diff --git a/codegen/Templates/python/requirements.mustache b/codegen/Templates/python/requirements.mustache index fe4f68b..1bdb3e1 100644 --- a/codegen/Templates/python/requirements.mustache +++ b/codegen/Templates/python/requirements.mustache @@ -1,3 +1,3 @@ -certifi >= 2017.4.17 +certifi >= 2024.7.4 python-dateutil >= 2.1 -urllib3 >= 1.21.1, <2.0 +urllib3 >= 2.5.0, <3.0 diff --git a/codegen/Templates/python/setup.mustache b/codegen/Templates/python/setup.mustache index 8c46e44..cf1268f 100644 --- a/codegen/Templates/python/setup.mustache +++ b/codegen/Templates/python/setup.mustache @@ -44,9 +44,6 @@ setup( "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", diff --git a/codegen/Templates/python/test-requirements.mustache b/codegen/Templates/python/test-requirements.mustache index 1880f74..3f240b6 100644 --- a/codegen/Templates/python/test-requirements.mustache +++ b/codegen/Templates/python/test-requirements.mustache @@ -1,6 +1,5 @@ pytest pytest-cov requests -mock; python_version < "3" -black; python_version > "3.7" -check-python-versions; python_version > "3.7" +black +check-python-versions diff --git a/codegen/config-android.json b/codegen/config-android.json index 9233872..5ee703a 100644 --- a/codegen/config-android.json +++ b/codegen/config-android.json @@ -4,7 +4,7 @@ "androidSdkVersion": "33", "apiPackage": "com.aspose.barcode.cloud.demo_app", "artifactId": "Android Application for Barcode Processing in the Cloud via REST API", - "artifactVersion": "25.7.0", + "artifactVersion": "25.8.0", "groupId": "com.aspose", "invokerPackage": "com.aspose.barcode.cloud.demo_app", "modelPackage": "com.aspose.barcode.cloud.demo_app.model" diff --git a/codegen/config-dart.json b/codegen/config-dart.json index 42f0018..da00d3d 100644 --- a/codegen/config-dart.json +++ b/codegen/config-dart.json @@ -3,6 +3,6 @@ "browserClient": false, "pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily", "pubName": "aspose_barcode_cloud", - "pubVersion": "4.25.7", + "pubVersion": "4.25.8", "useEnumExtension": true } \ No newline at end of file diff --git a/codegen/config-go.json b/codegen/config-go.json index 0480c09..1512a45 100644 --- a/codegen/config-go.json +++ b/codegen/config-go.json @@ -1,4 +1,4 @@ { "packageName": "barcode", - "packageVersion": "4.2507.0" + "packageVersion": "4.2508.0" } \ No newline at end of file diff --git a/codegen/config-java.json b/codegen/config-java.json index efc9287..6b64b37 100644 --- a/codegen/config-java.json +++ b/codegen/config-java.json @@ -3,7 +3,7 @@ "artifactDescription": "Aspose.BarCode Cloud SDK for Java", "artifactId": "aspose-barcode-cloud", "artifactUrl": "https://www.aspose.cloud", - "artifactVersion": "25.7.0", + "artifactVersion": "25.8.0", "developerEmail": "denis.averin@aspose.com", "developerName": "Denis Averin", "developerOrganization": "Aspose", diff --git a/codegen/config-php.json b/codegen/config-php.json index 2884d72..f1de81d 100644 --- a/codegen/config-php.json +++ b/codegen/config-php.json @@ -1,4 +1,4 @@ { - "artifactVersion": "25.7.0", + "artifactVersion": "25.8.0", "invokerPackage": "Aspose\\BarCode" } \ No newline at end of file diff --git a/codegen/config-python.json b/codegen/config-python.json index 35fed5a..b935b90 100644 --- a/codegen/config-python.json +++ b/codegen/config-python.json @@ -1,6 +1,6 @@ { "packageName": "aspose_barcode_cloud", "packageUrl": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python", - "packageVersion": "25.7.0", + "packageVersion": "25.8.0", "projectName": "aspose-barcode-cloud" } \ No newline at end of file diff --git a/codegen/config.json b/codegen/config.json index fcc97ff..9086889 100644 --- a/codegen/config.json +++ b/codegen/config.json @@ -1,9 +1,9 @@ { "artifactVersion": "23.7.0", "npmName": "aspose-barcode-cloud-node", - "npmVersion": "25.7.0", + "npmVersion": "25.8.0", "packageName": "Aspose.BarCode.Cloud.Sdk", - "packageVersion": "25.7.0", + "packageVersion": "25.8.0", "supportsES6": true, "targetFramework": "netstandard2.0" } \ No newline at end of file diff --git a/submodules/android b/submodules/android index b55072b..6be51b4 160000 --- a/submodules/android +++ b/submodules/android @@ -1 +1 @@ -Subproject commit b55072b0fd0717c503237139dc8af0288e3ff64e +Subproject commit 6be51b4ace2bc78699edf84922220ca0fe07c8ba diff --git a/submodules/dart b/submodules/dart index c48b07d..7605b30 160000 --- a/submodules/dart +++ b/submodules/dart @@ -1 +1 @@ -Subproject commit c48b07d84403c716ad6d9a354375927d17379a24 +Subproject commit 7605b3089b22581b34c95cfcada8d661f9734e41 diff --git a/submodules/dotnet b/submodules/dotnet index cad6a16..31129b2 160000 --- a/submodules/dotnet +++ b/submodules/dotnet @@ -1 +1 @@ -Subproject commit cad6a16c41d1c267a6d91f37975083435e225ca8 +Subproject commit 31129b295ad5ba4b10f5a383a4790d84be966586 diff --git a/submodules/go b/submodules/go index 23e8c04..78ba738 160000 --- a/submodules/go +++ b/submodules/go @@ -1 +1 @@ -Subproject commit 23e8c0468235dde756d4c1d9fa050c1e41bb20b3 +Subproject commit 78ba73807d48279d2cd290e1b83d925280c328a9 diff --git a/submodules/java b/submodules/java index 106edbb..16ae8d6 160000 --- a/submodules/java +++ b/submodules/java @@ -1 +1 @@ -Subproject commit 106edbbcd05fadc4e3bde6c4a9e13b83ab1eb9a9 +Subproject commit 16ae8d6c9449049e804ea58b9da2f83f9461e7e2 diff --git a/submodules/node b/submodules/node index 59c3312..a941d31 160000 --- a/submodules/node +++ b/submodules/node @@ -1 +1 @@ -Subproject commit 59c3312616b0ce00a3d867872f2257683cba683f +Subproject commit a941d3182317c66cf1bf228277718e8a373ad8f3 diff --git a/submodules/php b/submodules/php index aa65830..a7c65e5 160000 --- a/submodules/php +++ b/submodules/php @@ -1 +1 @@ -Subproject commit aa658309dda3e8a4d76215adf17f8b70519f95c3 +Subproject commit a7c65e5a771d4a86323a087ff4a94426c0a6879c diff --git a/submodules/python b/submodules/python index 0f2769e..cc9418a 160000 --- a/submodules/python +++ b/submodules/python @@ -1 +1 @@ -Subproject commit 0f2769e0cda97325b2f261c4320e64589c0e2b5f +Subproject commit cc9418a33f270c0995d5f1cf30492cf6c859ad8c From 5cda8f94b99cf783490ca3586e4d6c8cc0140d25 Mon Sep 17 00:00:00 2001 From: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com> Date: Mon, 25 Aug 2025 17:19:59 +0500 Subject: [PATCH 2/2] Switch all submodules to default --- submodules/android | 2 +- submodules/dart | 2 +- submodules/dotnet | 2 +- submodules/go | 2 +- submodules/java | 2 +- submodules/node | 2 +- submodules/php | 2 +- submodules/python | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/submodules/android b/submodules/android index 6be51b4..6fc345e 160000 --- a/submodules/android +++ b/submodules/android @@ -1 +1 @@ -Subproject commit 6be51b4ace2bc78699edf84922220ca0fe07c8ba +Subproject commit 6fc345e04cd755ee2f8cb9a2836fa8d9618083a9 diff --git a/submodules/dart b/submodules/dart index 7605b30..614a9fd 160000 --- a/submodules/dart +++ b/submodules/dart @@ -1 +1 @@ -Subproject commit 7605b3089b22581b34c95cfcada8d661f9734e41 +Subproject commit 614a9fdea934f11dd09e2044bd639d1e9180959e diff --git a/submodules/dotnet b/submodules/dotnet index 31129b2..4b8fe32 160000 --- a/submodules/dotnet +++ b/submodules/dotnet @@ -1 +1 @@ -Subproject commit 31129b295ad5ba4b10f5a383a4790d84be966586 +Subproject commit 4b8fe32bc7129e5d8fdb5c2601699a99343f60c4 diff --git a/submodules/go b/submodules/go index 78ba738..6f00443 160000 --- a/submodules/go +++ b/submodules/go @@ -1 +1 @@ -Subproject commit 78ba73807d48279d2cd290e1b83d925280c328a9 +Subproject commit 6f00443d0fc901c532b6f231713b295b90552279 diff --git a/submodules/java b/submodules/java index 16ae8d6..997099f 160000 --- a/submodules/java +++ b/submodules/java @@ -1 +1 @@ -Subproject commit 16ae8d6c9449049e804ea58b9da2f83f9461e7e2 +Subproject commit 997099f3fa55b3008bf8c0b30630e508e288661f diff --git a/submodules/node b/submodules/node index a941d31..0c7bc3e 160000 --- a/submodules/node +++ b/submodules/node @@ -1 +1 @@ -Subproject commit a941d3182317c66cf1bf228277718e8a373ad8f3 +Subproject commit 0c7bc3e263d279090dde403e6bfb0cf454d4a259 diff --git a/submodules/php b/submodules/php index a7c65e5..1bfdae9 160000 --- a/submodules/php +++ b/submodules/php @@ -1 +1 @@ -Subproject commit a7c65e5a771d4a86323a087ff4a94426c0a6879c +Subproject commit 1bfdae9f39e9eb772990ae4fe28dd8006ff1cfcf diff --git a/submodules/python b/submodules/python index cc9418a..d54d42b 160000 --- a/submodules/python +++ b/submodules/python @@ -1 +1 @@ -Subproject commit cc9418a33f270c0995d5f1cf30492cf6c859ad8c +Subproject commit d54d42bc46a17d61fed714706aaea8adf8762c5a