- 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
This commit is contained in:
Tomáš Chvátal
2019-03-11 11:12:07 +00:00
committed by Git OBS Bridge
parent 22515439fc
commit c25dec1d0c
4 changed files with 14 additions and 6 deletions

View File

@@ -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