Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 58a6b4e6ae | |||
| 4238a7c616 | |||
| cb69522551 |
@@ -1,14 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
Mon Oct 28 22:48:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-schema
|
# spec file for package python-schema
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-schema
|
Name: python-schema
|
||||||
Version: 0.7.8
|
Version: 0.7.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Data validation library
|
Summary: Data validation library
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -57,7 +57,8 @@ parsing, converted from JSON/YAML (or something else) to Python data-types.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE-MIT
|
%license LICENSE-MIT
|
||||||
%{python_sitelib}/schema
|
%{python_sitelib}/schema.py
|
||||||
|
%pycache_only %{python_sitelib}/__pycache__/schema*
|
||||||
%{python_sitelib}/schema-%{version}.dist-info
|
%{python_sitelib}/schema-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
schema-0.7.7.tar.gz
LFS
Normal file
BIN
schema-0.7.7.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e86cc08edd6fe6e2522648f4e47e3a31920a76e82cce8937535422e310862ab5
|
|
||||||
size 45540
|
|
||||||
Reference in New Issue
Block a user