forked from pool/python-zope.testbrowser
Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ed2dbb2598 | |||
| a27ea8730b | |||
| 0e3400ce5d | |||
| 8802c74311 | |||
| 1b85d293d0 |
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 16:06:01 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Make it compatible with older setuptools
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 27 00:40:11 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Normalize metadata directory name.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 14 14:55:21 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- switch to modern python for sle15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 10 09:12:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Jun 10 09:12:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.testbrowser
|
# spec file for package python-zope.testbrowser
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -24,6 +24,7 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.testbrowser%{psuffix}
|
Name: python-zope.testbrowser%{psuffix}
|
||||||
Version: 7.0
|
Version: 7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -100,7 +101,7 @@ cd src
|
|||||||
%dir %{python_sitelib}/zope
|
%dir %{python_sitelib}/zope
|
||||||
%{python_sitelib}/zope/testbrowser
|
%{python_sitelib}/zope/testbrowser
|
||||||
%{python_sitelib}/zope.testbrowser-%{version}-py*-nspkg.pth
|
%{python_sitelib}/zope.testbrowser-%{version}-py*-nspkg.pth
|
||||||
%{python_sitelib}/zope.testbrowser-%{version}.dist-info
|
%{python_sitelib}/zope[_.]testbrowser-%{version}.dist-info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user