- require setuptools

- Remove unneeded BuildRequires on pep517.
- Update to 5.11.0
- Fix for error "invalid option --#" in SLE_12_SP4 build.
- add 0001-Skip-test-for-testr-hook-being-installed-when-testr-.patch
  * Prefix git suffixes with + instead of
- update description
- remove python-discover dependency for newer distros
- add 0001-Use-pip-instead-of-easy_install-for-installation.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=158
This commit is contained in:
Dirk Mueller 2024-01-02 22:34:57 +00:00 committed by Git OBS Bridge
parent 3f77224333
commit fa310e7cfc
2 changed files with 16 additions and 10 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 2 22:34:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
- require setuptools
-------------------------------------------------------------------
Mon Nov 27 11:56:49 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -34,6 +34,7 @@ Group: Development/Languages/Python
URL: https://docs.openstack.org/pbr/latest/
Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros