Commit Graph

348 Commits

Author SHA1 Message Date
Fabien LOISON 5fc75adb9d
chore(ci): fixed python-package tag regexp 2024-01-06 17:37:15 +01:00
Fabien LOISON fce71f5f5a
chore(ci): Updated python-package workflow to fix an issue caused by a breaking change in actions/upload-artifact@v4 (see https://github.com/actions/upload-artifact/issues/478) 2024-01-06 17:31:20 +01:00
Fabien LOISON b946eb5f2a
v1.3.0 2024-01-06 16:56:39 +01:00
Fabien LOISON 9e28095ba6
Merge branch 'update-assimp' 2024-01-06 16:49:08 +01:00
Fabien LOISON 8ca8432626
chore: Updated changelog 2024-01-06 16:48:54 +01:00
Fabien LOISON 6bf28043ab
Updated assimp 2024-01-06 16:44:56 +01:00
Fabien LOISON a1d83e798b
docs: Documented how to update assimp 2024-01-06 16:44:25 +01:00
Fabien LOISON e0f35a8598
chore: Removed listing of all c/c++ and assimp source from MANIFEST.in as it is no more required. Also removed the script that updated this file 2024-01-06 16:39:30 +01:00
Fabien LOISON 2678c3a4ae
docs: Updated used libraries and supported Python versions 2024-01-06 15:50:38 +01:00
Fabien LOISON a1d5312273
Merge pull request #55 from wanadev/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2023-12-18 09:57:13 +01:00
Fabien LOISON 70849b8c26
Merge pull request #54 from wanadev/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2023-12-18 09:57:01 +01:00
dependabot[bot] 8857a02445
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 05:52:26 +00:00
dependabot[bot] 7c48dc8555
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 05:52:22 +00:00
Fabien LOISON 3bd861239b
Merge pull request #53 from wanadev/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2023-12-11 09:52:47 +01:00
dependabot[bot] bd8abafb6d
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 05:27:01 +00:00
Fabien LOISON a6ddab32c6
Merge pull request #52 from wanadev/dependabot/github_actions/pypa/cibuildwheel-2.16.2
Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
2023-10-09 10:05:33 +02:00
dependabot[bot] a58b3c17f7
Bump pypa/cibuildwheel from 2.16.1 to 2.16.2
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.1 to 2.16.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.1...v2.16.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 06:02:30 +00:00
Fabien LOISON e459110ac4
Windows standalone build: rollback to Python 3.11 as Nuitka is not working with 3.12 2023-10-06 14:46:35 +02:00
Fabien LOISON deef18712b
Updated Nuitka for Windows standalone build 2023-10-06 14:32:52 +02:00
Fabien LOISON 80331b1156
v1.2.3 2023-10-06 14:17:05 +02:00
Fabien LOISON 5d762b5ff5
Winbuild workflow: do not call distutils anymore as it was removed 2023-10-06 11:36:31 +02:00
Fabien LOISON 209e3b5473
Added Python 3.12 support and dropped Python 3.7 support 2023-10-06 11:29:45 +02:00
Fabien LOISON dcd7ce3629
Merge pull request #51 from wanadev/dependabot/github_actions/pypa/cibuildwheel-2.16.1
Bump pypa/cibuildwheel from 2.16.0 to 2.16.1
2023-10-02 09:15:47 +02:00
dependabot[bot] 83acd8edf8
Bump pypa/cibuildwheel from 2.16.0 to 2.16.1
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.0 to 2.16.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.0...v2.16.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 05:42:54 +00:00
Fabien LOISON a2ded89a7b
Merge pull request #50 from wanadev/dependabot/github_actions/pypa/cibuildwheel-2.16.0
Bump pypa/cibuildwheel from 2.15.0 to 2.16.0
2023-09-25 17:06:16 +02:00
dependabot[bot] 771518a8d3
Bump pypa/cibuildwheel from 2.15.0 to 2.16.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.15.0...v2.16.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25 05:11:04 +00:00
Fabien LOISON f0972a2932
Merge pull request #49 from wanadev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-11 09:41:32 +02:00
dependabot[bot] a79961fc99
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 05:23:50 +00:00
Fabien LOISON e827e647c5
Merge pull request #48 from wanadev/dependabot/github_actions/pypa/cibuildwheel-2.15.0
Bump pypa/cibuildwheel from 2.11.2 to 2.15.0
2023-08-28 10:45:55 +02:00
dependabot[bot] a6009440c8
Bump pypa/cibuildwheel from 2.11.2 to 2.15.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.2 to 2.15.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.11.2...v2.15.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 08:15:46 +00:00
Fabien LOISON e31f0b8750
Added dependabot config to update CI actions 2023-08-28 10:15:22 +02:00
Fabien LOISON 70e05003c8
Updated changelog 2023-08-28 10:14:38 +02:00
Fabien LOISON b3c49cd87c
Typo and fixed codespell config 2023-08-28 10:13:12 +02:00
Fabien LOISON 494a5fba72
Refacto: better type check, and removed Python 2.7 specific code 2023-08-28 10:12:46 +02:00
Fabien LOISON de66166f1c
Update winbuild workflow to use Python 3.11 2022-10-29 13:47:30 +02:00
Fabien LOISON fb2e982439
Fix memo 2022-10-29 13:40:04 +02:00
Fabien LOISON 2e4ad6d761
v1.2.2 2022-10-29 13:37:12 +02:00
Fabien LOISON d40912f4f4
Update release memo 2022-10-29 13:30:23 +02:00
Fabien LOISON 4f53834d06
Add a release memo 2022-10-29 13:29:04 +02:00
Fabien LOISON a60a6e1c65
Update CI workflows, add Python 3.11 support 2022-10-29 13:25:09 +02:00
Fabien LOISON da78f2f0ba
Add urls in setup.py 2022-10-29 13:20:52 +02:00
Fabien LOISON 30db97d426
CI: update actions 2022-10-18 11:38:55 +02:00
Fabien LOISON bb67915657
Update Changelog 2022-10-18 10:02:25 +02:00
Fabien LOISON 48fafc3226
Merge pull request #45 from kianmeng/fix-typos-and-add-nox-session
Fix typos and add codespell to nox
2022-10-18 10:00:03 +02:00
Kian-Meng Ang 1986a95063 Fix typos and add codespell to nox 2022-10-18 00:29:42 +08:00
Fabien LOISON 26635f0bd3
Update the code to not use deprecated constants on newer Pillow versions 2022-10-12 14:33:20 +02:00
Fabien LOISON 5818d7a984
v1.2.1 2022-06-27 17:38:38 +02:00
Fabien LOISON 300c53aff0
v1.2.0 2022-06-27 11:49:55 +02:00
Fabien LOISON 4dfbbf0bbc
Update dependencies 2022-06-27 11:49:05 +02:00
Fabien LOISON ff3c7f928f
Update readme 2022-06-27 11:39:22 +02:00