patchback[bot]
cf1b02c6b9
[PR #10705/b1c75339 backport][stable-11] openbsd_pkg: add support for removing unused dependencies ( #10758 )
...
openbsd_pkg: add support for removing unused dependencies (#10705 )
* openbsd_pkg: add support for removing unused dependencies
Add new state 'rm_unused_deps' that uses 'pkg_delete -a' to remove
packages that are no longer required by any other packages.
Features:
- Requires name='*' to avoid accidental usage
- Supports check mode, diff mode, clean and quick flags
- Follows existing module patterns for error handling
- Integrates with existing package list comparison for change detection
* Update the PR number in the frgment link
* Fix the changelog fragment name to include the PR #
* Force non-interactive mode like most of the other modes
* Fix PEP8 E302: add missing blank line before function definition
* Ensure that no matter what, if the package list unchanged then there was no change
Also removed some unused vars from the original code.
* Standardize names in the PR
* Swap over from a new state to implementing an autoremove option
Added code to handle the case where you git a name or list of names as
pkg_delete will correctly filter what it autoremove by the names
* Update the fragment to match the new code
* typo in EXAMPLES
* Fix up a yamllint complaint.
I do note the following:
```
$ ansible-lint tests/test_openbsd_pkg.yml
Passed: 0 failure(s), 0 warning(s) on 1 files. Last profile that met the validation criteria was 'production'.
```
Although that could be due to local config
* While here add realistic examples of packages that might be autoinstalled
* Clean up docs.
* Autoremove is an option, work like the other package managers
* Update changelog for openbsd_pkg autoremove parameter
Clarified the behavior of the `autoremove` parameter to specify it removes autoinstalled packages. Removed flowery text that isn't needed.
* Cut the rest of the cruft out of the changelog fragment
Make it obvious how '*' can be used as a 'name:'
Be more pythonic in the package list comparison.
* Update changelogs/fragments/10705-openbsd-pkg-remove-unused.yml
---------
(cherry picked from commit b1c75339c0 )
Co-authored-by: Allen Smith <lazlor@lotaris.org >
Co-authored-by: Felix Fontein <felix@fontein.de >
2025-08-28 22:18:07 +02:00
..
2025-07-28 18:59:32 +02:00
2025-07-28 18:59:32 +02:00
2024-12-27 14:29:15 +01:00
2025-07-28 19:22:07 +02:00
2025-07-28 19:22:07 +02:00
2025-07-07 21:21:27 +02:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2025-07-07 21:21:27 +02:00
2025-07-07 21:21:27 +02:00
2024-12-27 14:29:15 +01:00
2025-08-23 19:43:27 +02:00
2025-07-07 21:21:27 +02:00
2025-05-25 23:42:57 +12:00
2025-08-17 13:12:55 +02:00
2025-08-04 20:50:17 +02:00
2024-12-27 14:29:15 +01:00
2025-07-07 21:21:27 +02:00
2025-07-07 21:21:27 +02:00
2024-12-31 12:47:19 +13:00
2024-12-31 12:47:19 +13:00
2024-12-31 12:47:19 +13:00
2025-07-07 21:21:27 +02:00
2025-07-07 21:21:27 +02:00
2025-08-04 20:48:56 +02:00
2025-07-28 18:59:32 +02:00
2024-12-27 14:29:15 +01:00
2024-12-27 14:29:15 +01:00
2025-07-07 21:21:27 +02:00
2024-12-27 14:29:15 +01:00
2025-07-28 18:59:32 +02:00
2025-07-28 18:59:32 +02:00
2025-07-07 21:21:27 +02:00
2025-07-28 18:59:32 +02:00
2025-07-28 18:59:32 +02:00
2025-08-04 20:50:30 +02:00
2025-07-28 18:59:32 +02:00
2025-08-04 20:50:41 +02:00
2025-07-28 18:59:32 +02:00
2025-07-28 19:22:07 +02:00
2024-12-27 14:29:05 +01:00
2025-07-28 18:59:32 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-08-17 12:53:22 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-28 18:59:32 +02:00
2025-07-28 18:59:32 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-28 18:59:32 +02:00
2025-08-04 20:49:28 +02:00
2025-07-28 06:47:08 +02:00
2025-07-14 07:23:02 +02:00
2025-07-28 18:59:32 +02:00
2025-07-14 07:23:02 +02:00
2025-07-28 18:59:32 +02:00
2025-07-28 18:59:32 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-28 18:59:32 +02:00
2025-07-28 18:59:32 +02:00
2024-12-26 21:53:20 +01:00
2025-08-27 22:09:53 +02:00
2024-12-26 21:53:20 +01:00
2025-08-27 22:09:53 +02:00
2025-07-14 07:23:02 +02:00
2025-07-28 18:59:32 +02:00
2025-07-18 23:23:44 +02:00
2025-07-14 07:23:02 +02:00
2025-07-14 07:23:02 +02:00
2025-07-28 18:59:32 +02:00
2025-07-28 18:59:32 +02:00
2025-08-04 20:50:48 +02:00
2024-12-26 21:53:20 +01:00
2025-08-23 19:43:27 +02:00
2025-07-13 17:36:27 +02:00
2024-12-29 13:42:22 +01:00
2024-12-26 21:53:20 +01:00
2025-07-28 18:59:32 +02:00
2024-12-26 21:53:20 +01:00
2025-07-28 18:59:32 +02:00
2025-07-28 19:22:07 +02:00
2025-07-13 17:36:27 +02:00
2024-12-26 21:54:03 +01:00
2025-05-19 18:11:39 +02:00
2025-05-19 18:11:39 +02:00
2025-07-31 23:03:54 +02:00
2025-07-28 19:22:07 +02:00
2025-07-31 23:03:54 +02:00
2025-05-27 23:17:35 +02:00
2025-07-31 23:03:54 +02:00
2024-12-26 21:54:03 +01:00
2025-07-13 17:36:27 +02:00
2025-07-08 22:29:54 +02:00
2025-08-06 07:02:09 +02:00
2025-07-31 23:03:54 +02:00
2025-07-31 23:03:54 +02:00
2025-07-31 23:03:54 +02:00
2025-07-13 17:36:27 +02:00
2025-08-23 19:44:29 +02:00
2024-12-26 21:54:03 +01:00
2025-07-31 23:03:54 +02:00
2025-07-13 17:36:27 +02:00
2025-07-31 23:03:54 +02:00
2025-07-31 23:03:54 +02:00
2025-07-31 23:03:54 +02:00
2025-08-23 19:43:36 +02:00
2025-07-31 23:03:54 +02:00
2025-08-23 19:43:36 +02:00
2025-08-23 19:44:29 +02:00
2024-12-26 21:54:03 +01:00
2025-04-10 07:05:01 +02:00
2025-07-31 23:03:54 +02:00
2025-07-31 23:03:54 +02:00
2024-12-26 21:54:03 +01:00
2025-07-13 17:36:27 +02:00
2025-07-13 17:36:27 +02:00
2025-07-31 23:03:54 +02:00
2025-07-13 17:36:27 +02:00
2025-07-13 17:36:27 +02:00
2024-12-26 21:55:56 +01:00
2025-07-31 23:03:54 +02:00
2025-07-31 23:03:54 +02:00
2025-03-03 21:04:14 +01:00
2025-07-31 23:03:54 +02:00
2025-07-31 23:03:54 +02:00
2025-08-10 13:51:58 +02:00
2025-07-31 23:03:54 +02:00
2025-07-13 17:36:27 +02:00
2025-07-13 17:36:27 +02:00
2025-05-19 18:11:39 +02:00
2025-07-31 23:03:54 +02:00
2025-07-13 17:36:27 +02:00
2025-07-13 17:36:27 +02:00
2025-07-13 17:36:27 +02:00
2024-12-26 21:55:56 +01:00
2025-07-13 17:36:27 +02:00
2024-12-26 21:55:56 +01:00
2024-12-26 21:55:56 +01:00
2025-07-13 17:36:27 +02:00
2025-07-13 17:36:27 +02:00
2025-07-13 17:36:27 +02:00
2025-07-13 17:36:27 +02:00
2025-07-13 17:36:27 +02:00
2025-01-07 06:30:03 +01:00
2024-12-26 21:52:26 +01:00
2025-07-14 15:34:39 +02:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2025-07-31 23:03:54 +02:00
2025-04-10 07:08:04 +02:00
2025-04-10 07:08:04 +02:00
2025-04-10 07:08:04 +02:00
2025-04-10 07:08:04 +02:00
2025-04-10 07:08:04 +02:00
2025-04-10 07:08:04 +02:00
2025-07-14 15:34:39 +02:00
2025-08-04 20:51:24 +02:00
2025-08-10 13:51:52 +02:00
2024-12-26 21:52:26 +01:00
2024-12-26 21:52:26 +01:00
2025-01-07 06:30:03 +01:00
2025-07-31 23:03:54 +02:00
2024-12-26 21:52:26 +01:00
2025-07-31 23:03:54 +02:00
2025-07-14 15:34:39 +02:00
2025-07-14 15:34:39 +02:00
2024-12-26 13:40:05 +01:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-07-14 15:34:39 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-23 19:43:36 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-08-11 07:18:10 +02:00
2025-07-31 23:03:54 +02:00
2025-07-14 15:34:39 +02:00
2024-12-29 13:42:22 +01:00
2025-07-14 15:34:39 +02:00
2025-06-16 17:45:12 +02:00
2025-07-14 15:34:39 +02:00
2025-07-31 23:03:54 +02:00
2025-07-31 23:03:54 +02:00
2025-07-14 15:34:39 +02:00
2025-07-14 15:34:39 +02:00
2025-07-14 15:34:39 +02:00
2025-07-31 23:03:54 +02:00
2025-07-28 19:22:07 +02:00
2025-07-28 19:22:07 +02:00
2024-12-26 13:40:05 +01:00
2025-07-18 01:38:22 +02:00
2025-07-06 13:34:15 +02:00
2025-07-31 23:03:54 +02:00
2025-07-18 01:38:22 +02:00
2025-07-31 23:03:54 +02:00
2025-07-18 01:38:22 +02:00
2025-08-04 20:50:10 +02:00
2025-07-31 23:03:54 +02:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-05-19 18:11:39 +02:00
2025-07-18 01:38:22 +02:00
2025-06-18 07:57:07 +02:00
2025-07-31 22:58:26 +02:00
2025-07-18 01:38:22 +02:00
2025-06-18 07:57:07 +02:00
2025-07-31 22:58:26 +02:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-01-06 21:31:59 +01:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-08-04 20:51:06 +02:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-06-18 07:57:07 +02:00
2025-07-18 01:38:22 +02:00
2025-08-10 13:52:06 +02:00
2025-07-31 22:58:26 +02:00
2025-07-18 01:38:22 +02:00
2025-07-18 01:38:22 +02:00
2025-07-28 19:22:07 +02:00
2025-07-31 22:58:26 +02:00
2025-01-06 21:31:59 +01:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-07-18 01:38:22 +02:00
2025-07-21 22:32:10 +02:00
2025-07-31 22:58:26 +02:00
2024-12-26 09:12:05 +01:00
2025-07-31 22:58:26 +02:00
2025-01-07 06:28:00 +01:00
2025-07-31 22:58:26 +02:00
2025-01-07 06:28:00 +01:00
2025-07-28 19:22:07 +02:00
2025-07-31 22:58:26 +02:00
2025-07-21 22:32:10 +02:00
2025-07-21 22:32:10 +02:00
2025-07-27 12:13:10 +02:00
2025-07-31 22:58:26 +02:00
2025-07-21 22:32:10 +02:00
2025-06-16 17:45:12 +02:00
2025-07-31 22:58:26 +02:00
2025-08-04 20:51:33 +02:00
2025-08-23 19:43:36 +02:00
2025-07-21 22:32:10 +02:00
2025-08-04 20:49:51 +02:00
2025-08-11 07:17:59 +02:00
2025-02-01 09:03:43 +01:00
2025-07-21 22:32:10 +02:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-07-21 22:32:10 +02:00
2025-07-21 22:32:10 +02:00
2025-07-21 22:32:10 +02:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-07-21 22:32:10 +02:00
2025-08-23 19:43:27 +02:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-07-21 22:32:10 +02:00
2025-07-21 22:32:10 +02:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-07-21 22:32:10 +02:00
2024-12-26 13:40:55 +01:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-08-10 13:51:58 +02:00
2025-07-31 22:58:26 +02:00
2024-12-26 13:41:54 +01:00
2025-07-21 22:32:10 +02:00
2025-01-07 06:28:00 +01:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-07-28 19:22:07 +02:00
2025-07-21 22:32:10 +02:00
2025-08-28 22:17:56 +02:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-08-23 19:44:09 +02:00
2025-07-31 22:58:26 +02:00
2025-07-31 22:58:26 +02:00
2025-07-25 09:45:53 +02:00
2025-01-07 06:28:00 +01:00
2025-07-25 09:45:53 +02:00
2025-07-25 09:45:53 +02:00
2025-06-16 17:45:12 +02:00
2024-12-26 13:41:54 +01:00
2025-06-16 17:45:12 +02:00
2025-07-25 09:45:53 +02:00
2024-12-26 13:41:54 +01:00
2025-07-31 22:58:26 +02:00
2025-01-12 13:03:26 +01:00
2025-06-16 17:45:12 +02:00
2025-08-23 19:44:37 +02:00
2025-07-28 19:22:07 +02:00
2025-07-25 09:45:53 +02:00
2025-01-12 13:03:26 +01:00
2024-12-26 13:44:29 +01:00
2025-07-25 09:45:53 +02:00
2025-07-31 22:58:33 +02:00
2025-07-25 09:45:53 +02:00
2025-07-25 09:45:53 +02:00
2025-07-31 22:58:33 +02:00
2025-08-23 19:43:27 +02:00
2025-07-31 22:58:33 +02:00
2025-07-25 09:45:53 +02:00
2025-07-25 09:45:53 +02:00
2025-07-25 09:45:53 +02:00
2025-07-25 09:45:53 +02:00
2025-07-25 09:45:53 +02:00
2025-07-25 09:45:53 +02:00
2025-07-31 22:58:33 +02:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-01-12 13:03:26 +01:00
2025-07-25 09:45:53 +02:00
2025-07-31 22:58:33 +02:00
2025-07-25 09:45:53 +02:00
2024-12-25 22:48:15 +01:00
2025-07-25 09:45:53 +02:00
2024-12-25 22:48:15 +01:00
2025-07-25 09:45:53 +02:00
2025-01-12 13:03:26 +01:00
2025-07-25 09:45:53 +02:00
2024-12-25 22:48:15 +01:00
2025-01-12 13:03:26 +01:00
2025-07-25 09:45:53 +02:00
2025-07-25 09:45:53 +02:00
2025-08-10 13:50:43 +02:00
2025-08-28 22:18:07 +02:00
2025-07-31 22:58:33 +02:00
2025-07-25 09:45:53 +02:00
2025-05-19 18:11:39 +02:00
2025-07-25 09:45:53 +02:00
2025-07-25 09:45:53 +02:00
2025-07-04 06:09:54 +02:00
2025-07-31 22:58:33 +02:00
2025-07-14 09:55:32 +02:00
2025-08-04 20:49:59 +02:00
2025-08-27 22:09:33 +02:00
2025-08-23 19:44:54 +02:00
2025-07-28 19:22:07 +02:00
2025-07-28 19:22:07 +02:00
2025-07-28 19:22:07 +02:00
2025-07-28 19:22:07 +02:00
2025-01-08 20:41:03 +01:00
2024-12-26 08:22:24 +01:00
2025-07-27 12:13:47 +02:00
2025-07-28 19:22:07 +02:00
2025-07-27 12:13:47 +02:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-07-27 12:13:47 +02:00
2025-07-27 12:13:47 +02:00
2025-08-10 13:50:36 +02:00
2025-08-18 06:41:18 +02:00
2025-07-27 12:13:47 +02:00
2025-07-27 12:13:47 +02:00
2025-07-27 12:13:47 +02:00
2025-08-11 21:24:16 +02:00
2025-07-27 12:13:47 +02:00
2024-12-25 22:48:04 +01:00
2025-07-27 12:13:47 +02:00
2025-07-31 22:58:33 +02:00
2025-07-27 12:13:47 +02:00
2025-07-27 12:13:47 +02:00
2025-07-31 22:58:33 +02:00
2025-08-10 13:50:56 +02:00
2024-12-25 22:48:04 +01:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-07-27 12:13:47 +02:00
2025-07-27 12:13:47 +02:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-07-27 12:13:47 +02:00
2024-12-25 21:19:49 +01:00
2025-07-27 16:34:34 +02:00
2025-07-27 16:34:34 +02:00
2025-04-10 07:08:04 +02:00
2025-07-27 16:34:34 +02:00
2025-07-31 22:58:33 +02:00
2024-12-25 21:19:49 +01:00
2025-07-31 22:58:33 +02:00
2025-06-16 17:45:12 +02:00
2025-01-08 20:41:03 +01:00
2025-07-04 06:09:54 +02:00
2025-07-27 16:34:34 +02:00
2025-07-27 16:34:34 +02:00
2025-08-10 13:50:49 +02:00
2025-08-04 20:51:58 +02:00
2025-07-31 22:58:33 +02:00
2025-07-28 19:22:07 +02:00
2025-05-17 08:01:32 +02:00
2025-06-16 17:45:12 +02:00
2025-07-27 16:34:34 +02:00
2024-12-25 21:19:49 +01:00
2025-07-27 16:34:34 +02:00
2025-07-31 22:58:33 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:45 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-08-23 19:44:19 +02:00
2025-01-03 22:52:09 +01:00
2025-07-27 14:34:24 +00:00
2025-07-27 14:34:24 +00:00
2025-07-31 22:58:33 +02:00
2025-07-27 14:34:24 +00:00
2025-07-27 14:34:24 +00:00
2025-07-27 14:34:24 +00:00
2025-07-31 22:58:33 +02:00
2025-08-04 20:49:20 +02:00
2024-12-26 08:22:58 +01:00
2025-07-27 14:34:24 +00:00
2025-01-03 20:00:45 +01:00
2025-06-02 06:24:34 +02:00
2025-07-04 06:09:54 +02:00
2025-07-27 14:34:24 +00:00
2024-12-26 08:22:58 +01:00
2025-07-27 14:34:24 +00:00
2025-05-19 18:11:39 +02:00
2025-07-27 14:34:24 +00:00
2025-07-27 14:34:24 +00:00
2025-08-10 13:51:03 +02:00
2025-07-31 22:58:33 +02:00
2025-07-27 14:34:24 +00:00
2025-07-27 14:34:24 +00:00
2025-07-27 14:34:24 +00:00
2025-07-27 14:34:24 +00:00
2025-07-31 22:58:33 +02:00
2025-08-10 13:51:58 +02:00
2024-12-25 09:48:22 +01:00
2025-07-31 22:58:33 +02:00
2025-07-30 06:53:47 +02:00
2025-07-27 14:34:24 +00:00
2025-07-27 14:34:24 +00:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-08-10 13:51:10 +02:00
2025-07-31 22:58:33 +02:00
2025-07-28 19:22:07 +02:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-07-31 22:58:33 +02:00
2025-07-27 14:34:24 +00:00
2025-07-28 19:22:07 +02:00
2025-08-01 11:18:58 +02:00
2025-07-27 16:34:34 +02:00
2025-08-23 19:43:36 +02:00
2025-08-10 13:51:29 +02:00
2025-08-01 11:18:58 +02:00
2025-01-03 20:00:45 +01:00
2025-01-04 11:04:51 +01:00
2025-06-16 17:45:12 +02:00
2025-06-16 17:45:12 +02:00
2025-06-16 17:45:12 +02:00
2025-06-16 17:45:12 +02:00
2025-01-21 20:50:05 +01:00
2025-01-04 11:04:51 +01:00
2025-08-10 13:51:15 +02:00
2024-12-24 12:00:30 +01:00
2025-07-27 16:34:34 +02:00
2025-08-01 11:18:58 +02:00
2025-07-27 16:34:34 +02:00
2025-08-01 11:18:58 +02:00
2025-08-01 11:18:58 +02:00
2025-07-27 16:34:34 +02:00
2025-08-01 11:18:58 +02:00
2025-08-01 11:18:58 +02:00
2025-08-01 11:18:58 +02:00
2025-07-27 16:34:34 +02:00
2025-08-01 11:18:58 +02:00
2025-07-27 16:34:34 +02:00
2025-08-01 11:18:58 +02:00
2025-07-27 16:34:34 +02:00
2025-08-01 11:18:58 +02:00
2025-08-01 11:18:58 +02:00
2025-08-01 11:18:58 +02:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2025-01-04 11:04:51 +01:00
2024-12-23 09:28:05 +01:00
2025-07-27 16:34:34 +02:00
2024-12-29 00:25:12 +01:00
2025-04-10 07:08:04 +02:00
2025-04-10 07:08:04 +02:00
2025-07-04 06:09:54 +02:00
2025-08-10 13:52:13 +02:00
2025-07-27 16:34:34 +02:00
2025-07-27 16:34:34 +02:00
2024-12-23 18:58:02 +01:00
2025-06-16 17:45:12 +02:00
2025-06-16 17:45:12 +02:00
2025-07-27 16:34:34 +02:00
2025-05-19 18:11:39 +02:00
2025-06-28 13:19:27 +02:00
2025-08-10 13:51:23 +02:00
2025-08-18 05:18:31 +00:00
2025-08-01 11:18:58 +02:00
2025-07-27 16:34:41 +02:00
2025-01-04 12:29:34 +13:00
2025-06-16 17:45:12 +02:00
2025-02-10 21:53:37 +01:00
2025-01-04 12:29:34 +13:00
2025-06-16 17:45:12 +02:00
2025-07-27 16:34:41 +02:00
2025-01-04 12:29:34 +13:00
2025-08-01 11:18:58 +02:00
2025-08-23 19:45:11 +02:00