Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cb71441014 | |||
| 42536084c9 | |||
| feee26d297 | |||
| 5061e7ce97 | |||
| 40f47115e5 | |||
| 9be4cff9fe |
@@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Dec 11 02:22:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Update to 6.0:
|
|
||||||
* Replace pkg_resources namespace with PEP 420 native namespace.
|
|
||||||
- Explicitly list files and directories under sitelib.
|
|
||||||
- Correct {Build,}Requires.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 5 13:01:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Feb 5 13:01:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.location
|
# spec file for package python-zope.location
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -27,18 +27,18 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-zope.location%{psuffix}
|
Name: python-zope.location%{psuffix}
|
||||||
Version: 6.0
|
Version: 5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope Location
|
Summary: Zope Location
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
|
Group: Development/Languages/Python
|
||||||
URL: https://www.python.org/pypi/zope.location
|
URL: https://www.python.org/pypi/zope.location
|
||||||
Source: https://files.pythonhosted.org/packages/source/z/zope.location/zope_location-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/z/zope_location/zope_location-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: %{python_module zope.schema >= 4.2.2}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-setuptools
|
|
||||||
Requires: python-zope.interface >= 4.0.2
|
Requires: python-zope.interface >= 4.0.2
|
||||||
Requires: python-zope.proxy >= 4.0.1
|
Requires: python-zope.proxy >= 4.0.1
|
||||||
Requires: python-zope.schema >= 4.2.2
|
Requires: python-zope.schema >= 4.2.2
|
||||||
@@ -47,7 +47,6 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module zope.component >= 4.0.1}
|
BuildRequires: %{python_module zope.component >= 4.0.1}
|
||||||
BuildRequires: %{python_module zope.configuration}
|
BuildRequires: %{python_module zope.configuration}
|
||||||
BuildRequires: %{python_module zope.copy >= 4.0}
|
BuildRequires: %{python_module zope.copy >= 4.0}
|
||||||
BuildRequires: %{python_module zope.location = %{version}}
|
|
||||||
BuildRequires: %{python_module zope.proxy}
|
BuildRequires: %{python_module zope.proxy}
|
||||||
BuildRequires: %{python_module zope.testrunner}
|
BuildRequires: %{python_module zope.testrunner}
|
||||||
%endif
|
%endif
|
||||||
@@ -78,9 +77,7 @@ rm -rf src/zope.location.egg-info
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc COPYRIGHT.txt CHANGES.rst README.rst
|
%doc COPYRIGHT.txt CHANGES.rst README.rst
|
||||||
%dir %{python_sitelib}/zope
|
%{python_sitelib}/*
|
||||||
%{python_sitelib}/zope/location
|
|
||||||
%{python_sitelib}/zope[_.]location-%{version}.dist-info
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
BIN
zope_location-5.1.tar.gz
LFS
Normal file
BIN
zope_location-5.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:baa3e0e8eab734ff908ffd9860185c8de458025d49eae62f11ba3b16579ee6ce
|
|
||||||
size 30606
|
|
||||||
Reference in New Issue
Block a user