Update dependency apprise to v1.9.4 #62

Merged
renovate-bot merged 1 commits from renovate/apprise-1.x into master 2025-08-09 19:04:42 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
apprise patch ==1.9.3 -> ==1.9.4

Release Notes

caronc/apprise (apprise)

v1.9.4

Compare Source

What's Changed

It has been some time since I pushed a release; so this one just bundles all of the outstanding fixes/enhancments together.

This release introduces a major refactor of the code base to modernize it (for Python v3.9+). The change added more then 13,000 lines of code and refactored 70,000 lines. It took a very, very long time to do, but I'm happy how things turned out. It should make it easier for others to adapt and add to the code base. This change also greatly improved the type hinting offered by the library. I debated marking this release v2.0.0 due to the signifgance of it, but will just bump the minor to catch any fallout from the change I may have overlooked.

Please don't hesitate to open a ticket if you find any issus at all.

📣 New Notification Services:
🐞 Bugfixes
💡 Features
❤️ Life-Cycle Support
  • Add Codecov Test Analytics by @​katia-sentry in https://github.com/caronc/apprise/pull/1321

  • Removed LunaSea as it's services are offline as of April 30th, 2025 in https://github.com/caronc/apprise/pull/1362

  • 🔥 Apprise Build System Modernization (PEP 621 / RPM CI) in https://github.com/caronc/apprise/pull/1368

    • Addresses Red Hat Bugzilla 2377453 filed against the Apprise RPM Build structure.
    • Replaced setup.py with pyproject.toml (setuptools.build_meta backend)
    • Replaced legacy dynamic keyword loading with static [project.keywords]
    • Added SPDX-compliant license (BSD-2-Clause)
    • Introduced tox -e release for full packaging lifecycle
    • Man page generation and translation compilation included in CI
    • Verified RPM builds using Fedora-compatible GitHub Actions
    • CI test matrix now supports Python 3.9–3.12, across Ubuntu, macOS, and Windows
    • .coverage files now consistently written to root; parallel coverage disabled for simpler merging
    • Artifact uploads now uniquely named per ${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.tox_env }}
    • tox.ini now supports clean qa, minimal, and release testing workflows
    • ruff linter applied to entire code-base
    • .pyi files dropped and type hinting integrated into main code base
  • Test coverge added to investigate ticket #​1356 in https://github.com/caronc/apprise/pull/1358

  • EL9 RPM build container public; workflow fixed to accommodate in https://github.com/caronc/apprise/pull/1375

New Contributors

Installation

Apprise is available on PyPI through pip:


### Install Apprise v1.9.4 from PyPI
pip install apprise==1.9.4

