Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-trove-classifiers for openSUSE:Factory checked in at 2023-05-09 13:06:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-trove-classifiers (Old) and /work/SRC/openSUSE:Factory/.python-trove-classifiers.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-trove-classifiers" Tue May 9 13:06:06 2023 rev:7 rq:1084869 version:2023.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-trove-classifiers/python-trove-classifiers.changes 2023-05-03 12:56:21.055505920 +0200 +++ /work/SRC/openSUSE:Factory/.python-trove-classifiers.new.1533/python-trove-classifiers.changes 2023-05-09 13:06:12.692618759 +0200 @@ -1,0 +2,12 @@ +Thu May 4 20:22:46 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 2023.5.2: + * fix: incorrect specification of mypy section in pyproject.toml + * Add Pydantic :: 2 classifier. + * Add JSON and JSON Schema classifiers + * Add classifier for Wagtail 5 + * Add `Environment :: WebAssembly` classifiers (#129) + * Add Django :: 4.2 classifier. + * Add Pycsou Framework trove-classifier + +------------------------------------------------------------------- Old: ---- trove-classifiers-2022.12.1.tar.gz New: ---- trove-classifiers-2023.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-trove-classifiers.spec ++++++ --- /var/tmp/diff_new_pack.nvWxWJ/_old 2023-05-09 13:06:13.484623473 +0200 +++ /var/tmp/diff_new_pack.nvWxWJ/_new 2023-05-09 13:06:13.488623497 +0200 @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-trove-classifiers%{?psuffix} -Version: 2022.12.1 +Version: 2023.5.2 Release: 0 Summary: Canonical source for classifiers on PyPI License: Apache-2.0 ++++++ trove-classifiers-2022.12.1.tar.gz -> trove-classifiers-2023.5.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trove-classifiers-2022.12.1/PKG-INFO new/trove-classifiers-2023.5.2/PKG-INFO --- old/trove-classifiers-2022.12.1/PKG-INFO 2022-12-01 14:56:16.353141300 +0100 +++ new/trove-classifiers-2023.5.2/PKG-INFO 2023-05-02 18:32:33.434916300 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trove-classifiers -Version: 2022.12.1 +Version: 2023.5.2 Summary: Canonical source for classifiers on PyPI (pypi.org). Home-page: https://github.com/pypa/trove-classifiers Author: The PyPI Admins diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trove-classifiers-2022.12.1/pyproject.toml new/trove-classifiers-2023.5.2/pyproject.toml --- old/trove-classifiers-2022.12.1/pyproject.toml 2022-12-01 14:55:40.000000000 +0100 +++ new/trove-classifiers-2023.5.2/pyproject.toml 2023-05-02 18:31:47.000000000 +0200 @@ -2,6 +2,6 @@ requires = ["setuptools", "calver"] build-backend = "setuptools.build_meta" -[mypy] +[tool.mypy] strict = true warn_unreachable = true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trove-classifiers-2022.12.1/src/trove_classifiers/__init__.py new/trove-classifiers-2023.5.2/src/trove_classifiers/__init__.py --- old/trove-classifiers-2022.12.1/src/trove_classifiers/__init__.py 2022-12-01 14:55:40.000000000 +0100 +++ new/trove-classifiers-2023.5.2/src/trove_classifiers/__init__.py 2023-05-02 18:31:47.000000000 +0200 @@ -41,6 +41,7 @@ "Environment :: GPU :: NVIDIA CUDA :: 10.0", "Environment :: GPU :: NVIDIA CUDA :: 10.1", "Environment :: GPU :: NVIDIA CUDA :: 10.2", + "Environment :: GPU :: NVIDIA CUDA :: 11", "Environment :: GPU :: NVIDIA CUDA :: 11.0", "Environment :: GPU :: NVIDIA CUDA :: 11.1", "Environment :: GPU :: NVIDIA CUDA :: 11.2", @@ -50,6 +51,9 @@ "Environment :: GPU :: NVIDIA CUDA :: 11.6", "Environment :: GPU :: NVIDIA CUDA :: 11.7", "Environment :: GPU :: NVIDIA CUDA :: 11.8", + "Environment :: GPU :: NVIDIA CUDA :: 12", + "Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.0", + "Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.1", "Environment :: Handhelds/PDA's", "Environment :: MacOS X", "Environment :: MacOS X :: Aqua", @@ -63,6 +67,9 @@ "Environment :: Web Environment :: Buffet", "Environment :: Web Environment :: Mozilla", "Environment :: Web Environment :: ToscaWidgets", + "Environment :: WebAssembly", + "Environment :: WebAssembly :: Emscripten", + "Environment :: WebAssembly :: WASI", "Environment :: Win32 (MS Windows)", "Environment :: X11 Applications", "Environment :: X11 Applications :: GTK", @@ -114,6 +121,7 @@ "Framework :: Django :: 4", "Framework :: Django :: 4.0", "Framework :: Django :: 4.1", + "Framework :: Django :: 4.2", "Framework :: Django CMS", "Framework :: Django CMS :: 3.4", "Framework :: Django CMS :: 3.5", @@ -176,7 +184,12 @@ "Framework :: Plone :: 6.0", "Framework :: Plone :: Addon", "Framework :: Plone :: Core", + "Framework :: Plone :: Distribution", "Framework :: Plone :: Theme", + "Framework :: Pycsou", + "Framework :: Pydantic", + "Framework :: Pydantic :: 1", + "Framework :: Pydantic :: 2", "Framework :: Pylons", "Framework :: Pyramid", "Framework :: Pytest", @@ -201,6 +214,7 @@ "Framework :: Wagtail :: 2", "Framework :: Wagtail :: 3", "Framework :: Wagtail :: 4", + "Framework :: Wagtail :: 5", "Framework :: ZODB", "Framework :: Zope", "Framework :: Zope2", @@ -579,6 +593,9 @@ "Topic :: Education", "Topic :: Education :: Computer Aided Instruction (CAI)", "Topic :: Education :: Testing", + "Topic :: File Formats", + "Topic :: File Formats :: JSON", + "Topic :: File Formats :: JSON :: JSON Schema", "Topic :: Games/Entertainment", "Topic :: Games/Entertainment :: Arcade", "Topic :: Games/Entertainment :: Board Games", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trove-classifiers-2022.12.1/src/trove_classifiers.egg-info/PKG-INFO new/trove-classifiers-2023.5.2/src/trove_classifiers.egg-info/PKG-INFO --- old/trove-classifiers-2022.12.1/src/trove_classifiers.egg-info/PKG-INFO 2022-12-01 14:56:16.000000000 +0100 +++ new/trove-classifiers-2023.5.2/src/trove_classifiers.egg-info/PKG-INFO 2023-05-02 18:32:33.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trove-classifiers -Version: 2022.12.1 +Version: 2023.5.2 Summary: Canonical source for classifiers on PyPI (pypi.org). Home-page: https://github.com/pypa/trove-classifiers Author: The PyPI Admins diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trove-classifiers-2022.12.1/tests/lib/__init__.py new/trove-classifiers-2023.5.2/tests/lib/__init__.py --- old/trove-classifiers-2022.12.1/tests/lib/__init__.py 2022-12-01 14:55:40.000000000 +0100 +++ new/trove-classifiers-2023.5.2/tests/lib/__init__.py 2023-05-02 18:31:47.000000000 +0200 @@ -19,7 +19,6 @@ # Check the sub-classifiers for sub in split: - # Check for whitespace if sub.strip().rstrip() != sub: raise InvalidClassifier( @@ -38,7 +37,6 @@ # Check the deprecated classifiers for deprecated_classifier, deprecated_by in deprecated_classifiers.items(): - # Check if the classifier is in both lists if deprecated_classifier in classifiers: raise InvalidClassifier(