diff --git a/python-schema.changes b/python-schema.changes index 6ec6700..7aaeeee 100644 --- a/python-schema.changes +++ b/python-schema.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 21 08:51:16 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.7.8 + * [JSON Schema] Add title for Literal. + * JSON Schema missing title in subschemas. + * [JSON Schema] Type "null" should be string. + * Ruff format. + * Include py.typed module when building package. +- Adjust filename pattern matches in %files section + ------------------------------------------------------------------- Mon Oct 28 22:48:53 UTC 2024 - Dirk Müller diff --git a/python-schema.spec b/python-schema.spec index 9336bfd..ad46a27 100644 --- a/python-schema.spec +++ b/python-schema.spec @@ -1,7 +1,7 @@ # # spec file for package python-schema # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-schema -Version: 0.7.7 +Version: 0.7.8 Release: 0 Summary: Data validation library License: MIT @@ -57,8 +57,7 @@ parsing, converted from JSON/YAML (or something else) to Python data-types. %files %{python_files} %doc README.rst %license LICENSE-MIT -%{python_sitelib}/schema.py -%pycache_only %{python_sitelib}/__pycache__/schema* +%{python_sitelib}/schema %{python_sitelib}/schema-%{version}.dist-info %changelog diff --git a/schema-0.7.7.tar.gz b/schema-0.7.7.tar.gz deleted file mode 100644 index 1ca957c..0000000 --- a/schema-0.7.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7da553abd2958a19dc2547c388cde53398b39196175a9be59ea1caf5ab0a1807 -size 44245 diff --git a/schema-0.7.8.tar.gz b/schema-0.7.8.tar.gz new file mode 100644 index 0000000..9cd2597 --- /dev/null +++ b/schema-0.7.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e86cc08edd6fe6e2522648f4e47e3a31920a76e82cce8937535422e310862ab5 +size 45540