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 2023-05-15 16:54:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-regex (Old) and /work/SRC/openSUSE:Factory/.python-regex.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-regex" Mon May 15 16:54:01 2023 rev:22 rq:1087113 version:2023.5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-regex/python-regex.changes 2023-04-22 21:59:42.480946542 +0200 +++ /work/SRC/openSUSE:Factory/.python-regex.new.1533/python-regex.changes 2023-05-15 16:54:02.656081652 +0200 @@ -1,0 +2,9 @@ +Sun May 14 16:27:30 UTC 2023 - Dirk Müller <dmuel...@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. + +------------------------------------------------------------------- Old: ---- regex-2023.3.23.tar.gz New: ---- regex-2023.5.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-regex.spec ++++++ --- /var/tmp/diff_new_pack.zeARiS/_old 2023-05-15 16:54:03.848088230 +0200 +++ /var/tmp/diff_new_pack.zeARiS/_new 2023-05-15 16:54:03.856088274 +0200 @@ -20,7 +20,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-regex -Version: 2023.3.23 +Version: 2023.5.5 Release: 0 Summary: Alternative regular expression module for Python License: Apache-2.0 ++++++ regex-2023.3.23.tar.gz -> regex-2023.5.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2023.3.23/MANIFEST.in new/regex-2023.5.5/MANIFEST.in --- old/regex-2023.3.23/MANIFEST.in 2023-03-23 18:39:35.000000000 +0100 +++ new/regex-2023.5.5/MANIFEST.in 2023-05-03 19:28:20.000000000 +0200 @@ -4,3 +4,4 @@ include docs/*.* include tools/*.py include LICENSE.txt +include pyproject.toml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2023.3.23/PKG-INFO new/regex-2023.5.5/PKG-INFO --- old/regex-2023.3.23/PKG-INFO 2023-03-23 18:39:39.091309300 +0100 +++ new/regex-2023.5.5/PKG-INFO 2023-05-03 19:28:21.521021000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: regex -Version: 2023.3.23 +Version: 2023.5.5 Summary: Alternative regular expression module, to replace re. Home-page: https://github.com/mrabarnett/mrab-regex Author: Matthew Barnett @@ -10,12 +10,17 @@ Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.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 Classifier: Topic :: Text Processing :: General -Requires-Python: >=3.8 +Requires-Python: >=3.6 Description-Content-Type: text/x-rst License-File: LICENSE.txt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2023.3.23/pyproject.toml new/regex-2023.5.5/pyproject.toml --- old/regex-2023.3.23/pyproject.toml 1970-01-01 01:00:00.000000000 +0100 +++ new/regex-2023.5.5/pyproject.toml 2023-05-03 19:28:20.000000000 +0200 @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2023.3.23/regex.egg-info/PKG-INFO new/regex-2023.5.5/regex.egg-info/PKG-INFO --- old/regex-2023.3.23/regex.egg-info/PKG-INFO 2023-03-23 18:39:38.000000000 +0100 +++ new/regex-2023.5.5/regex.egg-info/PKG-INFO 2023-05-03 19:28:21.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: regex -Version: 2023.3.23 +Version: 2023.5.5 Summary: Alternative regular expression module, to replace re. Home-page: https://github.com/mrabarnett/mrab-regex Author: Matthew Barnett @@ -10,12 +10,17 @@ Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.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 Classifier: Topic :: Text Processing :: General -Requires-Python: >=3.8 +Requires-Python: >=3.6 Description-Content-Type: text/x-rst License-File: LICENSE.txt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2023.3.23/regex.egg-info/SOURCES.txt new/regex-2023.5.5/regex.egg-info/SOURCES.txt --- old/regex-2023.3.23/regex.egg-info/SOURCES.txt 2023-03-23 18:39:39.000000000 +0100 +++ new/regex-2023.5.5/regex.egg-info/SOURCES.txt 2023-05-03 19:28:21.000000000 +0200 @@ -1,6 +1,7 @@ LICENSE.txt MANIFEST.in README.rst +pyproject.toml setup.py docs/Features.html docs/UnicodeProperties.rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2023.3.23/regex_3/_regex.c new/regex-2023.5.5/regex_3/_regex.c --- old/regex-2023.3.23/regex_3/_regex.c 2023-03-23 18:39:35.000000000 +0100 +++ new/regex-2023.5.5/regex_3/_regex.c 2023-05-03 19:28:20.000000000 +0200 @@ -23179,7 +23179,7 @@ repeat_info = &pattern->repeat_info[node->values[0]]; /* Removing guard here to fix issue 494 and prevent - * regression of issue 495. + * regression of issue 495. */ /* repeat_info->status |= RE_STATUS_BODY; */ @@ -26218,7 +26218,7 @@ while (*name) { if (*name == ' ' || *name == '_' || *name == '-') ++name; - else; + else *munged++ = toupper(*name++); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2023.3.23/regex_3/regex.py new/regex-2023.5.5/regex_3/regex.py --- old/regex-2023.3.23/regex_3/regex.py 2023-03-23 18:39:35.000000000 +0100 +++ new/regex-2023.5.5/regex_3/regex.py 2023-05-03 19:28:20.000000000 +0200 @@ -241,7 +241,7 @@ "VERSION1", "X", "VERBOSE", "W", "WORD", "error", "Regex", "__version__", "__doc__", "RegexFlag"] -__version__ = "2.5.125" +__version__ = "2.5.128" # -------------------------------------------------------------------- # Public interface. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/regex-2023.3.23/setup.py new/regex-2023.5.5/setup.py --- old/regex-2023.3.23/setup.py 2023-03-23 18:39:35.000000000 +0100 +++ new/regex-2023.5.5/setup.py 2023-05-03 19:28:20.000000000 +0200 @@ -7,7 +7,7 @@ setup( name='regex', - version='2023.3.23', + version='2023.5.5', description='Alternative regular expression module, to replace re.', long_description=long_description, long_description_content_type='text/x-rst', @@ -21,13 +21,18 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.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', 'Topic :: Text Processing :: General', ], - python_requires='>=3.8', + python_requires='>=3.6', package_dir={'regex': 'regex_3'}, py_modules=['regex.__init__', 'regex.regex', 'regex._regex_core',