Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-regex for openSUSE:Factory checked in at 2022-11-12 17:40:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-regex (Old) and /work/SRC/openSUSE:Factory/.python-regex.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-regex" Sat Nov 12 17:40:16 2022 rev:19 rq:1035247 version:2022.10.31 Changes: -------- --- /work/SRC/openSUSE:Factory/python-regex/python-regex.changes 2022-09-18 17:32:13.361770931 +0200 +++ /work/SRC/openSUSE:Factory/.python-regex.new.1597/python-regex.changes 2022-11-12 17:40:26.805909959 +0100 @@ -1,0 +2,6 @@ +Wed Nov 9 18:55:17 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- update to 2022.10.31 + * Updated text for supported Unicode and Python versions. + +------------------------------------------------------------------- Old: ---- regex-2022.9.13.tar.gz New: ---- regex-2022.10.31.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-regex.spec ++++++ --- /var/tmp/diff_new_pack.2IiBBw/_old 2022-11-12 17:40:27.341913150 +0100 +++ /var/tmp/diff_new_pack.2IiBBw/_new 2022-11-12 17:40:27.349913198 +0100 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-regex -Version: 2022.9.13 +Version: 2022.10.31 Release: 0 Summary: Alternative regular expression module for Python License: Apache-2.0 ++++++ regex-2022.9.13.tar.gz -> regex-2022.10.31.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2022.9.13/PKG-INFO new/regex-2022.10.31/PKG-INFO --- old/regex-2022.9.13/PKG-INFO 2022-09-13 02:48:35.863843400 +0200 +++ new/regex-2022.10.31/PKG-INFO 2022-10-31 03:50:46.014448600 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: regex -Version: 2022.9.13 +Version: 2022.10.31 Summary: Alternative regular expression module, to replace re. Home-page: https://github.com/mrabarnett/mrab-regex Author: Matthew Barnett @@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 Classifier: Topic :: Scientific/Engineering :: Information Analysis Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: Text Processing @@ -51,7 +52,7 @@ Unicode ------- -This module supports Unicode 14.0.0. Full Unicode case-folding is supported. +This module supports Unicode 15.0.0. Full Unicode case-folding is supported. Flags ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2022.9.13/README.rst new/regex-2022.10.31/README.rst --- old/regex-2022.9.13/README.rst 2022-09-13 02:48:33.000000000 +0200 +++ new/regex-2022.10.31/README.rst 2022-10-31 03:50:44.000000000 +0100 @@ -26,7 +26,7 @@ Unicode ------- -This module supports Unicode 14.0.0. Full Unicode case-folding is supported. +This module supports Unicode 15.0.0. Full Unicode case-folding is supported. Flags ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2022.9.13/docs/Features.html new/regex-2022.10.31/docs/Features.html --- old/regex-2022.9.13/docs/Features.html 2022-09-13 02:48:33.000000000 +0200 +++ new/regex-2022.10.31/docs/Features.html 2022-10-31 03:50:44.000000000 +0100 @@ -385,7 +385,7 @@ </div> <div class="section" id="unicode"> <h1>Unicode</h1> -<p>This module supports Unicode 14.0.0. Full Unicode case-folding is supported.</p> +<p>This module supports Unicode 15.0.0. Full Unicode case-folding is supported.</p> </div> <div class="section" id="flags"> <h1>Flags</h1> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2022.9.13/regex.egg-info/PKG-INFO new/regex-2022.10.31/regex.egg-info/PKG-INFO --- old/regex-2022.9.13/regex.egg-info/PKG-INFO 2022-09-13 02:48:35.000000000 +0200 +++ new/regex-2022.10.31/regex.egg-info/PKG-INFO 2022-10-31 03:50:45.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: regex -Version: 2022.9.13 +Version: 2022.10.31 Summary: Alternative regular expression module, to replace re. Home-page: https://github.com/mrabarnett/mrab-regex Author: Matthew Barnett @@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 Classifier: Topic :: Scientific/Engineering :: Information Analysis Classifier: Topic :: Software Development :: Libraries :: Python Modules Classifier: Topic :: Text Processing @@ -51,7 +52,7 @@ Unicode ------- -This module supports Unicode 14.0.0. Full Unicode case-folding is supported. +This module supports Unicode 15.0.0. Full Unicode case-folding is supported. Flags ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2022.9.13/regex_3/_regex.c new/regex-2022.10.31/regex_3/_regex.c --- old/regex-2022.9.13/regex_3/_regex.c 2022-09-13 02:48:33.000000000 +0200 +++ new/regex-2022.10.31/regex_3/_regex.c 2022-10-31 03:50:44.000000000 +0100 @@ -1532,7 +1532,7 @@ /* Checks whether a position is on a default word boundary. * * The rules are defined here: - * http://www.unicode.org/reports/tr29/#Default_Word_Boundaries + * https://www.unicode.org/reports/tr29/#Default_Word_Boundaries */ static BOOL unicode_at_default_boundary(RE_State* state, Py_ssize_t text_pos) { Py_UCS4 (*char_at)(void* text, Py_ssize_t pos); @@ -1787,7 +1787,7 @@ /* Checks whether a position is on a grapheme boundary. * * The rules are defined here: - * http://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries + * https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundaries */ static BOOL unicode_at_grapheme_boundary(RE_State* state, Py_ssize_t text_pos) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2022.9.13/regex_3/regex.py new/regex-2022.10.31/regex_3/regex.py --- old/regex-2022.9.13/regex_3/regex.py 2022-09-13 02:48:33.000000000 +0200 +++ new/regex-2022.10.31/regex_3/regex.py 2022-10-31 03:50:44.000000000 +0100 @@ -241,7 +241,7 @@ "VERSION1", "X", "VERBOSE", "W", "WORD", "error", "Regex", "__version__", "__doc__", "RegexFlag"] -__version__ = "2.5.121" +__version__ = "2.5.123" # -------------------------------------------------------------------- # Public interface. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2022.9.13/setup.py new/regex-2022.10.31/setup.py --- old/regex-2022.9.13/setup.py 2022-09-13 02:48:33.000000000 +0200 +++ new/regex-2022.10.31/setup.py 2022-10-31 03:50:44.000000000 +0100 @@ -7,7 +7,7 @@ setup( name='regex', - version='2022.9.13', + version='2022.10.31', description='Alternative regular expression module, to replace re.', long_description=long_description, long_description_content_type='text/x-rst', @@ -26,6 +26,7 @@ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Topic :: Scientific/Engineering :: Information Analysis', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Processing',