From 46d45f6fb20c948b4f2a72d7cc7381a7f1a181e39115639e8d242d1a2b98baaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Jun 2020 10:09:29 +0000 Subject: [PATCH] Accepting request 817658 from home:mcalabkova:branches:devel:languages:python:pytest - Update to 0.5.2 * Set env variables before starting pytest session OBS-URL: https://build.opensuse.org/request/show/817658 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-dotenv?expand=0&rev=8 --- 0.5.1.tar.gz | 3 --- 0.5.2.tar.gz | 3 +++ python-pytest-dotenv.changes | 6 ++++++ python-pytest-dotenv.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 0.5.1.tar.gz create mode 100644 0.5.2.tar.gz diff --git a/0.5.1.tar.gz b/0.5.1.tar.gz deleted file mode 100644 index 172d1f7..0000000 --- a/0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4c23aa99a53fb44c2701b0a311a1ad71546f7781877ad14979c4751ffbb0378 -size 3831 diff --git a/0.5.2.tar.gz b/0.5.2.tar.gz new file mode 100644 index 0000000..45f349f --- /dev/null +++ b/0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb5efc0d8c43836c5843935b6c5b803344002a16b9423092bb43d6d1a6211aa +size 3963 diff --git a/python-pytest-dotenv.changes b/python-pytest-dotenv.changes index a618a09..57e9c44 100644 --- a/python-pytest-dotenv.changes +++ b/python-pytest-dotenv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 29 09:48:03 UTC 2020 - Marketa Calabkova + +- Update to 0.5.2 + * Set env variables before starting pytest session + ------------------------------------------------------------------- Tue Jun 9 08:03:40 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-dotenv.spec b/python-pytest-dotenv.spec index 1730267..3317d2e 100644 --- a/python-pytest-dotenv.spec +++ b/python-pytest-dotenv.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pytest-dotenv -Version: 0.5.1 +Version: 0.5.2 Release: 0 Summary: A pytest plugin that parses environment files License: MIT