14
0

Accepting request 674336 from home:Simmphonie:python

- update to verison 1.7.0 (October 3, 2018)
  - In this release there was a line removed from the license file. It was modified in the following commit
    (cc4e31b39ff4cce2dfbc662baa6469470dd3c033 
    the 1.7.0 release. All commits and tags and releases (1.6.1 and all releases before it) prior to this commit will
    use the old license that includes the change done in the above mentioned commit. Only release 1.7.0 and commits past
    this point will use the new/updated license file. 
  - Dropped support for python 3.3 and 3.4
- version 1.6.1 (March 13, 2018)
  - Added support for keyword *nullable*. It is now possible to allow for a key not to be empty, when *required* keyword is not used.
  - Added support for keyword *class*. It will not cause any validation errors, but serves to make kwalify schemas compatible that uses that keywork.
  - Bug fixes:
    - Improved compatibility with unicodes to validate as strings.
  - Changed behaviour:
    - Propergate json and yaml loading errors when used from the cli to the user for easier debugging.
  - General changes:
    - Allow ruamel.yaml versions up to 0.16
    - License is now bundled with the built release.

OBS-URL: https://build.opensuse.org/request/show/674336
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykwalify?expand=0&rev=5
This commit is contained in:
Torsten Gruner
2019-02-12 21:31:35 +00:00
committed by Git OBS Bridge
parent dad3ef217d
commit 95d2952d4d
4 changed files with 29 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pykwalify
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
# 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/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-pykwalify
Version: 1.6.0
Version: 1.7.0
Release: 0
Summary: Python lib/cli for JSON/YAML schema validation
License: MIT
@@ -68,6 +68,7 @@ The schema this library is base and extended from: http://www.kuwata-lab.com/kwa
%files %{python_files}
%defattr(-,root,root,-)
%doc README.md
%license LICENSE
%python3_only %{_bindir}/pykwalify
%{python_sitelib}/*