From 1cc4b7224f681d2481806cfd58ead6179d947f9e5d132c2b546a3312d69c1289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 21 Feb 2019 11:32:27 +0000 Subject: [PATCH] - Update to 0.4.0: * Now distributes license * Various typo fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-dotenv?expand=0&rev=4 --- LICENSE | 21 --------------------- pytest-dotenv-0.3.1.tar.gz | 3 --- pytest-dotenv-0.4.0.tar.gz | 3 +++ python-pytest-dotenv.changes | 7 +++++++ python-pytest-dotenv.spec | 4 +--- 5 files changed, 11 insertions(+), 27 deletions(-) delete mode 100644 LICENSE delete mode 100644 pytest-dotenv-0.3.1.tar.gz create mode 100644 pytest-dotenv-0.4.0.tar.gz diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 126c55a..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Marcel Radischat - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/pytest-dotenv-0.3.1.tar.gz b/pytest-dotenv-0.3.1.tar.gz deleted file mode 100644 index 63cd6c6..0000000 --- a/pytest-dotenv-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2f9deb6c0ba344a6418407dbc9901ee394ec1e042b3422167c02718548416c3 -size 1990 diff --git a/pytest-dotenv-0.4.0.tar.gz b/pytest-dotenv-0.4.0.tar.gz new file mode 100644 index 0000000..c259a3e --- /dev/null +++ b/pytest-dotenv-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a0adf9e17cf7c9e38ec597a74cc902ac76baa1cc5a9bd7581a3711930ad057 +size 2887 diff --git a/python-pytest-dotenv.changes b/python-pytest-dotenv.changes index 29cb7ae..d652da7 100644 --- a/python-pytest-dotenv.changes +++ b/python-pytest-dotenv.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 21 11:31:44 UTC 2019 - Tomáš Chvátal + +- Update to 0.4.0: + * Now distributes license + * Various typo fixes + ------------------------------------------------------------------- Fri Feb 15 09:14:30 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-dotenv.spec b/python-pytest-dotenv.spec index 61fe9c5..6185e69 100644 --- a/python-pytest-dotenv.spec +++ b/python-pytest-dotenv.spec @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-dotenv -Version: 0.3.1 +Version: 0.4.0 Release: 0 Summary: A pytest plugin that parses environment files License: MIT Group: Development/Languages/Python URL: https://github.com/quiqua/pytest-dotenv Source: https://files.pythonhosted.org/packages/source/p/pytest-dotenv/pytest-dotenv-%{version}.tar.gz -Source1: https://raw.githubusercontent.com/quiqua/pytest-dotenv/master/LICENSE BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -39,7 +38,6 @@ A py.test plugin that parses environment files before running tests. %prep %setup -q -n pytest-dotenv-%{version} -cp %{SOURCE1} . %build %python_build