From a41734acc31869350f981439b93a682d96f4d44382511f14148542ad7ea447f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 20 Mar 2020 12:18:57 +0000 Subject: [PATCH] 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 --- python-python-jsonschema-objects.changes | 9 +++++++++ python-python-jsonschema-objects.spec | 6 ++++-- python_jsonschema_objects-0.3.11.tar.gz | 3 --- python_jsonschema_objects-0.3.12.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 python_jsonschema_objects-0.3.11.tar.gz create mode 100644 python_jsonschema_objects-0.3.12.tar.gz diff --git a/python-python-jsonschema-objects.changes b/python-python-jsonschema-objects.changes index 42e2a0d..4c3bc24 100644 --- a/python-python-jsonschema-objects.changes +++ b/python-python-jsonschema-objects.changes @@ -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 diff --git a/python-python-jsonschema-objects.spec b/python-python-jsonschema-objects.spec index e46589a..ddffda4 100644 --- a/python-python-jsonschema-objects.spec +++ b/python-python-jsonschema-objects.spec @@ -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 diff --git a/python_jsonschema_objects-0.3.11.tar.gz b/python_jsonschema_objects-0.3.11.tar.gz deleted file mode 100644 index 8e3c17d..0000000 --- a/python_jsonschema_objects-0.3.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc0bea3093d28d661f796371a552ecb9ff9ebc5fef189c39cfbaaef6a3a88303 -size 58878 diff --git a/python_jsonschema_objects-0.3.12.tar.gz b/python_jsonschema_objects-0.3.12.tar.gz new file mode 100644 index 0000000..a140c71 --- /dev/null +++ b/python_jsonschema_objects-0.3.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654c815ad5f7704cb5dd5b34ec49957b9ea1bd3b85ff44468a8407ff7aa3f547 +size 59390