Accepting request 665995 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/665995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonschema?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2019-01-21 09:53:47 +00:00 committed by Git OBS Bridge
commit eac2299d73
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 14 15:34:35 CET 2019 - kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 24 10:24:27 UTC 2018 - tchvatal@suse.com Wed Jan 24 10:24:27 UTC 2018 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-jsonschema # spec file for package python-jsonschema
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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/
# #
@ -69,7 +69,8 @@ for Python (supporting 2.6+ including Python 3).
%python_uninstall_alternative jsonschema %python_uninstall_alternative jsonschema
%files %{python_files} %files %{python_files}
%doc COPYING README.rst %license COPYING
%doc README.rst
%python_alternative %{_bindir}/jsonschema %python_alternative %{_bindir}/jsonschema
%{python_sitelib}/* %{python_sitelib}/*