* Git PR 585: Fix AttributeError: 'AnyAll' object has no attribute
'_key'
* Git issue 546: Partial match not working in some instances
* Reverted to actions/download-artifact@v3 and
actions/upload-artifact@v3 in main.yml because GitHub Actions
* Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=60
* Git issue 546: Partial match not working in some instances
with non-greedy capture
- from 2024.9.14:
* Reverted to actions/download-artifact@v3 and
actions/upload-artifact@v3 in main.yml because GitHub Actions
failed when using them.
- from 2024.9.13:
* Updated to actions/upload-artifact@v4 in main.yml.
- from 2024.9.12:
* Updated to actions/download-artifact@v4 in main.yml.
- from 2024.9.11:
* Updated to Unicode 16.0.0.
- from 2024.7.24:
* Git issue 539: Bug: Partial matching fails on a simple example
- from 2024.6.22:
* Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due
to missing new GB9c rule implementation
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=58
- update to 2023.10.10:
* Updated to Unicode 15.1.0.
* Limit running time for failing fullmatch
- update to 2022.10.31
* update to unicode 15.0
* fix issue 474: regex has no equivalent to re.Match.groups() for captures
* fix fuzzy character restrictions not applying to insertions
* licensing change to Apache-2.0
* Fix Memory Error in regex.findall
* For fullmatch, added check for end/start of string for
OBS-URL: https://build.opensuse.org/request/show/1130727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-regex?expand=0&rev=24
* Updated to Unicode 15.1.0.
* Limit running time for failing fullmatch
- update to 2022.10.31
* update to unicode 15.0
* fix issue 474: regex has no equivalent to re.Match.groups() for captures
* fix fuzzy character restrictions not applying to insertions
* licensing change to Apache-2.0
* Fix Memory Error in regex.findall
* For fullmatch, added check for end/start of string for
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=50
* Fix Emoji classified as letter
* Revisit compilation flag to prevent adding a single explicitly compiled regex to cache
* Fix Scoped inline flags 'a', 'u', and 'L' affecting global flags
* drop support for python 2
* add missing raw string prefix
* add missing c headers
* fix fuzzy regex matching which doesn't seem to test insertions correctly
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=34
- Update to 2018.06.21
* Fixed Regex matches with `re` but not with `regex` module
* Fixed that the reported positions of fuzzy changes were
sometimes incorrect.
* Updated Unicode word and grapheme boundaries for Unicode
11.0.0, which I had overlooked...
* Updated to Unicode 11.0.0.
* Fixed an off-by-one bug where a lazy repeat is followed by a
character (quick check).
* Fixed that the Unicode normalization quick check properties
weren't handled correctly.
* Further changes to match re module's behaviour on zero-width
matching for Python 3.7.
* Added 'fuzzy_changes' attribute to match object to indicate
positions of changes in fuzzy match.
OBS-URL: https://build.opensuse.org/request/show/620100
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=9
oid sha256:88ac07b38d20b54d79e704e38aa3bd2c0f8027432164226bdee201a1c0c9c9ff
size 400852
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.