Sync from SUSE:SLFO:Main python-jsonschema-specifications revision 6fc655022f2ae4fbc49d00d0d05682fe

This commit is contained in:
Adrian Schröter 2024-05-03 21:15:28 +02:00
commit 30dfec5270
4 changed files with 132 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
jsonschema_specifications-2023.7.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,43 @@
-------------------------------------------------------------------
Tue Jul 18 18:58:19 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 2023.7.1:
no changelog, only diff available at
https://github.com/python-jsonschema/jsonschema-specifications/compare/v2023.06.1...v2023.07.1
-------------------------------------------------------------------
Mon Jun 26 05:02:12 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 2023.6.1:
full diff available at
https://github.com/python-jsonschema/jsonschema-specifications/
compare/v2023.05.2...v2023.06.1
* bump doc requirements
* Enable PYTHONWARNDEFAULTENCODING to catch an encoding
mistake.
-------------------------------------------------------------------
Wed May 31 05:25:47 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 2023.5.2:
full changelog available at
https://github.com/python-jsonschema/jsonschema-specifications/
compare/v2023.05.1...v2023.05.2
-------------------------------------------------------------------
Wed May 17 14:13:12 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 2023.05.1:
full changelog available at
https://github.com/python-jsonschema/jsonschema-specifications/
compare/v2023.03.6...v2023.05.1
-------------------------------------------------------------------
Fri May 5 11:05:10 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- add sle15_python_module_pythons
-------------------------------------------------------------------
Fri Mar 24 12:41:22 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- new package python-jsonschema-specifications

View File

@ -0,0 +1,63 @@
#
# spec file for package python-jsonschema-specifications
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-jsonschema-specifications
Version: 2023.7.1
Release: 0
Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry
License: MIT
URL: https://github.com/python-jsonschema/jsonschema-specifications
Source: https://files.pythonhosted.org/packages/source/j/jsonschema-specifications/jsonschema_specifications-%{version}.tar.gz#/jsonschema_specifications-%{version}.tar.gz
BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module importlib_resources}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module referencing >= 0.25.0}
# /SECTION
BuildRequires: fdupes
Requires: python-referencing >= 0.25.0
Suggests: python-importlib_resources >= 1.4.0
BuildArch: noarch
%python_subpackages
%description
The JSON Schema meta-schemas and vocabularies, exposed as a Registry
%prep
%setup -q -n jsonschema_specifications-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%{python_sitelib}/jsonschema_specifications
%{python_sitelib}/jsonschema_specifications-%{version}.dist-info/
%changelog