diff --git a/poetry.spec b/poetry.spec index f29ff5e..3be8639 100644 --- a/poetry.spec +++ b/poetry.spec @@ -1,6 +1,6 @@ # To break circular dependency on poetry-plugin-export, when bootstrapping # we don't BuildRequire runtime deps and we don't run tests. -%bcond bootstrap 1 +%bcond bootstrap 0 %global common_description %{expand: Poetry helps you declare, manage and install dependencies of Python @@ -9,7 +9,7 @@ projects, ensuring you have the right stack everywhere.} Name: poetry Summary: Python dependency management and packaging made easy Version: 1.3.2 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT @@ -128,6 +128,9 @@ not editable_builder" \ %changelog +* Thu May 11 2023 Tomáš Hrnčiar - 1.3.2-5 +- Allow newer requests-toolbelt version - without bootstrap + * Thu May 11 2023 Tomáš Hrnčiar - 1.3.2-4 - Allow newer requests-toolbelt version - Fixes: rhbz#2196879