diff --git a/python-pbr.changes b/python-pbr.changes index 2bf5e68..22b81ea 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 2 22:34:18 UTC 2024 - Dirk Müller + +- require setuptools + ------------------------------------------------------------------- Mon Nov 27 11:56:49 UTC 2023 - Dirk Müller @@ -39,7 +44,7 @@ Thu Apr 13 22:42:57 UTC 2023 - Matej Cepl ------------------------------------------------------------------- Tue Apr 4 02:27:52 UTC 2023 - Steve Kowalik -- Remove unneeded BuildRequires on pep517. +- Remove unneeded BuildRequires on pep517. ------------------------------------------------------------------- Sat Jan 21 09:57:57 UTC 2023 - Dirk Müller @@ -53,7 +58,7 @@ Sat Jan 21 09:57:57 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Fri Oct 28 19:46:28 UTC 2022 - Yogalakshmi Arunachalam -- 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 * 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 @@ -265,7 +270,7 @@ Tue Dec 4 12:51:21 UTC 2018 - Matej Cepl ------------------------------------------------------------------- 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 @@ -298,7 +303,7 @@ Sun Oct 7 06:34:26 UTC 2018 - Matěj Cepl ------------------------------------------------------------------- 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 diff --git a/python-pbr.spec b/python-pbr.spec index 244b822..b396fd6 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -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