mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-05 16:18:02 +01:00
Release version 0.45.0
This commit is contained in:
249
CHANGES.rst
249
CHANGES.rst
@@ -1,10 +1,257 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
0.44.1 (2023-12-09)
|
0.45.0 (2024-01-29)
|
||||||
-------------------
|
-------------------
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Catch 404s for non-existing hooks. Fixes #176. [Moritz Federspiel]
|
||||||
|
- Ensure wheel is installed. [Jose Diaz-Gonzalez]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
- Fix code style. [BrOleg5]
|
||||||
|
- Add option to skip prerelease versions. [BrOleg5]
|
||||||
|
|
||||||
|
Replace release sorting by tag with release sorting by creation date.
|
||||||
|
- Add option to include certain number of the latest releases. [BrOleg5]
|
||||||
|
- Auto docker build. [8cH9azbsFifZ]
|
||||||
|
- Vs code. [8cH9azbsFifZ]
|
||||||
|
- Chore(deps): bump the python-packages group with 6 updates.
|
||||||
|
[dependabot[bot]]
|
||||||
|
|
||||||
|
Bumps the python-packages group with 6 updates:
|
||||||
|
|
||||||
|
| Package | From | To |
|
||||||
|
| --- | --- | --- |
|
||||||
|
| [black](https://github.com/psf/black) | `23.11.0` | `24.1.0` |
|
||||||
|
| [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.0.0` |
|
||||||
|
| [importlib-metadata](https://github.com/python/importlib_metadata) | `7.0.0` | `7.0.1` |
|
||||||
|
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.1.0` | `10.2.0` |
|
||||||
|
| [pathspec](https://github.com/cpburnz/python-pathspec) | `0.11.2` | `0.12.1` |
|
||||||
|
| [pyflakes](https://github.com/PyCQA/pyflakes) | `3.1.0` | `3.2.0` |
|
||||||
|
|
||||||
|
|
||||||
|
Updates `black` from 23.11.0 to 24.1.0
|
||||||
|
- [Release notes](https://github.com/psf/black/releases)
|
||||||
|
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
|
||||||
|
- [Commits](https://github.com/psf/black/compare/23.11.0...24.1.0)
|
||||||
|
|
||||||
|
Updates `flake8` from 6.1.0 to 7.0.0
|
||||||
|
- [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0)
|
||||||
|
|
||||||
|
Updates `importlib-metadata` from 7.0.0 to 7.0.1
|
||||||
|
- [Release notes](https://github.com/python/importlib_metadata/releases)
|
||||||
|
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
|
||||||
|
- [Commits](https://github.com/python/importlib_metadata/compare/v7.0.0...v7.0.1)
|
||||||
|
|
||||||
|
Updates `more-itertools` from 10.1.0 to 10.2.0
|
||||||
|
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
|
||||||
|
- [Commits](https://github.com/more-itertools/more-itertools/compare/v10.1.0...v10.2.0)
|
||||||
|
|
||||||
|
Updates `pathspec` from 0.11.2 to 0.12.1
|
||||||
|
- [Release notes](https://github.com/cpburnz/python-pathspec/releases)
|
||||||
|
- [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst)
|
||||||
|
- [Commits](https://github.com/cpburnz/python-pathspec/compare/v0.11.2...v0.12.1)
|
||||||
|
|
||||||
|
Updates `pyflakes` from 3.1.0 to 3.2.0
|
||||||
|
- [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst)
|
||||||
|
- [Commits](https://github.com/PyCQA/pyflakes/compare/3.1.0...3.2.0)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: black
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-major
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: flake8
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-major
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: importlib-metadata
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-patch
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: more-itertools
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: pathspec
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: pyflakes
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
...
|
||||||
|
- Chore(deps): bump the python-packages group with 15 updates.
|
||||||
|
[dependabot[bot]]
|
||||||
|
|
||||||
|
Bumps the python-packages group with 15 updates:
|
||||||
|
|
||||||
|
| Package | From | To |
|
||||||
|
| --- | --- | --- |
|
||||||
|
| [bleach](https://github.com/mozilla/bleach) | `6.0.0` | `6.1.0` |
|
||||||
|
| [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2023.11.17` |
|
||||||
|
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.1.0` | `3.3.2` |
|
||||||
|
| [idna](https://github.com/kjd/idna) | `3.4` | `3.6` |
|
||||||
|
| [importlib-metadata](https://github.com/python/importlib_metadata) | `6.6.0` | `7.0.0` |
|
||||||
|
| [jaraco-classes](https://github.com/jaraco/jaraco.classes) | `3.2.3` | `3.3.0` |
|
||||||
|
| [keyring](https://github.com/jaraco/keyring) | `23.13.1` | `24.3.0` |
|
||||||
|
| [markdown-it-py](https://github.com/executablebooks/markdown-it-py) | `2.2.0` | `3.0.0` |
|
||||||
|
| [more-itertools](https://github.com/more-itertools/more-itertools) | `9.1.0` | `10.1.0` |
|
||||||
|
| [pygments](https://github.com/pygments/pygments) | `2.15.1` | `2.17.2` |
|
||||||
|
| [readme-renderer](https://github.com/pypa/readme_renderer) | `37.3` | `42.0` |
|
||||||
|
| [rich](https://github.com/Textualize/rich) | `13.3.5` | `13.7.0` |
|
||||||
|
| [tqdm](https://github.com/tqdm/tqdm) | `4.65.0` | `4.66.1` |
|
||||||
|
| [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.1.0` |
|
||||||
|
| [zipp](https://github.com/jaraco/zipp) | `3.15.0` | `3.17.0` |
|
||||||
|
|
||||||
|
|
||||||
|
Updates `bleach` from 6.0.0 to 6.1.0
|
||||||
|
- [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES)
|
||||||
|
- [Commits](https://github.com/mozilla/bleach/compare/v6.0.0...v6.1.0)
|
||||||
|
|
||||||
|
Updates `certifi` from 2023.7.22 to 2023.11.17
|
||||||
|
- [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2023.11.17)
|
||||||
|
|
||||||
|
Updates `charset-normalizer` from 3.1.0 to 3.3.2
|
||||||
|
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
|
||||||
|
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md)
|
||||||
|
- [Commits](https://github.com/Ousret/charset_normalizer/compare/3.1.0...3.3.2)
|
||||||
|
|
||||||
|
Updates `idna` from 3.4 to 3.6
|
||||||
|
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
|
||||||
|
- [Commits](https://github.com/kjd/idna/compare/v3.4...v3.6)
|
||||||
|
|
||||||
|
Updates `importlib-metadata` from 6.6.0 to 7.0.0
|
||||||
|
- [Release notes](https://github.com/python/importlib_metadata/releases)
|
||||||
|
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
|
||||||
|
- [Commits](https://github.com/python/importlib_metadata/compare/v6.6.0...v7.0.0)
|
||||||
|
|
||||||
|
Updates `jaraco-classes` from 3.2.3 to 3.3.0
|
||||||
|
- [Release notes](https://github.com/jaraco/jaraco.classes/releases)
|
||||||
|
- [Changelog](https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst)
|
||||||
|
- [Commits](https://github.com/jaraco/jaraco.classes/compare/v3.2.3...v3.3.0)
|
||||||
|
|
||||||
|
Updates `keyring` from 23.13.1 to 24.3.0
|
||||||
|
- [Release notes](https://github.com/jaraco/keyring/releases)
|
||||||
|
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
|
||||||
|
- [Commits](https://github.com/jaraco/keyring/compare/v23.13.1...v24.3.0)
|
||||||
|
|
||||||
|
Updates `markdown-it-py` from 2.2.0 to 3.0.0
|
||||||
|
- [Release notes](https://github.com/executablebooks/markdown-it-py/releases)
|
||||||
|
- [Changelog](https://github.com/executablebooks/markdown-it-py/blob/master/CHANGELOG.md)
|
||||||
|
- [Commits](https://github.com/executablebooks/markdown-it-py/compare/v2.2.0...v3.0.0)
|
||||||
|
|
||||||
|
Updates `more-itertools` from 9.1.0 to 10.1.0
|
||||||
|
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
|
||||||
|
- [Commits](https://github.com/more-itertools/more-itertools/compare/v9.1.0...v10.1.0)
|
||||||
|
|
||||||
|
Updates `pygments` from 2.15.1 to 2.17.2
|
||||||
|
- [Release notes](https://github.com/pygments/pygments/releases)
|
||||||
|
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
|
||||||
|
- [Commits](https://github.com/pygments/pygments/compare/2.15.1...2.17.2)
|
||||||
|
|
||||||
|
Updates `readme-renderer` from 37.3 to 42.0
|
||||||
|
- [Release notes](https://github.com/pypa/readme_renderer/releases)
|
||||||
|
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)
|
||||||
|
- [Commits](https://github.com/pypa/readme_renderer/compare/37.3...42.0)
|
||||||
|
|
||||||
|
Updates `rich` from 13.3.5 to 13.7.0
|
||||||
|
- [Release notes](https://github.com/Textualize/rich/releases)
|
||||||
|
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
|
||||||
|
- [Commits](https://github.com/Textualize/rich/compare/v13.3.5...v13.7.0)
|
||||||
|
|
||||||
|
Updates `tqdm` from 4.65.0 to 4.66.1
|
||||||
|
- [Release notes](https://github.com/tqdm/tqdm/releases)
|
||||||
|
- [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.1)
|
||||||
|
|
||||||
|
Updates `urllib3` from 2.0.7 to 2.1.0
|
||||||
|
- [Release notes](https://github.com/urllib3/urllib3/releases)
|
||||||
|
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
|
||||||
|
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.7...2.1.0)
|
||||||
|
|
||||||
|
Updates `zipp` from 3.15.0 to 3.17.0
|
||||||
|
- [Release notes](https://github.com/jaraco/zipp/releases)
|
||||||
|
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
|
||||||
|
- [Commits](https://github.com/jaraco/zipp/compare/v3.15.0...v3.17.0)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: bleach
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: certifi
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: charset-normalizer
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: idna
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: importlib-metadata
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-major
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: jaraco-classes
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: keyring
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-major
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: markdown-it-py
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-major
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: more-itertools
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-major
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: pygments
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: readme-renderer
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-major
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: rich
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: tqdm
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: urllib3
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
- dependency-name: zipp
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-minor
|
||||||
|
dependency-group: python-packages
|
||||||
|
...
|
||||||
|
- Chore: format python code. [Jose Diaz-Gonzalez]
|
||||||
|
- Chore: format yaml. [Jose Diaz-Gonzalez]
|
||||||
|
- Chore: update gitignore. [Jose Diaz-Gonzalez]
|
||||||
|
- Feat: add dependabot config to repository. [Jose Diaz-Gonzalez]
|
||||||
|
|
||||||
|
|
||||||
|
0.44.1 (2023-12-09)
|
||||||
|
-------------------
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
- Use a deploy key to push tags so releases get auto-created. [Jose
|
- Use a deploy key to push tags so releases get auto-created. [Jose
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.44.1"
|
__version__ = "0.45.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user