summaryrefslogtreecommitdiff
path: root/script
Commit message (Collapse)AuthorAgeFilesLines
* Update contributorsMarc Mueller2023-04-251-0/+7
|
* Modify bump_changelog scriptMarc Mueller2023-04-251-1/+1
|
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-294-8/+8
|
* Bump astroid to 2.13.1, update changelog (#1943)v2.13.1Pierre Sassoulas2023-01-081-0/+4
|
* Bump astroid to 2.12.14, update changelogv2.12.14Pierre Sassoulas2023-01-061-1/+2
|
* Use relative paths in create_contributor_list.pyMarc Mueller2022-11-191-3/+8
|
* Bump astroid to 2.12.12, update changelogv2.12.12Pierre Sassoulas2022-10-191-5/+5
|
* Bump astroid to 2.12.11, update changelogv2.12.11Pierre Sassoulas2022-10-101-0/+5
|
* Bump astroid to 2.12.2, update changelogv2.12.2Pierre Sassoulas2022-07-121-0/+4
|
* [contributors] Remove the logilab alias, we can show individualPierre Sassoulas2022-07-121-19/+0
|
* Bump astroid to 2.12.0, update changelogv2.12.0Daniël van Noord2022-07-091-4/+4
|
* Fix the qt brain for Signals on PySide 2 and 6 (#1654)adam-grant-hendry2022-06-251-0/+4
| | | | Co-authored-by: Hendry, Adam <adam.hendry@medtronic.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-2/+4
|
* Bump astroid to 2.11.3, update changelogv2.11.3Pierre Sassoulas2022-04-191-0/+8
|
* Separate ex-maintener from logilaber and googlerPierre Sassoulas2022-03-221-4/+11
|
* Update contributors-txt requirement from ~=0.5.2 to >0.7.3dependabot[bot]2022-03-221-106/+106
| | | | | | | | | | | | | | Updates the requirements on [contributors-txt](https://github.com/Pierre-Sassoulas/contributors-txt) to permit the latest version. - [Release notes](https://github.com/Pierre-Sassoulas/contributors-txt/releases) - [Commits](https://github.com/Pierre-Sassoulas/contributors-txt/compare/v0.5.2...v0.7.2) --- updated-dependencies: - dependency-name: contributors-txt dependency-type: direct:production ... Upgrade contributors.txt generation
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-125-0/+190
| | | | | | | | | | | | | | * Simplify hard to maintain copyright notice git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names. * Add a pre-commit hook to check the copyright notice * Fix the existing file so they have a notice * Fix the spacing after the copyright notice * Add a script to generate the CONTRIBUTORS.txt Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Add f-strings with `flynt`Daniël van Noord2021-09-171-1/+1
|
* Upgrade pylint checks to 2.10.0Pierre Sassoulas2021-08-211-1/+1
|
* Fix bug in bump_changelog for version with 10 in itPierre Sassoulas2021-08-212-3/+4
|
* Update pylint to 2.9.6 (#1114)Marc Mueller2021-08-021-1/+1
| | | | * Update pylint to v2.9.6 * Code updates
* Normalize capitalization of 'Release date' between astroid and pylintPierre Sassoulas2021-06-292-25/+25
| | | | The way pylint does it makes more sense
* Fix some style issue in the release scriptPierre Sassoulas2021-06-291-4/+4
| | | | Pylint linter are a little more demanding than those of astroid.
* Add patch version and minor version text automaticallyPierre Sassoulas2021-06-292-14/+96
| | | | Add tests for bump changelog for minor and major version
* Add a function to get the next versions from the versionPierre Sassoulas2021-06-292-16/+62
|
* Create a check function in bumb changelog scriptPierre Sassoulas2021-06-292-31/+51
|
* Add logging in the bump version scriptPierre Sassoulas2021-06-292-6/+26
|
* Better check for the TBA in the ChangelogPierre Sassoulas2021-06-292-13/+44
|
* Better get next version according to version typePierre Sassoulas2021-06-292-12/+35
|
* Permit to test the version in script/test_bump_changelog.pyPierre Sassoulas2021-06-291-3/+10
|
* Refactor the get_next_version functionPierre Sassoulas2021-06-292-9/+20
|
* Refactor of script/bump_changelog.py for easier testsPierre Sassoulas2021-06-292-19/+14
|
* Add tests for bump_changelogPierre Sassoulas2021-06-161-1/+75
|
* Add test for getting the new versionPierre Sassoulas2021-06-162-1/+15
|
* Small change to the script for simplificationPierre Sassoulas2021-06-161-9/+6
|
* Create a script to bump the version in changelogPierre Sassoulas2021-06-161-0/+75