From e431a3c0a6e71761bdabbf2046c9e114a7c6b7690d3869becfb8fd2183fb9540 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 16:50:24 +0000 Subject: [PATCH] Accepting request 1074324 from home:ojkastl_buildservice:Branch_devel_languages_python new package, required by jsonschema 0.18.x OBS-URL: https://build.opensuse.org/request/show/1074324 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema-specifications?expand=0&rev=1 --- .gitattributes | 23 +++++++++ .gitignore | 1 + jsonschema_specifications-2023.3.6.tar.gz | 3 ++ python-jsonschema-specifications.changes | 4 ++ python-jsonschema-specifications.spec | 62 +++++++++++++++++++++++ 5 files changed, 93 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 jsonschema_specifications-2023.3.6.tar.gz create mode 100644 python-jsonschema-specifications.changes create mode 100644 python-jsonschema-specifications.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/jsonschema_specifications-2023.3.6.tar.gz b/jsonschema_specifications-2023.3.6.tar.gz new file mode 100644 index 0000000..e94888c --- /dev/null +++ b/jsonschema_specifications-2023.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f84ccccce27abf263904363aa59171e9f889c152965f9e71bc05dfc520502fb +size 11948 diff --git a/python-jsonschema-specifications.changes b/python-jsonschema-specifications.changes new file mode 100644 index 0000000..c4d5036 --- /dev/null +++ b/python-jsonschema-specifications.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Fri Mar 24 12:41:22 UTC 2023 - Johannes Kastl + +- new package python-jsonschema-specifications diff --git a/python-jsonschema-specifications.spec b/python-jsonschema-specifications.spec new file mode 100644 index 0000000..450c71e --- /dev/null +++ b/python-jsonschema-specifications.spec @@ -0,0 +1,62 @@ +# +# 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/ +# + + +Name: python-jsonschema-specifications +Version: 2023.3.6 +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-2023.3.6.tar.gz +BuildRequires: python-rpm-macros +BuildRequires: %{python_module hatch_vcs} +BuildRequires: %{python_module hatchling} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} +# 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