There is a new pull request by icp1994 against master on the void-packages repository https://github.com/icp1994/void-packages python3-dateparser https://github.com/void-linux/void-packages/pull/38833 python3-dateparser: update to 1.1.1, patch breakage on python3-regex #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, x86_64 Note that the breakage is not caused by updating the package rather due to an API change introduced in [`python3-regex-2022.3.15`](https://github.com/scrapinghub/dateparser/issues/1045#issuecomment-1069484011). Upstream mitigates this by pinning to an older version of that regex library in their setup.py but that doesn't work for [distro packages](https://github.com/scrapinghub/dateparser/issues/1052#issuecomment-1136438340). This patch is deemed sufficient by one of the [dateparser authors](https://github.com/scrapinghub/dateparser/issues/1052#issuecomment-1131559215) as a temporary fix till they make a new release with a proper fix. Only one package, `Komikku-0.40.0` depends on this currently. A patch file from https://github.com/void-linux/void-packages/pull/38833.patch is attached