Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex tidyup for Python 3.11 and deprecation warnings since 3.6 #1786

Merged
merged 10 commits into from Oct 3, 2023

Conversation

dgtlmoon
Copy link
Owner

@dgtlmoon dgtlmoon commented Sep 10, 2023

changedetection.io/changedetectionio/processors/text_json_diff.py:344: DeprecationWarning: Flags not at the start of the expression b'something.+?6 billio' (truncated) but at position 29

@dgtlmoon
Copy link
Owner Author

dgtlmoon commented Oct 1, 2023

maybe also this line

# @Todo python regex options can go before the regex str, but not really many of the options apply on a per-line basis

and related #1828

@dgtlmoon
Copy link
Owner Author

dgtlmoon commented Oct 3, 2023

since 3.6 i believe python/cpython#83575

@dgtlmoon dgtlmoon changed the title Small regex tidyup for 3.11 Regex tidyup for 3.11 and deprecation warnings since 3.6 Oct 3, 2023
@dgtlmoon dgtlmoon changed the title Regex tidyup for 3.11 and deprecation warnings since 3.6 Regex tidyup for Python 3.11 and deprecation warnings since 3.6 Oct 3, 2023
@dgtlmoon dgtlmoon merged commit 2b948c1 into master Oct 3, 2023
4 checks passed
calvinbui pushed a commit to calvinbui/ansible-monorepo that referenced this pull request Oct 5, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/dgtlmoon/changedetection.io | patch | `0.45.2` -> `0.45.3` |

---

### Release Notes

<details>
<summary>dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)</summary>

### [`v0.45.3`](https://github.com/dgtlmoon/changedetection.io/releases/tag/0.45.3): Browser fetch improvements, bug fixes, UI fixes, Python 3.11 update

[Compare Source](dgtlmoon/changedetection.io@0.45.2...0.45.3)

#### What's Changed

-   Extra validation/error reporting for Jinja2 tempaltes by [@&#8203;dgtlmoon](https://github.com/dgtlmoon) in dgtlmoon/changedetection.io#1810
-   Dont set user agent default if none is set by [@&#8203;dgtlmoon](https://github.com/dgtlmoon) in dgtlmoon/changedetection.io#1811
-   Upgrade test workflows actions to latest versions by [@&#8203;marceloalencar](https://github.com/marceloalencar) in dgtlmoon/changedetection.io#1817
-   Be more helpful when a filter contains no text by [@&#8203;dgtlmoon](https://github.com/dgtlmoon) in dgtlmoon/changedetection.io#1819
-   Regex tidyup for Python 3.11 and deprecation warnings since 3.6 by [@&#8203;dgtlmoon](https://github.com/dgtlmoon) in dgtlmoon/changedetection.io#1786
-   Dockerfile/fix: Update  builder and runner to Python 3.11 by [@&#8203;Constantin1489](https://github.com/Constantin1489) in dgtlmoon/changedetection.io#1781
-   1833 - LD JSON Properly handle lists of product type by [@&#8203;dgtlmoon](https://github.com/dgtlmoon) in dgtlmoon/changedetection.io#1837

**Full Changelog**: dgtlmoon/changedetection.io@0.45.2...0.45.3

</details>

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zLjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Reviewed-on: https://gitea.bui.services/calvinbui/ansible-monorepo/pulls/1781
Co-authored-by: renovate <renovate@noreply.gitea.bui.services>
Co-committed-by: renovate <renovate@noreply.gitea.bui.services>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant