diff --git a/0003-Loosen-keyring-version-restriction.patch b/0003-Loosen-keyring-version-restriction.patch new file mode 100644 index 0000000..099bff7 --- /dev/null +++ b/0003-Loosen-keyring-version-restriction.patch @@ -0,0 +1,25 @@ +From 88f724036d3874b1588b47ce5aff9c3808a60c70 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= +Date: Tue, 29 Mar 2022 15:26:45 +0200 +Subject: [PATCH] Loosen keyring version restriction + +--- + pyproject.toml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/pyproject.toml b/pyproject.toml +index b64a75d..69f88bf 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -57,7 +57,7 @@ functools32 = { version = "^3.2.3", python = "~2.7" } + keyring = [ + { version = "^18.0.1", python = "~2.7" }, + { version = "^20.0.1", python = "~3.5" }, +- { version = "^21.2.0", python = "^3.6" } ++ { version = ">=21.2.0", python = "^3.6" } + ] + # Use subprocess32 for Python 2.7 + subprocess32 = { version = "^3.5", python = "~2.7" } +-- +2.33.1 + diff --git a/poetry.spec b/poetry.spec index 110507d..ac67938 100644 --- a/poetry.spec +++ b/poetry.spec @@ -5,7 +5,7 @@ projects, ensuring you have the right stack everywhere.} Name: poetry Summary: Python dependency management and packaging made easy Version: 1.1.8 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT @@ -19,6 +19,8 @@ Patch1: https://github.com/python-poetry/poetry/pull/3544.patch # https://github.com/python-poetry/poetry/pull/3895 Patch2: 0002-env-ignore-warnings-when-executing-python-scripts.patch +Patch3: 0003-Loosen-keyring-version-restriction.patch + BuildArch: noarch BuildRequires: python3-devel @@ -113,6 +115,9 @@ done %changelog +* Tue Mar 29 2022 Tomáš Hrnčiar - 1.1.8-2 +- Loosen keyring version restriction + * Tue Sep 07 2021 Tomas Hrnciar - 1.1.8-1 - Update to 1.1.8