Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-regex-2023.5.5-150400.5.3.11 RPM for s390x

From OpenSuSE Leap 15.6 for s390x

Name: python311-regex Distribution: SUSE Linux Enterprise 15
Version: 2023.5.5 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.5.3.11 Build date: Wed Oct 4 00:56:37 2023
Group: Development/Languages/Python Build host: s390zl31
Size: 2060397 Source RPM: python-regex-2023.5.5-150400.5.3.11.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/mrabarnett/mrab-regex
Summary: Alternative regular expression module for Python
An alternate regex implementation. It differs from "re" in that

* Zero-width matches are handled like in Perl and PCRE:
  * ``.split`` will split a string at a zero-width match.
  * ``.sub`` will handle zero-width matches correctly.
* Inline flags apply to the end of the group or pattern, and they can
  be turned off.
* Nested sets and set operations are supported.
* Case-insensitive matches in Unicode use full case-folding by
  default.

Provides

Requires

License

Apache-2.0

Changelog

* Sun May 14 2023 dmueller@suse.com
  - 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.
* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Mon Mar 27 2023 dmueller@suse.com
  - update to 2023.3.23:
    * Backtracking failure matching regex
    * Limit running time for failing fullmatch
* Wed Nov 09 2022 yarunachalam@suse.com
  - update to 2022.10.31
    * Updated text for supported Unicode and Python versions.
* Fri Sep 16 2022 dmueller@suse.com
  - update to 2022.9.13:
    * update to unicode 15.0
* Mon Sep 12 2022 dmueller@suse.com
  - 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
* Sun Jul 17 2022 dmueller@suse.com
  - 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
* Tue Jun 14 2022 yarunachalam@suse.com
  - Update to 2022.6.2
    * No upstream changelog available
* Tue May 24 2022 aplanas@suse.com
  - Update to 2022.4.24
    * Many fixes, including drop of Python 2 and improvement of fuzzy
    test coverage
* Sun Aug 01 2021 dmueller@suse.com
  - update to 2021.7.6:
    * drop-in replacement for python re
    * fix fuzzy character restrictions not applying to insertions
* Sun May 09 2021 dmueller@suse.com
  - update to 2021.4.4:
    * Wheels for arm64 mac os
    * Fix fuzzy matching with wrong distance
    * Fix regex fails with a quantified backreference
* Sat Mar 13 2021 dmueller@suse.com
  - 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
* Wed Oct 07 2020 jayvdb@gmail.com
  - 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.
* Wed Apr 15 2020 mcalabkova@suse.com
  - update to 2020.4.4
    * Updated to Unicode 13.0.0.
* Thu Mar 19 2020 pgajdos@suse.com
  - version update to 2020.2.20
    * no upstream changelog found
* Tue Sep 10 2019 tchvatal@suse.com
  - Update to 2019.08.19:
    * minor fixes
* Mon Jul 22 2019 tchvatal@suse.com
  - Update to 2019.06.08:
    * minor fixes
* Wed Jun 05 2019 mcalabkova@suse.com
  - 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.
* Tue May 14 2019 tchvatal@suse.com
  - Update to 2019.04.14:
    * no upstream changelog provided
* Mon Jul 02 2018 toddrme2178@gmail.com
  - 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.
* Sat Sep 02 2017 jengelh@inai.de
  - Specify in description what makes regex worthwhile to have.
    Fix RPM group.
* Thu Aug 31 2017 toddrme2178@gmail.com
  - Update to 2017.07.28
    * Too many changes to list
* Thu Aug 24 2017 jmatejek@suse.com
  - singlespec auto-conversion
* Fri Jun 16 2017 ecsos@opensuse.org
  - Update to 2017.06.07
    * Too many changes to list
* Sat Sep 17 2016 toddrme2178@gmail.com
  - Update to 2016.08.27
    * Too many changes to list
  - Complete rewrite of the .spec file.

Files

/usr/lib64/python3.11/site-packages/regex
/usr/lib64/python3.11/site-packages/regex-2023.5.5-py3.11.egg-info
/usr/lib64/python3.11/site-packages/regex-2023.5.5-py3.11.egg-info/PKG-INFO
/usr/lib64/python3.11/site-packages/regex-2023.5.5-py3.11.egg-info/SOURCES.txt
/usr/lib64/python3.11/site-packages/regex-2023.5.5-py3.11.egg-info/dependency_links.txt
/usr/lib64/python3.11/site-packages/regex-2023.5.5-py3.11.egg-info/top_level.txt
/usr/lib64/python3.11/site-packages/regex/__init__.py
/usr/lib64/python3.11/site-packages/regex/__pycache__
/usr/lib64/python3.11/site-packages/regex/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/regex/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/regex/__pycache__/_regex_core.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/regex/__pycache__/_regex_core.cpython-311.pyc
/usr/lib64/python3.11/site-packages/regex/__pycache__/regex.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/regex/__pycache__/regex.cpython-311.pyc
/usr/lib64/python3.11/site-packages/regex/__pycache__/test_regex.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/regex/__pycache__/test_regex.cpython-311.pyc
/usr/lib64/python3.11/site-packages/regex/_regex.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/regex/_regex_core.py
/usr/lib64/python3.11/site-packages/regex/regex.py
/usr/lib64/python3.11/site-packages/regex/test_regex.py
/usr/share/doc/packages/python311-regex
/usr/share/doc/packages/python311-regex/Features.html
/usr/share/doc/packages/python311-regex/README.rst
/usr/share/doc/packages/python311-regex/UnicodeProperties.rst
/usr/share/licenses/python311-regex
/usr/share/licenses/python311-regex/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:57:16 2024