forked from pool/python-expects
- 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:
committed by
Git OBS Bridge
parent
22515439fc
commit
c25dec1d0c
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37538d7b0fa9c0d53e37d07b0e8c07d89754d3deec1f0f8ed1be27f4f10363dd
|
||||
size 27801
|
||||
3
expects-0.9.0.tar.gz
Normal file
3
expects-0.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:419902ccafe81b7e9559eeb6b7a07ef9d5c5604eddb93000f0642b3b2d594f4c
|
||||
size 27901
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 11:10:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user