summaryrefslogtreecommitdiff
path: root/utils/bump_version.py
Commit message (Collapse)AuthorAgeFilesLines
* Run pyupgrade (#11070)Adam Turner2023-01-021-4/+3
|
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-1/+1
|
* Use declarative metadataAdam Turner2022-09-131-13/+17
| | | | | | | - Move to pyproject.toml metadata - Update references to `setup.py` - Use pypa/build - Update workflows and tooling
* Specify encodingAdam Turner2022-04-221-5/+5
|
* Fix typoEisuke Kawashima2021-07-081-1/+1
|
* utils/bump_version: Remove empty sections from CHANGES automaticallyTakeshi KOMIYA2020-02-231-1/+4
|
* Specifically request Python 3Stephen Finucane2018-12-171-1/+1
| | | | | | | If Sphinx is Python 3-only, Sphinx's tooling should be Python 3-only too. Signed-off-by: Stephen Finucane <stephen@that.guru>
* py3: Remove (most) __future__ importsStephen Finucane2018-12-171-2/+0
| | | | | | | | | | | | | | | | | | | There were two used: - print_function - absolute_import Both of these are mandatory in Python 3.0 onwards [1] and can therefore be removed...mostly. Unfortunately, mypy is still running in Python 2.7 mode, meaning we need the 'print_function' future wherever we're calling 'print' with the 'file' argument. There's also a single 'absolute_import' future that must be retained as its removal breaks a test for as-yet unknown reasons. TODOs are added to resolve both issues in the future. [1] https://docs.python.org/3/library/__future__.html Signed-off-by: Stephen Finucane <stephen@that.guru>
* Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
| | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary.
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-2/+2
|
* package: update bump_version.pyTakeshi KOMIYA2018-01-151-5/+1
|
* Fix flake8 and style-check violationsTakeshi KOMIYA2017-10-231-1/+1
|
* bump_version.py: Fix generate non-beta version number on beta releaseTakeshi KOMIYA2017-04-301-14/+26
|
* Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-8/+8
|
* Rename bump_version.pyTakeshi KOMIYA2017-01-211-0/+170