Jose Diaz-Gonzalez
|
ec43649bcd
|
Merge pull request #240 from josegonzalez/dependabot/pip/python-packages-35d4ee13ea
chore(deps): bump the python-packages group with 1 update
|
2024-01-29 08:52:35 -05:00 |
|
dependabot[bot]
|
e869844dba
|
chore(deps): bump the python-packages group with 1 update
Bumps the python-packages group with 1 update: [black](https://github.com/psf/black).
Updates `black` from 24.1.0 to 24.1.1
- [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/24.1.0...24.1.1)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python-packages
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-29 13:36:46 +00:00 |
|
GitHub Action
|
0857a37440
|
Release version 0.45.0
0.45.0
|
2024-01-29 12:52:57 +00:00 |
|
Jose Diaz-Gonzalez
|
585af4c4e3
|
Merge pull request #236 from BrOleg5/master
Add options to include certain number of latest release and skip prereleases
|
2024-01-29 07:51:35 -05:00 |
|
Jose Diaz-Gonzalez
|
41ec01d5cb
|
Merge pull request #233 from 8cH9azbsFifZ/master
Docker Images
|
2024-01-29 07:51:29 -05:00 |
|
Jose Diaz-Gonzalez
|
7dc22358df
|
Merge pull request #239 from josegonzalez/dependabot/pip/python-packages-1d7ddf90bb
chore(deps): bump the python-packages group with 6 updates
|
2024-01-29 07:50:21 -05:00 |
|
Jose Diaz-Gonzalez
|
b855bcabf6
|
Merge pull request #238 from mofe23/master
Fix 404 on hooks
|
2024-01-29 07:50:06 -05:00 |
|
dependabot[bot]
|
3c3262ed69
|
chore(deps): bump the python-packages group with 6 updates
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
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-01-26 14:14:51 +00:00 |
|
Moritz Federspiel
|
42b836f623
|
fix: Catch 404s for non-existing hooks. Fixes #176
Explanation: Repositories where no webhooks are defined return 404 errors. This breaks further script execution.
|
2024-01-16 15:17:48 +01:00 |
|
BrOleg5
|
09f4168db6
|
Fix code style.
|
2024-01-05 20:46:02 +08:00 |
|
BrOleg5
|
3e9a4fa0d8
|
Update CLI help output in README.
Rename destination of latest-releases argument.
|
2024-01-05 20:35:37 +08:00 |
|
BrOleg5
|
ab18e96ea8
|
Add option to skip prerelease versions.
Replace release sorting by tag with release sorting by creation date.
|
2024-01-05 20:26:08 +08:00 |
|
BrOleg5
|
eb88def888
|
Add option to include certain number of the latest releases.
|
2024-01-02 12:54:06 +08:00 |
|
8cH9azbsFifZ
|
7fe6541291
|
auto docker build
|
2023-12-30 13:04:45 +01:00 |
|
8cH9azbsFifZ
|
c8b8b270f6
|
vs code
|
2023-12-30 13:01:46 +01:00 |
|
Jose Diaz-Gonzalez
|
a97f15b519
|
Merge pull request #229 from josegonzalez/dependabot/pip/python-packages-6492013e8e
chore(deps): bump the python-packages group with 15 updates
|
2023-12-09 13:30:28 -05:00 |
|
dependabot[bot]
|
500c97c60e
|
chore(deps): bump the python-packages group with 15 updates
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
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-09 18:30:23 +00:00 |
|
Jose Diaz-Gonzalez
|
31a6e52a5e
|
fix: ensure wheel is installed
|
2023-12-09 12:34:58 -05:00 |
|
Jose Diaz-Gonzalez
|
4c5187bcff
|
chore: format python code
|
2023-12-09 12:31:33 -05:00 |
|
Jose Diaz-Gonzalez
|
2de69beffa
|
chore: format yaml
|
2023-12-09 12:31:33 -05:00 |
|
Jose Diaz-Gonzalez
|
96592295e1
|
chore: update gitignore
|
2023-12-09 12:31:33 -05:00 |
|
Jose Diaz-Gonzalez
|
bd65c3d5d6
|
feat: add dependabot config to repository
|
2023-12-09 12:25:51 -05:00 |
|
GitHub Action
|
aaf45022cc
|
Release version 0.44.1
0.44.1
|
2023-12-09 05:53:43 +00:00 |
|
Jose Diaz-Gonzalez
|
7cdf428e3a
|
fix: use a deploy key to push tags so releases get auto-created
|
2023-12-09 00:52:00 -05:00 |
|
Jose Diaz-Gonzalez
|
cfb1f1368b
|
Merge pull request #228 from josegonzalez/dependabot/pip/certifi-2023.7.22
chore(deps): bump certifi from 2023.5.7 to 2023.7.22
|
2023-12-09 00:45:27 -05:00 |
|
Jose Diaz-Gonzalez
|
4700a26d90
|
tests: run lint on pull requests
|
2023-12-09 00:45:20 -05:00 |
|
dependabot[bot]
|
f53f7d9b71
|
chore(deps): bump certifi from 2023.5.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-09 05:43:45 +00:00 |
|
Jose Diaz-Gonzalez
|
3b6aa060ba
|
Merge pull request #227 from josegonzalez/dependabot/pip/urllib3-2.0.7
chore(deps): bump urllib3 from 2.0.2 to 2.0.7
|
2023-12-09 00:42:54 -05:00 |
|
Jose Diaz-Gonzalez
|
76ff7f3b0d
|
chore: remove circleci as tests now run in github actions
|
2023-12-09 00:42:09 -05:00 |
|
Jose Diaz-Gonzalez
|
2615cab114
|
tests: install correct dependencies and rename job
|
2023-12-09 00:40:58 -05:00 |
|
Jose Diaz-Gonzalez
|
fda71b0467
|
tests: add lint github action workflow
|
2023-12-09 00:39:40 -05:00 |
|
Jose Diaz-Gonzalez
|
a9f82faa1c
|
feat: install autopep8
|
2023-12-09 00:39:40 -05:00 |
|
Jose Diaz-Gonzalez
|
f17bf19776
|
Merge pull request #226 from josegonzalez/dependabot/pip/certifi-2023.7.22
chore(deps): bump certifi from 2023.5.7 to 2023.7.22
|
2023-12-09 00:31:43 -05:00 |
|
dependabot[bot]
|
54c81de3d7
|
chore(deps): bump urllib3 from 2.0.2 to 2.0.7
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.7.
- [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.2...2.0.7)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-09 05:31:30 +00:00 |
|
dependabot[bot]
|
f2b4f566a1
|
chore(deps): bump certifi from 2023.5.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-12-09 05:31:23 +00:00 |
|
Jose Diaz-Gonzalez
|
2724f02b0a
|
chore: reformat file and update flake8
|
2023-12-09 00:30:44 -05:00 |
|
GitHub Action
|
e0bf80a6aa
|
Release version 0.44.0
0.44.0
|
2023-12-09 05:26:00 +00:00 |
|
Jose Diaz-Gonzalez
|
b60034a9d7
|
fix: do not use raw property in readme
This is disabled on pypi.
|
2023-12-09 00:25:28 -05:00 |
|
Jose Diaz-Gonzalez
|
878713a4e0
|
fix: validate release before committing and uploading it
|
2023-12-09 00:22:36 -05:00 |
|
Jose Diaz-Gonzalez
|
3b0c08cdc1
|
fix: correct lint issues and show errors on lint
|
2023-12-09 00:08:19 -05:00 |
|
Jose Diaz-Gonzalez
|
b52d9bfdc8
|
Merge pull request #215 from josegonzalez/dependabot/pip/certifi-2023.7.22
Bump certifi from 2023.5.7 to 2023.7.22
|
2023-12-09 00:04:48 -05:00 |
|
Jose Diaz-Gonzalez
|
336b8b746f
|
Merge pull request #223 from Ondkloss/feature/auto-release
Added automatic release workflow, for use with GitHub Actions
|
2023-12-09 00:04:38 -05:00 |
|
Jose Diaz-Gonzalez
|
4e7d6f7497
|
Merge pull request #222 from pl4nty/patch-1
feat: create Dockerfile
|
2023-12-09 00:00:20 -05:00 |
|
Jose Diaz-Gonzalez
|
7d07cbbe4f
|
Merge pull request #224 from hozza/master
more detailed README docs
|
2023-12-08 23:59:55 -05:00 |
|
Jose Diaz-Gonzalez
|
b80af2a4ca
|
Merge pull request #221 from josegonzalez/dependabot/pip/urllib3-2.0.7
Bump urllib3 from 2.0.2 to 2.0.7
|
2023-12-08 23:59:20 -05:00 |
|
hozza
|
5dd0744ce0
|
fix rst html
|
2023-11-07 16:12:26 +00:00 |
|
hozza
|
81876a2bb3
|
add contributor section
|
2023-11-07 16:08:35 +00:00 |
|
hozza
|
a2b13c8109
|
fix readme wording and format
|
2023-11-07 16:08:00 +00:00 |
|
hozza
|
f63be3be24
|
fixed readme working and layout
|
2023-11-07 15:46:03 +00:00 |
|
hozza
|
9cf85b087f
|
fix readme formatting, spelling and layout
|
2023-11-07 15:28:39 +00:00 |
|