Commit graph

2312 commits

Author SHA1 Message Date
Tobias Gruetzmacher b3da06b270
Fix some modules 2024-02-13 23:37:08 +01:00
Tobias Gruetzmacher 17f7c53e53
Update copyright year 2024-02-13 19:30:07 +01:00
Tobias Gruetzmacher 7517b2fef8
Fix README badges 2024-02-13 19:28:26 +01:00
Tobias Gruetzmacher 74ffa7533f
Merge pull request #298 from webcomics/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2024-02-13 19:23:49 +01:00
dependabot[bot] 321d7d0a5a
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 07:19:23 +00:00
Tobias Gruetzmacher c696fc7835
Merge pull request #296 from webcomics/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2023-12-14 10:17:41 +01:00
dependabot[bot] a7a0954082
Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [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/v2...v3)

---
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>
2023-12-14 07:37:11 +00:00
Tobias Gruetzmacher a23e070f3e
Merge pull request #295 from webcomics/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2023-12-07 13:39:45 +01:00
dependabot[bot] a81de41122
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
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>
2023-12-07 07:42:43 +00:00
Tobias Gruetzmacher 8c3fb043a6
Housekeeping: Increase minimum required setuptools version
This is probably of little consequence since most users use the newest
setuptools version anyways...
2023-11-19 22:41:45 +01:00
Tobias Gruetzmacher 75c09b68a2
Improve shell completion support 2023-11-19 22:15:24 +01:00
Tobias Gruetzmacher c25c960132
Build with Python 3.12 2023-11-13 23:59:32 +01:00
Tobias Gruetzmacher 9163317aba
Fix type annotations for older Python versions 2023-10-30 08:37:49 +01:00
Tobias Gruetzmacher af20ca7478
Simplify update checker
Motivated by the distutils removal, this replaces version parsing by a
"good enough" version comparison algorithm...
2023-10-29 19:05:20 +01:00
Tobias Gruetzmacher a392a41acb
Jenkins: Use modern coverage step 2023-10-26 22:25:25 +02:00
Tobias Gruetzmacher 85127de88d
Remove certificate "pinning" for ComicsKingdom (fixes #291)
They have switched to short-lived Google certificates, let's hope they
have automated their certificate setup enough so that chain issues won't
happen again...
2023-10-11 00:54:22 +02:00
Tobias Gruetzmacher 5de53cb4b4
Fix CyanideAndHappiness (fixes #227) 2023-10-08 20:41:39 +02:00
Tobias Gruetzmacher 5f2a3cc7cf
Merge pull request #288 from dmoonfire/CassiopeiaQuinn
Add CassiopeiaQuinn
2023-10-08 18:36:35 +02:00
D. Moonfire 4aa089488e Add CassiopeiaQuinn 2023-09-24 00:27:48 -05:00
Tobias Gruetzmacher 92bdd007e3
Flipside moved (fixes #283) 2023-09-18 08:18:31 +02:00
Tobias Gruetzmacher aac35cc797
Merge pull request #284 from webcomics/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2023-09-05 11:41:03 +02:00
dependabot[bot] 196f548ef6
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 07:10:11 +00:00
Tobias Gruetzmacher 6f721b0634
Add manual workflow to publish to TestPyPI 2023-08-27 18:19:33 +02:00
Tobias Gruetzmacher c04e49b5a3
CI: Put default Python version into a variable 2023-08-27 18:16:41 +02:00
Tobias Gruetzmacher 9e05fae304
Fix a bunch of comics (fixes #277) 2023-08-27 02:23:16 +02:00
Tobias Gruetzmacher 6d20de8b2a
Allow ignoring modules in tests forever 2023-08-26 18:23:43 +02:00
Tobias Gruetzmacher 4e03ec84c6
Switch TheRockCocks to ComicControlScraper (fixes #278) 2023-08-26 16:42:38 +02:00
Tobias Gruetzmacher 89db5f31a6
Fix MonsieurLeChien using archive.org (fixes #240) 2023-07-18 22:49:49 +02:00
Tobias Gruetzmacher 4b98223dad
Fix TwoGuysAndGuy (fixes #239) 2023-07-18 22:06:47 +02:00
Tobias Gruetzmacher b4e2e5d2f9
Add CrowTime (fixes #276) 2023-07-18 21:53:26 +02:00
Tobias Gruetzmacher a57f7cff8d
Merge pull request #274 from webcomics/dependabot/github_actions/paambaati/codeclimate-action-5.0.0
Bump paambaati/codeclimate-action from 4.0.0 to 5.0.0
2023-07-13 11:19:47 +02:00
dependabot[bot] c78853dfc4
Bump paambaati/codeclimate-action from 4.0.0 to 5.0.0
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/paambaati/codeclimate-action/releases)
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/paambaati/codeclimate-action/compare/v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: paambaati/codeclimate-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-13 08:42:55 +00:00
Tobias Gruetzmacher 632f36e80e
Merge pull request #275 from webcomics/update-jenkins
Jenkins: Update containers to Debian 12 (bookworm)
2023-07-12 01:22:11 +02:00
Tobias Gruetzmacher e75a75285a
Jenkins: Update containers to Debian 12 (bookworm) 2023-07-09 01:11:15 +02:00
Typhonragewind 52d9f38793
Add Comics (#269)
* add DarkLegacy comic
* add Awaken comic
* add Vibe comic
* add SwordComic comic
2023-06-13 23:46:23 +02:00
Tobias Gruetzmacher 41b2c0dc94
Fix modern type hint on older Python 2023-06-10 22:33:33 +02:00
Tobias Gruetzmacher 0d44632d01
Fix complex image extraction in Unsounded
This also adds a test to ensure this extraction continues working in the
future.
2023-06-10 20:03:56 +02:00
Tobias Gruetzmacher 4f932803a3
Extend scraper API with a extract_image_urls method
This is just a light wrapper around fetchUrls, but frees comic modules
from second-guessing for what purpose fetchUrls was called when they are
overriding that API - And yes, some comic modules already got this
wrong, they are now all fixed.
2023-06-10 15:05:57 +02:00
Tobias Gruetzmacher 355ef44b7e
Unify cmd tests to use capfd 2023-06-09 22:34:13 +02:00
Tobias Gruetzmacher 02718209ce
Merge pull request #271 from Techwolfy/upstream-new-comics-4
Upstream new comics 4
2023-06-09 15:49:03 +02:00
Techwolf 202e47af50
Clean up lost comics 2023-06-09 15:37:46 +02:00
Techwolf 6719c6ac25
Add MangaDex/UzakiChanWaAsobitai 2023-06-09 15:37:46 +02:00
Techwolf e9b48cfd58
Fix UberQuest 2023-06-09 15:37:46 +02:00
Techwolf 4965e0ce09
Add Shifters/TheBeastWithin 2023-06-09 15:37:46 +02:00
Techwolf 8e416325ac
Add Shifters/OnGossamerWings 2023-06-09 15:37:45 +02:00
Techwolf 61deb8900b
Fix Shifters 2023-06-09 15:37:45 +02:00
Techwolf 22865e0a1b
Add Hellkats 2023-06-09 15:37:45 +02:00
Techwolf 540163b9ee
Fix StarfireAgency 2023-06-09 15:37:45 +02:00
Techwolf ed1124662c
Fix Nightshift 2023-06-09 15:37:45 +02:00
Techwolf cf95aa076a
Add Rainburn 2023-06-09 15:37:45 +02:00