From 7786df2f5f3233e13f18aff6816d457c4bd5895942e9da7de60bbba1f2d1deef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 Apr 2020 05:51:34 +0000 Subject: [PATCH] Accepting request 795609 from home:darix:apps - fix egg info path - update BR according to setup.cfg OBS-URL: https://build.opensuse.org/request/show/795609 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.envs?expand=0&rev=3 --- python-jaraco.envs.changes | 10 ++++++++++ python-jaraco.envs.spec | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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