Skip to content

Commit dfc5e5d

Browse files
authored
Release 25.8 (#127)
* Versions and templates updated * Switch all submodules to default
1 parent d08653c commit dfc5e5d

20 files changed

+30
-34
lines changed

codegen/Templates/nodejs/package.mustache

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@
158158
"devDependencies": {
159159
"@types/jest": "^30.0.0",
160160
"@types/uuid": "^10.0.0",
161-
"@typescript-eslint/eslint-plugin": "^8.26.1",
162-
"@typescript-eslint/parser": "^8.26.1",
163-
"eslint": "^9.22.0",
164-
"eslint-config-prettier": "^10.1.5",
165-
"eslint-plugin-prettier": "^5.5.0",
166-
"npm-check-updates": "^17.1.15",
167-
"prettier": "^3.6.0",
168-
"ts-jest": "^29.2.6",
161+
"@typescript-eslint/eslint-plugin": "^8.40.0",
162+
"@typescript-eslint/parser": "^8.40.0",
163+
"eslint": "^9.33.0",
164+
"eslint-config-prettier": "^10.1.8",
165+
"eslint-plugin-prettier": "^5.5.4",
166+
"npm-check-updates": "^17.1.18",
167+
"prettier": "^3.6.2",
168+
"ts-jest": "^29.4.1",
169169
"tslib": "^2.8.1",
170-
"tsup": "^8.4.0",
170+
"tsup": "^8.5.0",
171171
"uuid": "^11.1.0"
172172
},
173173
"bugs": {

codegen/Templates/python/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This repository contains Aspose.BarCode Cloud SDK for Python source code. This S
2626

2727
Supported Python versions:
2828

29-
- Python 3.7+
29+
- Python 3.9+
3030

3131
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).
3232

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
certifi >= 2017.4.17
1+
certifi >= 2024.7.4
22
python-dateutil >= 2.1
3-
urllib3 >= 1.21.1, <2.0
3+
urllib3 >= 2.5.0, <3.0

codegen/Templates/python/setup.mustache

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ setup(
4444
"License :: OSI Approved :: MIT License",
4545
"Operating System :: OS Independent",
4646
"Programming Language :: Python :: 3",
47-
"Programming Language :: Python :: 3.6",
48-
"Programming Language :: Python :: 3.7",
49-
"Programming Language :: Python :: 3.8",
5047
"Programming Language :: Python :: 3.9",
5148
"Programming Language :: Python :: 3.10",
5249
"Programming Language :: Python :: 3.11",
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
pytest
22
pytest-cov
33
requests
4-
mock; python_version < "3"
5-
black; python_version > "3.7"
6-
check-python-versions; python_version > "3.7"
4+
black
5+
check-python-versions

codegen/config-android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"androidSdkVersion": "33",
55
"apiPackage": "com.aspose.barcode.cloud.demo_app",
66
"artifactId": "Android Application for Barcode Processing in the Cloud via REST API",
7-
"artifactVersion": "25.7.0",
7+
"artifactVersion": "25.8.0",
88
"groupId": "com.aspose",
99
"invokerPackage": "com.aspose.barcode.cloud.demo_app",
1010
"modelPackage": "com.aspose.barcode.cloud.demo_app.model"

codegen/config-dart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"browserClient": false,
44
"pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily",
55
"pubName": "aspose_barcode_cloud",
6-
"pubVersion": "4.25.7",
6+
"pubVersion": "4.25.8",
77
"useEnumExtension": true
88
}

codegen/config-go.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packageName": "barcode",
3-
"packageVersion": "4.2507.0"
3+
"packageVersion": "4.2508.0"
44
}

codegen/config-java.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"artifactDescription": "Aspose.BarCode Cloud SDK for Java",
44
"artifactId": "aspose-barcode-cloud",
55
"artifactUrl": "https://www.aspose.cloud",
6-
"artifactVersion": "25.7.0",
6+
"artifactVersion": "25.8.0",
77
"developerEmail": "denis.averin@aspose.com",
88
"developerName": "Denis Averin",
99
"developerOrganization": "Aspose",

codegen/config-php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"artifactVersion": "25.7.0",
2+
"artifactVersion": "25.8.0",
33
"invokerPackage": "Aspose\\BarCode"
44
}

0 commit comments

Comments
 (0)