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 2022-10-12 18:22:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-trove-classifiers (Old) and /work/SRC/openSUSE:Factory/.python-trove-classifiers.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-trove-classifiers" Wed Oct 12 18:22:31 2022 rev:2 rq:1009903 version:2022.8.31 Changes: -------- --- /work/SRC/openSUSE:Factory/python-trove-classifiers/python-trove-classifiers.changes 2022-07-15 13:52:34.751565385 +0200 +++ /work/SRC/openSUSE:Factory/.python-trove-classifiers.new.2275/python-trove-classifiers.changes 2022-10-12 18:22:33.805345473 +0200 @@ -1,0 +2,7 @@ +Tue Oct 11 16:14:11 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to version 2022.9.26 + * Add "Framework :: Odoo :: 16.0" classifier (#117) + * The Odoo 16.0 branch has been created and it will be released in October. + +------------------------------------------------------------------- Old: ---- trove-classifiers-2022.6.26.tar.gz New: ---- trove-classifiers-2022.8.31.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-trove-classifiers.spec ++++++ --- /var/tmp/diff_new_pack.SzgDOQ/_old 2022-10-12 18:22:35.909350729 +0200 +++ /var/tmp/diff_new_pack.SzgDOQ/_new 2022-10-12 18:22:35.917350749 +0200 @@ -18,19 +18,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-trove-classifiers -Version: 2022.6.26 +Version: 2022.8.31 Release: 0 Summary: Canonical source for classifiers on PyPI License: Apache-2.0 URL: https://github.com/pypa/trove-classifiers Source: https://files.pythonhosted.org/packages/source/t/trove-classifiers/trove-classifiers-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module pip} -BuildRequires: %{python_module wheel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module calver} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages ++++++ trove-classifiers-2022.6.26.tar.gz -> trove-classifiers-2022.8.31.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trove-classifiers-2022.6.26/PKG-INFO new/trove-classifiers-2022.8.31/PKG-INFO --- old/trove-classifiers-2022.6.26/PKG-INFO 2022-06-27 00:51:35.177792300 +0200 +++ new/trove-classifiers-2022.8.31/PKG-INFO 2022-08-31 16:27:08.303623200 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trove-classifiers -Version: 2022.6.26 +Version: 2022.8.31 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.6.26/pyproject.toml new/trove-classifiers-2022.8.31/pyproject.toml --- old/trove-classifiers-2022.6.26/pyproject.toml 2022-06-27 00:51:01.000000000 +0200 +++ new/trove-classifiers-2022.8.31/pyproject.toml 2022-08-31 16:26:24.000000000 +0200 @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools", "wheel", "calver"] +requires = ["setuptools", "calver"] build-backend = "setuptools.build_meta" [mypy] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trove-classifiers-2022.6.26/src/trove_classifiers/__init__.py new/trove-classifiers-2022.8.31/src/trove_classifiers/__init__.py --- old/trove-classifiers-2022.6.26/src/trove_classifiers/__init__.py 2022-06-27 00:51:01.000000000 +0200 +++ new/trove-classifiers-2022.8.31/src/trove_classifiers/__init__.py 2022-08-31 16:26:24.000000000 +0200 @@ -121,6 +121,8 @@ "Framework :: Django CMS :: 3.8", "Framework :: Django CMS :: 3.9", "Framework :: Django CMS :: 3.10", + "Framework :: Django CMS :: 3.11", + "Framework :: Django CMS :: 4.0", "Framework :: FastAPI", "Framework :: Flake8", "Framework :: Flask", @@ -195,6 +197,7 @@ "Framework :: Wagtail :: 1", "Framework :: Wagtail :: 2", "Framework :: Wagtail :: 3", + "Framework :: Wagtail :: 4", "Framework :: ZODB", "Framework :: Zope", "Framework :: Zope2", @@ -377,6 +380,7 @@ "Operating System :: Microsoft :: Windows :: Windows 8", "Operating System :: Microsoft :: Windows :: Windows 8.1", "Operating System :: Microsoft :: Windows :: Windows 10", + "Operating System :: Microsoft :: Windows :: Windows 11", "Operating System :: Microsoft :: Windows :: Windows 95/98/2000", "Operating System :: Microsoft :: Windows :: Windows CE", "Operating System :: Microsoft :: Windows :: Windows NT/2000", @@ -817,3 +821,9 @@ "Natural Language :: Ukranian": ["Natural Language :: Ukrainian"], "Topic :: Communications :: Chat :: AOL Instant Messenger": [], } + + +# All classifiers, including deprecated classifiers +all_classifiers: List[str] = sorted( + sorted_classifiers + list(deprecated_classifiers.keys()) +) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/trove-classifiers-2022.6.26/src/trove_classifiers.egg-info/PKG-INFO new/trove-classifiers-2022.8.31/src/trove_classifiers.egg-info/PKG-INFO --- old/trove-classifiers-2022.6.26/src/trove_classifiers.egg-info/PKG-INFO 2022-06-27 00:51:34.000000000 +0200 +++ new/trove-classifiers-2022.8.31/src/trove_classifiers.egg-info/PKG-INFO 2022-08-31 16:27:08.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: trove-classifiers -Version: 2022.6.26 +Version: 2022.8.31 Summary: Canonical source for classifiers on PyPI (pypi.org). Home-page: https://github.com/pypa/trove-classifiers Author: The PyPI Admins