Accepting request 786857 from home:pgajdos:python

- version update to 0.3.12
  * Going forward, this library will no longer test on or support Python 2.7 because it's EOL
  * Fixes formatting of supported schema versions (#184)
  * Removes some confusing code related to ArrayWrapper initialization (#188)
  * ProtocolBase objects (most objects) now support deepcopy. (#185)

OBS-URL: https://build.opensuse.org/request/show/786857
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jsonschema-objects?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2020-03-20 12:18:57 +00:00
committed by Git OBS Bridge
parent 2812858308
commit a41734acc3
4 changed files with 16 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-jsonschema-objects
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# python2-Markdown missing
%define skip_python2 1
Name: python-python-jsonschema-objects
Version: 0.3.11
Version: 0.3.12
Release: 0
Summary: An object wrapper for JSON Schema definitions
License: MIT