Commit Graph

31 Commits

Author SHA256 Message Date
16690117d2 - update to 2024.5.15:
* fix hangs with fuzzy and optionals
  * Updated for Python 3.13.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=56
2024-06-06 20:28:57 +00:00
fab408c0b3 - update to 2024.4.28:
* Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=54
2024-05-02 08:58:17 +00:00
8a4dabdf9f - updatge to 2024.4.16:
* Git issue 525: segfault when fuzzy matching empty list
  * The escape function no longer escapes \x00. It's not necessary.
    Inline flags can now be turned off and apply to what follows.
    Added \R to match line endings.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=52
2024-04-20 07:44:45 +00:00
8ed0520a78 - 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/package/show/devel:languages:python/python-regex?expand=0&rev=50
2023-12-04 11:38:09 +00:00
Markéta Machová
1f443c344c Accepting request 1109462 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 2023.8.8

OBS-URL: https://build.opensuse.org/request/show/1109462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=48
2023-09-07 09:59:03 +00:00
46aac253b1 - update to 2023.5.5:
* Removed semicolon after 'else' in 'munge_name'.
  * Fixed pyproject.toml and setup.py.
  * pyproject.toml was missing.
  * Added pyproject.toml.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=46
2023-05-14 16:29:04 +00:00
556d02979b Accepting request 1081592 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081592
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=44
2023-04-21 13:37:53 +00:00
6d59216d87 - update to 2023.3.23:
* Backtracking failure matching regex
  * Limit running time for failing fullmatch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=42
2023-03-27 07:37:44 +00:00
Markéta Machová
8cf6981979 Accepting request 1034923 from home:yarunachalam:branches:devel:languages:python
- update to 2022.10.31 
  * Updated text for supported Unicode and Python versions.

OBS-URL: https://build.opensuse.org/request/show/1034923
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=40
2022-11-11 13:06:18 +00:00
1b4b65a7de - update to 2022.9.13:
* update to unicode 15.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=38
2022-09-16 18:29:17 +00:00
831c345e3c - update to 2022.9.11:
* fix issue 474: regex has no equivalent to re.Match.groups() for captures 
  * fix segmentation fault when using conditional pattern (issue 479)
  * use \v for vertical spacing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=36
2022-09-12 20:19:26 +00:00
951ac7392f - update to 2022.7.9:
* 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
2022-07-17 08:24:26 +00:00
e6443040a5 Accepting request 982666 from home:yarunachalam:branches:devel:languages:python
- Update to 2022.6.2
  * No upstream changelog available

OBS-URL: https://build.opensuse.org/request/show/982666
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=32
2022-06-14 23:07:58 +00:00
ca9c4354d7 Accepting request 978933 from home:aplanas:branches:devel:languages:python
- Update to 2022.4.24
  * Many fixes, including drop of Python 2 and improvement of fuzzy
   test coverage

OBS-URL: https://build.opensuse.org/request/show/978933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=30
2022-05-24 10:43:47 +00:00
5333a71a13 - update to 2021.7.6:
* drop-in replacement for python re
  * fix fuzzy character restrictions not applying to insertions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=29
2021-08-01 09:31:52 +00:00
5eb378a104 - update to 2021.4.4:
* Wheels for arm64 mac os
  * Fix fuzzy matching with wrong distance
  * Fix regex fails with a quantified backreference

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=27
2021-05-09 14:43:01 +00:00
445d5ec747 - update to 2020.11.13:
* Fix Unexpected behavior in fuzzy matching with limited character set
  * clock() calls for timeout cause slowdown in Docker
  * Update lis of supported Python versions
  * licensing change to Apache-2.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=25
2021-03-13 14:16:01 +00:00
Tomáš Chvátal
32d7c25f73 Accepting request 839915 from home:jayvdb:branches:devel:languages:python
- Update to 2020.9.27
  * Fuzzy-matching fixes
  * Fix Memory Error in regex.findall 
  * Added \h as an alias to [[:blank:]].
  * Improved performance of string sets.

OBS-URL: https://build.opensuse.org/request/show/839915
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=23
2020-10-07 06:14:38 +00:00
Tomáš Chvátal
4281634b23 Accepting request 813488 from home:mcalabkova:branches:devel:languages:python
- update to 2020.4.4
  * Updated to Unicode 13.0.0.

OBS-URL: https://build.opensuse.org/request/show/813488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=21
2020-06-11 12:11:21 +00:00
Tomáš Chvátal
7bdc5361fd Accepting request 786432 from home:pgajdos:python
- version update to 2020.2.20
  * no upstream changelog found

OBS-URL: https://build.opensuse.org/request/show/786432
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=19
2020-03-19 11:37:18 +00:00
Tomáš Chvátal
f52ee01c7a - Update to 2019.08.19:
* minor fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=17
2019-09-10 10:54:35 +00:00
Tomáš Chvátal
c317168b5e - Update to 2019.06.08:
* minor fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=15
2019-07-22 12:59:22 +00:00
Tomáš Chvátal
d183ac500d Accepting request 707801 from home:mcalabkova:branches:devel:languages:python
- Update to 2019.06.05
  * Updated for Python 3.8.
  * Updated to Unicode 12.1.0.
  * For fullmatch, added check for end/start of string for 
    RE_OP_SUCCESS in try_match.

OBS-URL: https://build.opensuse.org/request/show/707801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=13
2019-06-05 11:37:23 +00:00
Tomáš Chvátal
d929270774 - Update to 2019.04.14:
* no upstream changelog provided

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=11
2019-05-14 17:27:35 +00:00
Todd R
4f13089fcd Accepting request 620100 from home:TheBlackCat:branches:devel:languages:python
- 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
2018-07-02 03:29:07 +00:00
Thomas Bechtold
5832d55e05 Accepting request 520332 from home:jengelh:branches:devel:languages:python
- Specify in description what makes regex worthwhile to have.
  Fix RPM group.

OBS-URL: https://build.opensuse.org/request/show/520332
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=7
2017-09-04 05:31:45 +00:00
Todd R
dcdeba13f2 Accepting request 519846 from devel:languages:python:singlespec-staging
1

OBS-URL: https://build.opensuse.org/request/show/519846
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=6
2017-08-31 06:20:37 +00:00
67a1724b74 Accepting request 504276 from home:ecsos
update to 2017.06.07

OBS-URL: https://build.opensuse.org/request/show/504276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=4
2017-06-18 21:31:59 +00:00
Todd R
9da90d2b58 Accepting request 428337 from home:TheBlackCat:branches:devel:languages:python
- Update to 2016.08.27
- Complete rewrite of the .spec file.

OBS-URL: https://build.opensuse.org/request/show/428337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=3
2016-09-17 00:41:28 +00:00
Todd R
c388977b19 Accepting request 120568 from home:froh:branches:devel:languages:python
updated to current relase (fixes some bugs)

OBS-URL: https://build.opensuse.org/request/show/120568
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=2
2012-05-21 12:13:06 +00:00
70c1d98b2c Accepting request 86564 from home:jnweiger
Next generartion regex module.
A drop in replacement to re, with added features.

OBS-URL: https://build.opensuse.org/request/show/86564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=1
2011-10-04 17:34:25 +00:00