From c25dec1d0c5bfc45bf80f475bbe2958d91945b985cd90be7947f78c84efdfecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 11 Mar 2019 11:12:07 +0000 Subject: [PATCH] - Update to 0.9.0: * Fix Python 3.7 collections ABC classes deprecation warning. See GH-55. * Hide expects internals from pytest tracebacks. See GH-51. * Dropped Python 2.6 support. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-expects?expand=0&rev=5 --- expects-0.8.0.tar.gz | 3 --- expects-0.9.0.tar.gz | 3 +++ python-expects.changes | 8 ++++++++ python-expects.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 expects-0.8.0.tar.gz create mode 100644 expects-0.9.0.tar.gz diff --git a/expects-0.8.0.tar.gz b/expects-0.8.0.tar.gz deleted file mode 100644 index b301dee..0000000 --- a/expects-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37538d7b0fa9c0d53e37d07b0e8c07d89754d3deec1f0f8ed1be27f4f10363dd -size 27801 diff --git a/expects-0.9.0.tar.gz b/expects-0.9.0.tar.gz new file mode 100644 index 0000000..c028f8c --- /dev/null +++ b/expects-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419902ccafe81b7e9559eeb6b7a07ef9d5c5604eddb93000f0642b3b2d594f4c +size 27901 diff --git a/python-expects.changes b/python-expects.changes index e36a2bd..52f5b6e 100644 --- a/python-expects.changes +++ b/python-expects.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 11 11:10:33 UTC 2019 - Tomáš Chvátal + +- Update to 0.9.0: + * Fix Python 3.7 collections ABC classes deprecation warning. See GH-55. + * Hide expects internals from pytest tracebacks. See GH-51. + * Dropped Python 2.6 support. + ------------------------------------------------------------------- Thu Jun 7 21:03:53 UTC 2018 - jengelh@inai.de diff --git a/python-expects.spec b/python-expects.spec index 6d76a34..b56e348 100644 --- a/python-expects.spec +++ b/python-expects.spec @@ -1,7 +1,7 @@ # # spec file for package python-expects # -# 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,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-expects -Version: 0.8.0 +Version: 0.9.0 Release: 0 Summary: Expressive and extensible TDD/BDD assertion library for Python License: Apache-2.0