Accepting request 1000063 from home:bnavigator:branches:devel:languages:python

- Do not own the jaraco toplevel directory (PEP440 namespace pkg)
- Clean specfile from old distro code

OBS-URL: https://build.opensuse.org/request/show/1000063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.envs?expand=0&rev=7
This commit is contained in:
Markéta Machová 2022-08-29 19:58:20 +00:00 committed by Git OBS Bridge
parent 7545cfad04
commit 484dd294a9
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 29 14:37:15 UTC 2022 - Ben Greiner <code@bnavigator.de>
- 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 <code@bnavigator.de>

View File

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