diff --git a/python-jaraco.envs.changes b/python-jaraco.envs.changes index e4840e4..db15756 100644 --- a/python-jaraco.envs.changes +++ b/python-jaraco.envs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Apr 19 23:18:32 UTC 2020 - Marcus Rueckert + +- fix egg info path + +------------------------------------------------------------------- +Sun Apr 19 23:06:33 UTC 2020 - Marcus Rueckert + +- update BR according to setup.cfg + ------------------------------------------------------------------- Thu Mar 26 07:58:43 UTC 2020 - pgajdos@suse.com diff --git a/python-jaraco.envs.spec b/python-jaraco.envs.spec index 5101fd5..9d9f838 100644 --- a/python-jaraco.envs.spec +++ b/python-jaraco.envs.spec @@ -27,7 +27,7 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/jaraco/jaraco.envs Source0: https://files.pythonhosted.org/packages/source/j/jaraco.envs/jaraco.envs-%{version}.tar.gz -BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools_scm >= 3.4.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module toml} BuildRequires: fdupes @@ -60,7 +60,7 @@ sed -i 's/--flake8 --black --cov//' pytest.ini %files %{python_files} %license LICENSE %doc docs/*.rst README.rst CHANGES.rst -%{python_sitelib}/jaraco.envs-%{version}-py*.egg-info +%{python_sitelib}/jaraco.envs-*-py*.egg-info %{python_sitelib}/jaraco* %changelog