From 7645fc414246ee93d7fee16c84148353a9dda470822f98b6235fa3c706972e77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 4 Dec 2019 12:10:39 +0000 Subject: [PATCH] - Update to 0.6.2: * minor fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-lazy-fixture?expand=0&rev=5 --- pytest-lazy-fixture-0.6.1.tar.gz | 3 --- pytest-lazy-fixture-0.6.2.tar.gz | 3 +++ python-pytest-lazy-fixture.changes | 6 ++++++ python-pytest-lazy-fixture.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pytest-lazy-fixture-0.6.1.tar.gz create mode 100644 pytest-lazy-fixture-0.6.2.tar.gz diff --git a/pytest-lazy-fixture-0.6.1.tar.gz b/pytest-lazy-fixture-0.6.1.tar.gz deleted file mode 100644 index c78674b..0000000 --- a/pytest-lazy-fixture-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50d02e7dfad719948efee6bb060fa13e85f11688f78243a468406110ebc06284 -size 7709 diff --git a/pytest-lazy-fixture-0.6.2.tar.gz b/pytest-lazy-fixture-0.6.2.tar.gz new file mode 100644 index 0000000..b24a458 --- /dev/null +++ b/pytest-lazy-fixture-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2f4573b371c690b91e637d09dfa30e2d6ba1234833df1920fc8b7b0d0fcebb +size 7737 diff --git a/python-pytest-lazy-fixture.changes b/python-pytest-lazy-fixture.changes index 3081963..4a034df 100644 --- a/python-pytest-lazy-fixture.changes +++ b/python-pytest-lazy-fixture.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 4 12:08:19 UTC 2019 - Tomáš Chvátal + +- Update to 0.6.2: + * minor fixes + ------------------------------------------------------------------- Tue Nov 5 10:54:53 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-lazy-fixture.spec b/python-pytest-lazy-fixture.spec index 8e38016..a22b918 100644 --- a/python-pytest-lazy-fixture.spec +++ b/python-pytest-lazy-fixture.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-lazy-fixture # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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-pytest-lazy-fixture -Version: 0.6.1 +Version: 0.6.2 Release: 0 Summary: Helper to use fixtures in pytest.markparametrize License: MIT