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,3 +1,12 @@
-------------------------------------------------------------------
Fri Mar 20 11:53:16 UTC 2020 - pgajdos@suse.com
- 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)
-------------------------------------------------------------------
Tue Sep 17 08:42:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc0bea3093d28d661f796371a552ecb9ff9ebc5fef189c39cfbaaef6a3a88303
size 58878

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:654c815ad5f7704cb5dd5b34ec49957b9ea1bd3b85ff44468a8407ff7aa3f547
size 59390