- 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>
@ -39,7 +44,7 @@ Thu Apr 13 22:42:57 UTC 2023 - Matej Cepl <mcepl@suse.com>
-------------------------------------------------------------------
Tue Apr 4 02:27:52 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Remove unneeded BuildRequires on pep517.
- Remove unneeded BuildRequires on pep517.
-------------------------------------------------------------------
Sat Jan 21 09:57:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
@ -53,7 +58,7 @@ Sat Jan 21 09:57:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
-------------------------------------------------------------------
Fri Oct 28 19:46:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 5.11.0
- Update to 5.11.0
* Fix symbol identification in multiline message
* Replace deprecated readfp method with read_file
@ -84,7 +89,7 @@ Tue Feb 22 09:04:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
* Don't test with setuptools local distutils
* Use context blocks for open() calls in packaging
- remove remove_mock.patch (upstream)
-------------------------------------------------------------------
Mon Dec 6 10:23:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
@ -265,7 +270,7 @@ Tue Dec 4 12:51:21 UTC 2018 - Matej Cepl <mcepl@suse.com>
-------------------------------------------------------------------
Wed Nov 7 11:22:59 UTC 2018 - mmnelemane@suse.com
- Fix for error "invalid option --#" in SLE_12_SP4 build.
- Fix for error "invalid option --#" in SLE_12_SP4 build.
-------------------------------------------------------------------
Mon Oct 15 13:23:36 UTC 2018 - Matej Cepl <mcepl@suse.com>
@ -298,7 +303,7 @@ Sun Oct 7 06:34:26 UTC 2018 - Matěj Cepl <mcepl@suse.com>
-------------------------------------------------------------------
Fri Sep 14 21:18:14 UTC 2018 - dmueller@suse.com
- add 0001-Skip-test-for-testr-hook-being-installed-when-testr-.patch
- add 0001-Skip-test-for-testr-hook-being-installed-when-testr-.patch
-------------------------------------------------------------------
Tue Sep 4 08:47:32 UTC 2018 - dmueller@suse.com
@ -759,7 +764,7 @@ Thu Apr 16 08:53:20 UTC 2015 - hpj@urpla.net
* Stop filtering out argparse
* Remove mirror testing from the integration script
- Changes from 0.10.1
* Prefix git suffixes with + instead of
* Prefix git suffixes with + instead of
- fix Sphinx config.init_values fallout
- add update-alternatives
- remove outdated patches
@ -936,7 +941,7 @@ Thu Jul 4 07:29:43 UTC 2013 - speilicke@suse.com
-------------------------------------------------------------------
Tue Jul 2 16:06:42 UTC 2013 - dmueller@suse.com
- update description
- update description
-------------------------------------------------------------------
Wed Jun 26 15:29:49 UTC 2013 - cdenicolo@suse.com
@ -947,7 +952,7 @@ Wed Jun 26 15:29:49 UTC 2013 - cdenicolo@suse.com
-------------------------------------------------------------------
Wed Jun 26 09:47:22 UTC 2013 - dmueller@suse.com
- remove python-discover dependency for newer distros
- remove python-discover dependency for newer distros
-------------------------------------------------------------------
Fri Jun 21 07:28:12 UTC 2013 - dmueller@suse.com
@ -961,7 +966,7 @@ Fri Jun 21 07:28:12 UTC 2013 - dmueller@suse.com
-------------------------------------------------------------------
Mon Jun 10 13:35:54 UTC 2013 - dmueller@suse.com
- add 0001-Use-pip-instead-of-easy_install-for-installation.patch
- add 0001-Use-pip-instead-of-easy_install-for-installation.patch
-------------------------------------------------------------------
Mon Jun 10 12:01:19 UTC 2013 - 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