From ed463351e068bd017d7afdf5827ab96da55a4aee8907be13597804b01c06c4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jan 2020 14:15:11 +0000 Subject: [PATCH] - Update to 3.2.3: * Fixed "already-imported" pytest warning. Contributed by Jonathan Simon Prates in #151. * Fixed breakage that occurs when benchmark is disabled while using cprofile feature (by disabling cprofile too). * Dropped Python 3.4 from the test suite and updated test deps. * Fixed pytest_benchmark.utils.clonefunc to work on Python 3.8. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-benchmark?expand=0&rev=13 --- pytest-benchmark-3.2.2.tar.gz | 3 --- pytest-benchmark-3.2.3.tar.gz | 3 +++ python-pytest-benchmark.changes | 9 +++++++++ python-pytest-benchmark.spec | 5 ++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pytest-benchmark-3.2.2.tar.gz create mode 100644 pytest-benchmark-3.2.3.tar.gz diff --git a/pytest-benchmark-3.2.2.tar.gz b/pytest-benchmark-3.2.2.tar.gz deleted file mode 100644 index e8ae869..0000000 --- a/pytest-benchmark-3.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4512c6805318d07926efcb3b39f7b98a10d035305a93edfd5329c86cbf9cfbf7 -size 338715 diff --git a/pytest-benchmark-3.2.3.tar.gz b/pytest-benchmark-3.2.3.tar.gz new file mode 100644 index 0000000..22f6038 --- /dev/null +++ b/pytest-benchmark-3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4314d093a3089701b24c80a05121994c7765ce373478c8f4ba8d23c9ba9528 +size 337882 diff --git a/python-pytest-benchmark.changes b/python-pytest-benchmark.changes index 2d5d91e..8e23dc0 100644 --- a/python-pytest-benchmark.changes +++ b/python-pytest-benchmark.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 13 14:13:23 UTC 2020 - Tomáš Chvátal + +- Update to 3.2.3: + * Fixed "already-imported" pytest warning. Contributed by Jonathan Simon Prates in #151. + * Fixed breakage that occurs when benchmark is disabled while using cprofile feature (by disabling cprofile too). + * Dropped Python 3.4 from the test suite and updated test deps. + * Fixed pytest_benchmark.utils.clonefunc to work on Python 3.8. + ------------------------------------------------------------------- Mon Jul 22 08:30:20 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-benchmark.spec b/python-pytest-benchmark.spec index ab25357..33008b8 100644 --- a/python-pytest-benchmark.spec +++ b/python-pytest-benchmark.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-benchmark # -# 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 @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-benchmark -Version: 3.2.2 +Version: 3.2.3 Release: 0 Summary: A py.test fixture for benchmarking code License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/ionelmc/pytest-benchmark Source: https://files.pythonhosted.org/packages/source/p/pytest-benchmark/pytest-benchmark-%{version}.tar.gz Patch0: fix-test-fast.patch