diff --git a/.files b/.files index 6a8fae4..067d957 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index c2e6901..b40d643 100644 --- a/.rev +++ b/.rev @@ -58,4 +58,16 @@ 1032091 + + c824cf658eb2b661cc1c3a187a2c023e + 3.2.0 + + dimstar_suse + - Remove python_module macro definition +- More specific python_sitelib in %files +- Remove not needed python-six requirement +- Add update alternatives requirement + + 1043076 + diff --git a/python-fedora-messaging.changes b/python-fedora-messaging.changes index 7c918ba..47c71d4 100644 --- a/python-fedora-messaging.changes +++ b/python-fedora-messaging.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Thu Dec 15 09:16:19 UTC 2022 - Daniel Garcia + +- Remove python_module macro definition +- More specific python_sitelib in %files +- Remove not needed python-six requirement +- Add update alternatives requirement + +------------------------------------------------------------------- Fri Oct 28 17:02:11 UTC 2022 - Yogalakshmi Arunachalam - Update to version 3.2.0 diff --git a/python-fedora-messaging.spec b/python-fedora-messaging.spec index a08b2a3..68c1607 100644 --- a/python-fedora-messaging.spec +++ b/python-fedora-messaging.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fedora-messaging Version: 3.2.0 Release: 0 @@ -36,7 +35,6 @@ Requires: python-pika >= 1.0.1 Requires: python-pyOpenSSL Requires: python-pytz Requires: python-service_identity -Requires: python-six Requires: python-toml BuildArch: noarch # SECTION test requirements @@ -53,11 +51,12 @@ BuildRequires: %{python_module pytest-twisted} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module service_identity} -BuildRequires: %{python_module six} BuildRequires: %{python_module toml} BuildRequires: %{python_module towncrier} BuildRequires: %{python_module treq} # /SECTION +Requires(post): update-alternatives +Requires(postun):update-alternatives %python_subpackages %description @@ -96,6 +95,7 @@ sed -i 's:. Perhaps you forgot a comma?::' fedora_messaging/tests/unit/test_cli. %doc README.rst %license LICENSE %python_alternative %{_bindir}/fedora-messaging -%{python_sitelib}/* +%{python_sitelib}/fedora_messaging +%{python_sitelib}/fedora_messaging-%{version}*-info %changelog