- 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
This commit is contained in:
Tomáš Chvátal
2019-02-21 11:32:27 +00:00
committed by Git OBS Bridge
parent 60cbbd5554
commit 1cc4b7224f
5 changed files with 11 additions and 27 deletions

View File

@@ -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