Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-weblate-schemas for openSUSE:Factory checked in at 2023-07-03 17:43:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-weblate-schemas (Old) and /work/SRC/openSUSE:Factory/.python-weblate-schemas.new.13546 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-weblate-schemas" Mon Jul 3 17:43:53 2023 rev:6 rq:1096484 version:2023.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-weblate-schemas/python-weblate-schemas.changes 2022-11-04 17:41:59.091010758 +0100 +++ /work/SRC/openSUSE:Factory/.python-weblate-schemas.new.13546/python-weblate-schemas.changes 2023-07-03 17:44:00.405150008 +0200 @@ -1,0 +2,11 @@ +Sat Jul 1 14:19:13 UTC 2023 - Markéta Machová <mmach...@suse.com> + +- Update to 2023.3 + * Added support for Python 3.11 and 3.10. + * Dropped support for Python 3.6. + * Fixed project backups schema to allow blank project website. + * Fixed project backup with unicode website URLs. + * Added theme to user data. +- Drop upstreamed test-data.patch + +------------------------------------------------------------------- Old: ---- test-data.patch weblate_schemas-2022.1.tar.gz New: ---- weblate_schemas-2023.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-weblate-schemas.spec ++++++ --- /var/tmp/diff_new_pack.zZPdC7/_old 2023-07-03 17:44:01.845158485 +0200 +++ /var/tmp/diff_new_pack.zZPdC7/_new 2023-07-03 17:44:01.853158533 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-weblate-schemas # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,12 @@ %define skip_python2 1 Name: python-weblate-schemas -Version: 2022.1 +Version: 2023.3 Release: 0 Summary: A collection of schemas used by Weblate License: MIT URL: https://weblate.org/ Source: https://files.pythonhosted.org/packages/source/w/weblate_schemas/weblate_schemas-%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/WeblateOrg/weblate_schemas/commit/1465933db1bd10dd34e7373b1f0b6693d708277e tests: fix invalid test data -Patch0: test-data.patch BuildRequires: %{python_module jsonschema} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} ++++++ weblate_schemas-2022.1.tar.gz -> weblate_schemas-2023.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/CHANGES.rst new/weblate_schemas-2023.3/CHANGES.rst --- old/weblate_schemas-2022.1/CHANGES.rst 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/CHANGES.rst 2023-06-08 20:01:55.000000000 +0200 @@ -1,6 +1,27 @@ Changelog ========= +2023.3 +------ + +* Released on 8th June 2023. +* Added theme to user data. + +2023.2 +------ + +* Released on 2nd March 2023. +* Fixed project backup with unicode website URLs. + +2023.1 +------ + +* Released on 5th February 2023. +* Fixed testsuite failure. +* Added support for Python 3.11 and 3.10. +* Dropped support for Python 3.6. +* Fixed project backups schema to allow blank project website. + 2022.1 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/LICENSE new/weblate_schemas-2023.3/LICENSE --- old/weblate_schemas-2022.1/LICENSE 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/LICENSE 2023-06-08 20:01:55.000000000 +0200 @@ -1,6 +1,6 @@ MIT License -Copyright © 2012â2022 Michal ÄihaÅ +Copyright © 2012â2023 Michal ÄihaÅ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/PKG-INFO new/weblate_schemas-2023.3/PKG-INFO --- old/weblate_schemas-2022.1/PKG-INFO 2022-08-17 11:15:25.035836200 +0200 +++ new/weblate_schemas-2023.3/PKG-INFO 2023-06-08 20:02:14.154708600 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: weblate_schemas -Version: 2022.1 +Version: 2023.3 Summary: A collection of JSON schemas used by Weblate Home-page: https://weblate.org/ Author: Michal ÄihaÅ @@ -17,7 +17,7 @@ :target: https://weblate.org/ :height: 80px - **Weblate is a copylefted libre software web-based continuous localization system, + **Weblate is libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.** This module contains schemas used in Weblate exports. @@ -67,13 +67,13 @@ Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3 :: Only -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 :: Software Development :: Internationalization Classifier: Topic :: Software Development :: Localization Classifier: Topic :: Utilities -Requires-Python: >=3.6 +Requires-Python: >=3.7 Description-Content-Type: text/x-rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/README.rst new/weblate_schemas-2023.3/README.rst --- old/weblate_schemas-2022.1/README.rst 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/README.rst 2023-06-08 20:01:55.000000000 +0200 @@ -3,7 +3,7 @@ :target: https://weblate.org/ :height: 80px -**Weblate is a copylefted libre software web-based continuous localization system, +**Weblate is libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.** This module contains schemas used in Weblate exports. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/pyproject.toml new/weblate_schemas-2023.3/pyproject.toml --- old/weblate_schemas-2022.1/pyproject.toml 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/pyproject.toml 2023-06-08 20:01:55.000000000 +0200 @@ -1,2 +1,50 @@ [tool.black] target-version = ['py37'] + +[tool.isort] +profile = "black" + +[tool.ruff] +format = "github" +ignore = [ + "D203", # CONFIG: incompatible with D211 + "D212" # CONFIG: incompatible with D213 +] +select = [ + "E", + "F", + "B", + "T10", + "A", + "C4", + "C90", + "YTT", + "DJ", + "UP", + "D", + "PD", + "PGH", + "PL", + "TRY", + "RUF", + "ERA", + "ICN", + "ISC", + "EXE", + "INP", + "PIE", + "G", + "PYI", + "Q", + "SIM", + "TID", + "RSE", + "T20", + "RET", + "SLF", + "N" +] +target-version = "py37" + +[tool.ruff.mccabe] +max-complexity = 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/requirements-test.txt new/weblate_schemas-2023.3/requirements-test.txt --- old/weblate_schemas-2022.1/requirements-test.txt 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/requirements-test.txt 2023-06-08 20:01:55.000000000 +0200 @@ -1,5 +1,4 @@ -r requirements.txt -codecov pytest pytest-cov -twine +twine==4.0.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/setup.cfg new/weblate_schemas-2023.3/setup.cfg --- old/weblate_schemas-2022.1/setup.cfg 2022-08-17 11:15:25.035836200 +0200 +++ new/weblate_schemas-2023.3/setup.cfg 2023-06-08 20:02:14.158708600 +0200 @@ -1,6 +1,6 @@ [metadata] name = weblate_schemas -version = 2022.1 +version = 2023.3 description = A collection of JSON schemas used by Weblate long_description = file: README.rst long_description_content_type = text/x-rst @@ -18,11 +18,11 @@ Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - 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 :: Software Development :: Internationalization Topic :: Software Development :: Localization Topic :: Utilities @@ -37,33 +37,24 @@ [options] packages = find_namespace: -python_requires = >=3.6 +python_requires = >=3.7 include_package_data = 1 zip_safe = 0 [flake8] max-complexity = 16 -select = E,W1,W2,W3,W504,W505,W6,B +extend-select = E,W1,W2,W3,W504,W505,W6,B enable-extensions = B,C,D,DJ,F,G,I,M,N,R,SF,UPS -ignore = E203 +extend-ignore = E203 exclude = max-line-length = 88 per-file-ignores = [pycodestyle] -select = E,W1,W2,W3,W504,W505,W6 +extend-select = E,W1,W2,W3,W504,W505,W6 exclude = max-line-length = 88 -[isort] -multi_line_output = 3 -include_trailing_comma = True -force_grid_wrap = 0 -use_parentheses = True -line_length = 88 -known_first_party = weblate_schema -known_third_party = jsonschema - [egg_info] tag_build = tag_date = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/setup.py new/weblate_schemas-2023.3/setup.py --- old/weblate_schemas-2022.1/setup.py 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/setup.py 2023-06-08 20:01:55.000000000 +0200 @@ -1,34 +1,14 @@ #!/usr/bin/env python + +# Copyright © Michal ÄihaÅ <mic...@weblate.org> # -# Copyright © 2012â2022 Michal ÄihaÅ <mic...@cihar.com> -# -# This file is part of Weblate weblate_schemas -# <https://github.com/WeblateOrg/weblate_schemas> -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. -# -"""Setup file for easy installation.""" +# SPDX-License-Identifier: MIT -import os +"""Setup file for easy installation.""" -from setuptools import find_packages, setup +from setuptools import setup -REQUIRES = list(open("requirements.txt").read().splitlines()) +with open("requirements.txt") as handle: + REQUIRES = list(handle.read().splitlines()) setup(install_requires=REQUIRES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/weblate_schemas/__init__.py new/weblate_schemas-2023.3/weblate_schemas/__init__.py --- old/weblate_schemas-2022.1/weblate_schemas/__init__.py 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/weblate_schemas/__init__.py 2023-06-08 20:01:55.000000000 +0200 @@ -1,27 +1,7 @@ +# Copyright © Michal ÄihaÅ <mic...@weblate.org> # -# Copyright © 2012â2022 Michal ÄihaÅ <mic...@cihar.com> -# -# This file is part of Weblate weblate_schemas -# <https://github.com/WeblateOrg/weblate_schemas> -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. -# +# SPDX-License-Identifier: MIT + """Schemas used by Weblate.""" import json diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/weblate_schemas/schemas/weblate-backup.schema.json new/weblate_schemas-2023.3/weblate_schemas/schemas/weblate-backup.schema.json --- old/weblate_schemas-2022.1/weblate_schemas/schemas/weblate-backup.schema.json 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/weblate_schemas/schemas/weblate-backup.schema.json 2023-06-08 20:01:55.000000000 +0200 @@ -104,8 +104,16 @@ "web": { "$id": "#root/project/web", "title": "", - "type": "string", - "format": "uri", + "anyOf": [ + { + "type": "string", + "format": "iri" + }, + { + "type": "string", + "maxLength": 0 + } + ], "default": "Project website", "examples": [ "https://weblate.org/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/weblate_schemas/schemas/weblate-userdata.schema.json new/weblate_schemas-2023.3/weblate_schemas/schemas/weblate-userdata.schema.json --- old/weblate_schemas-2022.1/weblate_schemas/schemas/weblate-userdata.schema.json 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/weblate_schemas/schemas/weblate-userdata.schema.json 2023-06-08 20:01:55.000000000 +0200 @@ -188,6 +188,16 @@ ], "pattern": "^.*$" }, + "theme": { + "$id": "#root/profile/theme", + "title": "Theme", + "type": "string", + "default": "auto", + "examples": [ + "auto" + ], + "pattern": "^(auto|dark|light)$" + }, "dashboard_view": { "$id": "#root/profile/dashboard_view", "title": "Default dashboard view", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/weblate_schemas/test_loader.py new/weblate_schemas-2023.3/weblate_schemas/test_loader.py --- old/weblate_schemas-2022.1/weblate_schemas/test_loader.py 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/weblate_schemas/test_loader.py 2023-06-08 20:01:55.000000000 +0200 @@ -1,27 +1,7 @@ +# Copyright © Michal ÄihaÅ <mic...@weblate.org> # -# Copyright © 2012â2022 Michal ÄihaÅ <mic...@cihar.com> -# -# This file is part of Weblate weblate_schemas -# <https://github.com/WeblateOrg/weblate_schemas> -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. -# +# SPDX-License-Identifier: MIT + """Test schemas loader.""" from weblate_schemas import get_path, load_schema diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/weblate_schemas/test_valid.py new/weblate_schemas-2023.3/weblate_schemas/test_valid.py --- old/weblate_schemas-2022.1/weblate_schemas/test_valid.py 2022-08-17 11:15:14.000000000 +0200 +++ new/weblate_schemas-2023.3/weblate_schemas/test_valid.py 2023-06-08 20:01:55.000000000 +0200 @@ -1,27 +1,7 @@ +# Copyright © Michal ÄihaÅ <mic...@weblate.org> # -# Copyright © 2012â2022 Michal ÄihaÅ <mic...@cihar.com> -# -# This file is part of Weblate weblate_schemas -# <https://github.com/WeblateOrg/weblate_schemas> -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. -# +# SPDX-License-Identifier: MIT + """Test schemas are valid.""" from jsonschema import validate @@ -127,6 +107,66 @@ ) +def test_backup_blank_url(): + """Test memory schema being valid.""" + validate_schema( + { + "metadata": { + "version": "4.13", + "server": "Weblate", + "domain": "weblate.example.com", + "timestamp": "2021-11-18T18:53:54.862Z", + }, + "project": { + "name": "Hello", + "slug": "hello", + "web": "", + "instructions": "", + "set_language_team": False, + "use_shared_tm": False, + "contribute_shared_tm": False, + "access_control": 0, + "translation_review": False, + "source_review": False, + "enable_hooks": False, + "language_aliases": "", + }, + "labels": [], + }, + "weblate-backup.schema.json", + ) + + +def test_backup_unicode_url(): + """Test memory schema being valid.""" + validate_schema( + { + "metadata": { + "version": "4.13", + "server": "Weblate", + "domain": "weblate.example.com", + "timestamp": "2021-11-18T18:53:54.862Z", + }, + "project": { + "name": "Hello", + "slug": "hello", + "web": "https://example.com/Tradução%20Divine%20Divinity", + "instructions": "", + "set_language_team": False, + "use_shared_tm": False, + "contribute_shared_tm": False, + "access_control": 0, + "translation_review": False, + "source_review": False, + "enable_hooks": False, + "language_aliases": "", + }, + "labels": [], + }, + "weblate-backup.schema.json", + ) + + def test_component(): """Test memory schema being valid.""" validate_schema( @@ -215,7 +255,6 @@ "extra_flags": "", "explanation": "", "labels": ["demo"], - "source_unit": "1234567890abcdef", "comments": [ { "comment": "Comment", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/weblate_schemas.egg-info/PKG-INFO new/weblate_schemas-2023.3/weblate_schemas.egg-info/PKG-INFO --- old/weblate_schemas-2022.1/weblate_schemas.egg-info/PKG-INFO 2022-08-17 11:15:24.000000000 +0200 +++ new/weblate_schemas-2023.3/weblate_schemas.egg-info/PKG-INFO 2023-06-08 20:02:13.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: weblate-schemas -Version: 2022.1 +Version: 2023.3 Summary: A collection of JSON schemas used by Weblate Home-page: https://weblate.org/ Author: Michal ÄihaÅ @@ -17,7 +17,7 @@ :target: https://weblate.org/ :height: 80px - **Weblate is a copylefted libre software web-based continuous localization system, + **Weblate is libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.** This module contains schemas used in Weblate exports. @@ -67,13 +67,13 @@ Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3 :: Only -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 :: Software Development :: Internationalization Classifier: Topic :: Software Development :: Localization Classifier: Topic :: Utilities -Requires-Python: >=3.6 +Requires-Python: >=3.7 Description-Content-Type: text/x-rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/weblate_schemas-2022.1/weblate_schemas.egg-info/top_level.txt new/weblate_schemas-2023.3/weblate_schemas.egg-info/top_level.txt --- old/weblate_schemas-2022.1/weblate_schemas.egg-info/top_level.txt 2022-08-17 11:15:24.000000000 +0200 +++ new/weblate_schemas-2023.3/weblate_schemas.egg-info/top_level.txt 2023-06-08 20:02:13.000000000 +0200 @@ -1 +1,2 @@ +LICENSES weblate_schemas