代码拉取完成,页面将自动刷新
%global _empty_manifest_terminate_build 0
Name: python-jsonschema-specifications
Version: 2023.12.1
Release: 1
Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry.
License: MIT
URL: https://github.com/python-jsonschema/jsonschema-specifications
Source0: https://files.pythonhosted.org/packages/f8/b9/cc0cc592e7c195fb8a650c1d5990b10175cf13b4c97465c72ec841de9e4b/jsonschema_specifications-2023.12.1.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-hatch-vcs
%description
The JSON Schema meta-schemas and vocabularies, exposed as a Registry.
%package -n python3-jsonschema-specifications
Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry.
Provides: python-jsonschema-specifications
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-hatchling
%description -n python3-jsonschema-specifications
The JSON Schema meta-schemas and vocabularies, exposed as a Registry.
%package help
Summary: Development documents and examples for jsonschema-specifications
Provides: python3-jsonschema-specifications-doc
%description help
Development documents and examples for jsonschema-specifications.
%prep
%autosetup -n jsonschema_specifications-%{version}
%build
%pyproject_build
%install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%files -n python3-jsonschema-specifications
%doc README.rst
%license COPYING
%{python3_sitelib}/jsonschema_specifications
%{python3_sitelib}/jsonschema_specifications*.dist-info/
%files help
%{_docdir}/*
%changelog
* Fri Aug 23 2024 xuhe <xuhe@kylinos.cn> - 2023.12.1-1
- Update version to 2023.12.1
- Ignore dotfiles when collecting schemas.
- Enable the rest of the rulesets we care about.
- Update pre-commit hooks.
* Wed Nov 8 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2023.7.1-1
- Init package
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。