Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5c8cb4de0d | |||
| 063c8ee916 |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 21 08:51:16 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
schema-0.7.7.tar.gz
LFS
BIN
schema-0.7.7.tar.gz
LFS
Binary file not shown.
3
schema-0.7.8.tar.gz
Normal file
3
schema-0.7.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e86cc08edd6fe6e2522648f4e47e3a31920a76e82cce8937535422e310862ab5
|
||||
size 45540
|
||||
Reference in New Issue
Block a user