14
0

Accepting request 807666 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/807666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pykwalify?expand=0&rev=4
This commit is contained in:
2020-05-26 15:17:51 +00:00
committed by Git OBS Bridge
2 changed files with 24 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 20 07:26:32 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 12 21:23:51 UTC 2019 - t.gruner@katodev.de Tue Feb 12 21:23:51 UTC 2019 - t.gruner@katodev.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pykwalify # spec file for package python-pykwalify
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@@ -24,10 +24,18 @@ Release: 0
Summary: Python lib/cli for JSON/YAML schema validation Summary: Python lib/cli for JSON/YAML schema validation
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/grokzen/pykwalify URL: https://github.com/grokzen/pykwalify
Source: https://files.pythonhosted.org/packages/source/p/pykwalify/pykwalify-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pykwalify/pykwalify-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-PyYAML >= 3.11
Requires: python-docopt >= 0.6.2
Requires: python-python-dateutil >= 2.4.2
Requires(post): update-alternatives
Requires(postun): update-alternatives
Suggests: python-ruamel.yaml >= 0.11.0
BuildArch: noarch
%if %{with test} %if %{with test}
BuildRequires: %{python_module PyYAML >= 3.11} BuildRequires: %{python_module PyYAML >= 3.11}
BuildRequires: %{python_module docopt >= 0.6.2} BuildRequires: %{python_module docopt >= 0.6.2}
@@ -35,13 +43,6 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil >= 2.4.2} BuildRequires: %{python_module python-dateutil >= 2.4.2}
BuildRequires: %{python_module testfixtures} BuildRequires: %{python_module testfixtures}
%endif %endif
BuildRequires: fdupes
Requires: python-PyYAML >= 3.11
Requires: python-docopt >= 0.6.2
Requires: python-python-dateutil >= 2.4.2
Suggests: python-ruamel.yaml >= 0.11.0
BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -59,17 +60,23 @@ The schema this library is base and extended from: http://www.kuwata-lab.com/kwa
%install %install
%python_install %python_install
%python_clone -a %{buildroot}%{_bindir}/pykwalify
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test} %if %{with test}
%check %check
%python_exec setup.py test %python_exec setup.py test
%endif %endif
%post
%python_install_alternative pykwalify
%postun
%python_uninstall_alternative pykwalify
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-)
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%python3_only %{_bindir}/pykwalify %python_alternative %{_bindir}/pykwalify
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog