From cfbcf4b555bd06fe9fed3f4fd9a7e0f34725efd5288950f8f09532224ba25dc9 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 7 Jan 2022 18:57:18 +0000 Subject: [PATCH] - update to version 6.0.1: - Add deserializer to Cornice params (#565). - Refactory ``unittest`` aliases for Python 3.11 compatibility. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cornice?expand=0&rev=3 --- python-cornice-6.0.0.tar.gz | 3 --- python-cornice-6.0.1.tar.gz | 3 +++ python-cornice.changes | 7 +++++++ python-cornice.spec | 12 ++++++------ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 python-cornice-6.0.0.tar.gz create mode 100644 python-cornice-6.0.1.tar.gz diff --git a/python-cornice-6.0.0.tar.gz b/python-cornice-6.0.0.tar.gz deleted file mode 100644 index 36414df..0000000 --- a/python-cornice-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c0996eeca26c81fd96919913e7a1ea4633c2b473eaa3e5e6b8aa6bf8015c04c -size 137321 diff --git a/python-cornice-6.0.1.tar.gz b/python-cornice-6.0.1.tar.gz new file mode 100644 index 0000000..381f8f6 --- /dev/null +++ b/python-cornice-6.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eccc2ac28e3ff342ecba98d2101c6fa0fd0341a963871189e219001aeb8590f2 +size 137397 diff --git a/python-cornice.changes b/python-cornice.changes index 3ce9fe0..9e5d1e7 100644 --- a/python-cornice.changes +++ b/python-cornice.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 7 18:56:53 UTC 2022 - Sebastian Wagner + +- update to version 6.0.1: + - Add deserializer to Cornice params (#565). + - Refactory ``unittest`` aliases for Python 3.11 compatibility. + ------------------------------------------------------------------- Fri Dec 3 12:57:44 UTC 2021 - Sebastian Wagner diff --git a/python-cornice.spec b/python-cornice.spec index 69d0541..4f73cc5 100644 --- a/python-cornice.spec +++ b/python-cornice.spec @@ -1,7 +1,7 @@ # # spec file for package python-cornice # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cornice -Version: 6.0.0 +Version: 6.0.1 Release: 0 Summary: Define Web Services in Pyramid License: MPL-2.0 @@ -33,12 +33,12 @@ BuildRequires: fdupes BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module WebTest} BuildRequires: %{python_module colander >= 1.0~b1} -BuildRequires: %{python_module marshmallow >= 3.0.0} BuildRequires: %{python_module coverage} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytest-cov} -BuildRequires: %{python_module simplejson} +BuildRequires: %{python_module marshmallow >= 3.0.0} BuildRequires: %{python_module pyramid >= 1.7} +BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module simplejson} # /SECTION Requires: python-pyramid >= 1.7 Requires: python-venusian