From 68642d1f9e0b5c8358f85c367c967dfb7791618a Mon Sep 17 00:00:00 2001 From: Maxim Date: Wed, 1 Sep 2021 19:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9%file=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3python37=E7=8E=AF=E5=A2=83=E4=B8=8B=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-jaraco-collections.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-jaraco-collections.spec b/python-jaraco-collections.spec index 2abcf98..33b7339 100644 --- a/python-jaraco-collections.spec +++ b/python-jaraco-collections.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-jaraco-collections Version: 3.0.0 -Release: 1 +Release: 2 Summary: Collection objects similar to those in stdlib by jaraco License: MIT URL: https://pypi.org/project/jaraco.collections @@ -73,6 +73,7 @@ mv %{buildroot}/doclist.lst . %exclude %{python3_sitelib}/jaraco/__init__.py %exclude %{python3_sitelib}/jaraco/collections.py %exclude %{python3_sitelib}/jaraco/__pycache__/__init__.* +%exclude %{python3_sitelib}/jaraco/__pycache__/collections.cpython-37.* %exclude %{python3_sitelib}/jaraco/__pycache__/collections.cpython-38.* %{python3_sitelib}/jaraco.collections-%{version}-py%{python3_version}.egg-info/ @@ -80,5 +81,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Sep 1 2021 maxim.suen - 3.0.0-2 +- Add 'exclude python37*' to %file + * Mon Nov 16 2020 Python_Bot - Package init -- Gitee