summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump actions/setup-python from 4.0.0 to 4.1.0 (#1710)dependabot[bot]2022-07-123-7/+7
| | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump runners to ``3.10`` (#1704)Daniël van Noord2022-07-113-4/+4
|
* Improve packaging [PEP 517 + 621] (#1670)Marc Mueller2022-06-291-3/+4
| | | | | | * Use isolated build environments * Use new project metadata format [PEP 621] * Move remaining flake8 config to setup.cfg * Update pre-commit config
* Use new Pypy version identifier for setup-python action (#1609)Marc Mueller2022-06-091-1/+1
|
* Bump actions/setup-python from 3.1.2 to 4.0.0dependabot[bot]2022-06-083-7/+7
| | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3.1.2...v4.0.0) --- 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>
* Bump actions/cache from 3.0.3 to 3.0.4 (#1604)dependabot[bot]2022-06-071-6/+6
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Move ``3.11`` to standard test job (#1584)Daniël van Noord2022-06-021-52/+2
|
* Bump actions/cache from 3.0.2 to 3.0.3 (#1582)dependabot[bot]2022-05-311-7/+7
| | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Detect builtins module on PyPy 3.9 (#1567)Jacob Walls2022-05-241-1/+1
|
* Bump actions/upload-artifact from 3.0.0 to 3.1.0 (#1571)dependabot[bot]2022-05-211-2/+2
| | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add Windows 3.11-dev job [ci] (#1561)Marc Mueller2022-05-141-3/+3
|
* Require Python 3.7.2 (#1542)Jacob Walls2022-05-101-3/+3
|
* chore: Set permissions to read for GitHub actions (#1546)nathannaveen2022-05-072-0/+6
| | | | | | | | | | | | | Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
* Install Qt on 3.10 Linux runner (#1533)Jacob Walls2022-04-282-28/+4
|
* Bump github/codeql-action from 1 to 2 (#1530)dependabot[bot]2022-04-271-3/+3
| | | | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Remove unused ci settings (#1524)Marc Mueller2022-04-221-8/+0
|
* Enable 3.11 in the CI (#1517)Daniël van Noord2022-04-221-1/+51
| | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Bump actions/checkout from 3.0.1 to 3.0.2 (#1522)dependabot[bot]2022-04-214-9/+9
| | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/checkout from 3.0.0 to 3.0.1 (#1511)dependabot[bot]2022-04-154-9/+9
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [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.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Reduce the number of CI runners (#1510)Daniël van Noord2022-04-151-159/+24
|
* Fix `instance_attrs` building error in Qt brain (#1505)Jacob Walls2022-04-141-0/+28
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Bump actions/cache from 3.0.1 to 3.0.2 (#1507)dependabot[bot]2022-04-131-11/+11
| | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-python from 3.1.0 to 3.1.2 (#1506)dependabot[bot]2022-04-133-11/+11
| | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Upgrade cache version to fix pypy 3.6/3.7 in CIPierre Sassoulas2022-04-071-1/+1
|
* Bump actions/setup-python from 3.0.0 to 3.1.0 (#1499)dependabot[bot]2022-04-013-11/+11
| | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/cache from 3.0.0 to 3.0.1 (#1497)dependabot[bot]2022-03-301-11/+11
| | | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/cache from 2.1.7 to 3 (#1481)dependabot[bot]2022-03-211-11/+11
| | | | | | | | | | | | | | | | | | | | | * Bump actions/cache from 2.1.7 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * 3 -> 3.0.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump astroid to 2.11.0, update changelogv2.11.0Pierre Sassoulas2022-03-121-1/+1
| | | | Make small changes to release process
* Fix end_lineno on PyPy 3.8 (#1454)Marc Mueller2022-03-091-2/+2
| | | | * Fix end_lineno on PyPy 3.8 * Add CI job for PyPy 3.8
* Fix pypy cache key [ci]Marc Mueller2022-03-071-3/+3
|
* Add CI job for pypy 3.7Marc Mueller2022-03-071-2/+2
|
* Increase timeout limts [ci] (#1446)Marc Mueller2022-03-061-4/+4
|
* Limit concurrent jobs [ci] (#1444)Marc Mueller2022-03-051-1/+2
| | | | | | | | | * Limit concurrent jobs [ci] * Run pypy together with linux * Update timeout to 10mn instead of 5 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump actions/upload-artifact from 2.3.1 to 3.0.0 (#1440)dependabot[bot]2022-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | * Bump actions/upload-artifact from 2.3.1 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3) --- 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> * Update .github/workflows/ci.yaml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Bump actions/download-artifact from 2.1.0 to 3 (#1439)dependabot[bot]2022-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | * Bump actions/download-artifact from 2.1.0 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.0 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.1.0...v3) --- 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> * Update .github/workflows/ci.yaml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Bump actions/setup-python from 2.2.1 to 3 (#1423)dependabot[bot]2022-03-013-13/+13
| | | | | | | | | | | | | | | | | | | * Bump actions/setup-python from 2.2.1 to 3 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.1 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.1...v3) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Bump actions/checkout from 2.3.4 to 3 (#1425)dependabot[bot]2022-03-014-12/+12
| | | | | | | | | | | | | | | | | | | | | | * Bump actions/checkout from 2.3.4 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3. - [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/v2.3.4...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update to ``3.0.0`` Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Bump actions/cache from 2.1.4 to 2.1.7 (#1422)dependabot[bot]2022-03-011-11/+11
| | | | | | | | | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-artifact from 2.2.3 to 2.3.1 (#1421)dependabot[bot]2022-03-011-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.3 to 2.3.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.3...v2.3.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/download-artifact from 2.0.9 to 2.1.0 (#1420)dependabot[bot]2022-03-011-1/+1
| | | | | | | | | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.9 to 2.1.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.9...v2.1.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Create dependabot configuration (#1419)Pierre Sassoulas2022-03-011-0/+22
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Restore custom distutils handling for resolving paths to submodules. (#1386)Jacob Walls2022-02-271-0/+33
|
* Add timeouts for CI jobs (#1378)Marc Mueller2022-01-311-0/+9
|
* Bump ci cache version (#1314)Marc Mueller2021-12-271-1/+1
|
* Upgrade pylint to 2.12.2 (#1297)Pierre Sassoulas2021-12-151-1/+1
| | | | | | | | | * Upgrade pylint to 2.12.2 * Default Python in the CI is now python 3.8 * Remove useless suppression for python 3.8 * Disable no-member for false positive with zipimport
* Resolve dependency conflicts with pylint (#1270)Marc Mueller2021-11-211-0/+4
|
* Use 3.10 for Github actions (#1198)Marc Mueller2021-10-051-4/+4
| | | | | | * Use 3.10 for Github actions Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Update refs to use mainMarc Mueller2021-06-302-3/+3
|
* Add code analysis provided by GitHub (#1071)Pierre Sassoulas2021-06-221-0/+71
| | | | | | * Add code analysis provided by GitHub Add some tools provided by github in settings/Security & Analysis.
* Add release.yml file for automated release with Github ActionPierre Sassoulas2021-06-161-0/+37
| | | | See https://github.com/cdce8p/python-typing-update/blob/f79966eb104f220fdcc78f87764eb74ab6e527c2/.github/workflows/release.yaml