diff --git a/python-jaraco.envs.changes b/python-jaraco.envs.changes index 9f2788f..efa9964 100644 --- a/python-jaraco.envs.changes +++ b/python-jaraco.envs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 29 14:37:15 UTC 2022 - Ben Greiner + +- Do not own the jaraco toplevel directory (PEP440 namespace pkg) +- Clean specfile from old distro code + ------------------------------------------------------------------- Wed Jul 13 09:59:20 UTC 2022 - Ben Greiner diff --git a/python-jaraco.envs.spec b/python-jaraco.envs.spec index e7e82cb..d811752 100644 --- a/python-jaraco.envs.spec +++ b/python-jaraco.envs.spec @@ -16,9 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -# requires python-path -%define skip_python2 1 Name: python-jaraco.envs Version: 2.4.0 Release: 0 @@ -31,7 +28,6 @@ BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 56} BuildRequires: %{python_module setuptools_scm >= 3.4.1} -BuildRequires: %{python_module tomli} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -68,6 +64,9 @@ sed -i '/tox/d' setup.cfg %license LICENSE %doc docs/*.rst README.rst CHANGES.rst %{python_sitelib}/jaraco.envs-%{version}*info -%{python_sitelib}/jaraco +%dir %{python_sitelib}/jaraco +%{python_sitelib}/jaraco/envs.py* +%pycache_only %dir %{python_sitelib}/jaraco/__pycache__ +%pycache_only %{python_sitelib}/jaraco/__pycache__/envs*.py* %changelog