Full Changelog: https://github.com/caronc/apprise/compare/v1.9.3...v1.9.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [apprise](https://github.com/caronc/apprise) | patch | `==1.9.3` -> `==1.9.4` | --- ### Release Notes <details> <summary>caronc/apprise (apprise)</summary> ### [`v1.9.4`](https://github.com/caronc/apprise/releases/tag/v1.9.4) [Compare Source](https://github.com/caronc/apprise/compare/v1.9.3...v1.9.4) #### What's Changed It has been some time since I pushed a release; so this one just bundles all of the outstanding fixes/enhancments together. This release introduces a major refactor of the code base to modernize it (for Python v3.9+). The change added more then 13,000 lines of code and refactored 70,000 lines. It took a very, very long time to do, but I'm happy how things turned out. It should make it easier for others to adapt and add to the code base. This change also greatly improved the type hinting offered by the library. I debated marking this release v2.0.0 due to the signifgance of it, but will just bump the minor to catch any fallout from the change I may have overlooked. Please don't hesitate to [open a ticket](https://github.com/caronc/apprise/issues/new/choose) if you find any issus at all. ##### :mega: New Notification Services: - Added Spike.sh support in https://github.com/caronc/apprise/pull/1364 - Added Spug Push Support in https://github.com/caronc/apprise/pull/1365 - Added Lark Support in https://github.com/caronc/apprise/pull/1361 - Added QQ Push Support in https://github.com/caronc/apprise/pull/1366 - Added SIGNL4 Support by [@&#8203;rons4](https://github.com/rons4) in https://github.com/caronc/apprise/pull/1379 - Added SendPulse Support in https://github.com/caronc/apprise/pull/1192 - Added Clickatell support by [@&#8203;thmasker](https://github.com/thmasker) in https://github.com/caronc/apprise/pull/1347 - Added Vapid/WebPush Support in https://github.com/caronc/apprise/pull/1323 - Added SMPP support by [@&#8203;thmasker](https://github.com/thmasker) in https://github.com/caronc/apprise/pull/1354 ##### :lady_beetle: Bugfixes - Fix throttling in matrix plugin by [@&#8203;wolfgesbro](https://github.com/wolfgesbro) in https://github.com/caronc/apprise/pull/1352 - minor fixes lingering from PR [#&#8203;1368](https://github.com/caronc/apprise/issues/1368) in https://github.com/caronc/apprise/pull/1378 - This is the major update identified in the Life-Cycle Support - bluesky resolve *did* custom domains in https://github.com/caronc/apprise/pull/1363 - Update token regex on chanify by [@&#8203;edwinbernadus](https://github.com/edwinbernadus) in https://github.com/caronc/apprise/pull/1325 - Fix matrix v3 attachments by [@&#8203;privacyfr3ak](https://github.com/privacyfr3ak) in https://github.com/caronc/apprise/pull/1373 - Minor typos and fixes in https://github.com/caronc/apprise/pull/1357 - Improved Google Chat thread handling in https://github.com/caronc/apprise/pull/1376 ##### :bulb: Features - Display SMTP host in debug mode by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in https://github.com/caronc/apprise/pull/1331 - Support mailto://localhost (default user is root) in https://github.com/caronc/apprise/pull/1360 - Dbus/Glib Python binding modernization + test refactoring in https://github.com/caronc/apprise/pull/1377 ##### :heart: Life-Cycle Support - Add Codecov Test Analytics by [@&#8203;katia-sentry](https://github.com/katia-sentry) in https://github.com/caronc/apprise/pull/1321 - Removed LunaSea as it's services are offline as of April 30th, 2025 in https://github.com/caronc/apprise/pull/1362 - :fire: Apprise Build System Modernization (PEP 621 / RPM CI) in https://github.com/caronc/apprise/pull/1368 - Addresses [Red Hat Bugzilla 2377453](https://bugzilla.redhat.com/show_bug.cgi?id=2377453) filed against the Apprise RPM Build structure. - Replaced `setup.py` with `pyproject.toml` (`setuptools.build_meta` backend) - Replaced legacy dynamic keyword loading with static `[project.keywords]` - Added SPDX-compliant license (`BSD-2-Clause`) - Introduced `tox -e release` for full packaging lifecycle - Man page generation and translation compilation included in CI - Verified RPM builds using Fedora-compatible GitHub Actions - CI test matrix now supports Python 3.9–3.12, across Ubuntu, macOS, and Windows - `.coverage` files now consistently written to root; parallel coverage disabled for simpler merging - Artifact uploads now uniquely named per `${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.tox_env }}` - `tox.ini` now supports clean `qa`, `minimal`, and `release` testing workflows - `ruff` linter applied to entire code-base - `.pyi` files dropped and type hinting integrated into main code base - Test coverge added to investigate ticket [#&#8203;1356](https://github.com/caronc/apprise/issues/1356) in https://github.com/caronc/apprise/pull/1358 - EL9 RPM build container public; workflow fixed to accommodate in https://github.com/caronc/apprise/pull/1375 #### New Contributors - [@&#8203;katia-sentry](https://github.com/katia-sentry) made their first contribution in https://github.com/caronc/apprise/pull/1321 - [@&#8203;edwinbernadus](https://github.com/edwinbernadus) made their first contribution in https://github.com/caronc/apprise/pull/1325 - [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) made their first contribution in https://github.com/caronc/apprise/pull/1331 - [@&#8203;thmasker](https://github.com/thmasker) made their first contribution in https://github.com/caronc/apprise/pull/1347 - [@&#8203;wolfgesbro](https://github.com/wolfgesbro) made their first contribution in https://github.com/caronc/apprise/pull/1352 - [@&#8203;privacyfr3ak](https://github.com/privacyfr3ak) made their first contribution in https://github.com/caronc/apprise/pull/1373 - [@&#8203;rons4](https://github.com/rons4) made their first contribution in https://github.com/caronc/apprise/pull/1379 #### Installation Apprise is available [on PyPI](https://pypi.org/project/apprise/) through *pip*: ```bash ### Install Apprise v1.9.4 from PyPI pip install apprise==1.9.4 ``` **Full Changelog**: https://github.com/caronc/apprise/compare/v1.9.3...v1.9.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-08-09 19:00:15 +00:00
Update dependency apprise to v1.9.4
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 4m23s
Test Pull Request / Notify (pull_request) Successful in 4s
Build Image / Validate Image (push) Successful in 3m22s
Build Image / Publish Image (push) Successful in 4m47s
Build Image / Notify (push) Successful in 4s
83f1d8ac81
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-08-09 19:00:16 +00:00
renovate-bot merged commit 83f1d8ac81 into master 2025-08-09 19:04:42 +00:00
renovate-bot deleted branch renovate/apprise-1.x 2025-08-09 19:04:42 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MrMeeb/certbot-cron-docker#62
No description provided.