From 58d32aa95d6c2f5e324abb8792fd06029143ffb6 Mon Sep 17 00:00:00 2001 From: Matthias-Christian Ott Date: Sat, 7 Sep 2024 11:16:31 +0200 Subject: [PATCH 1/2] Remove dnspython dependency dnspython was required by mirrorlist and is no longer used. Therefore, it can be removed. --- pyproject.toml | 1 - utility/mirrormanager2.spec | 2 -- 2 files changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f14829bf..e3774368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,6 @@ flask-xml-rpc-re = "^0.1.4" flask-wtf = "^1.1.1" wtforms = "^3.0.1" ipy = "^1.1" -dnspython = "^2.3.0" backoff = "^2.2.1" fedora-messaging = "^3.3.0" sqlalchemy-helpers = "^1.0.0" diff --git a/utility/mirrormanager2.spec b/utility/mirrormanager2.spec index 1c517fdc..5b39cb2c 100644 --- a/utility/mirrormanager2.spec +++ b/utility/mirrormanager2.spec @@ -25,7 +25,6 @@ BuildRequires: python%{python_pkgversion}-flask-xml-rpc BuildRequires: python%{python_pkgversion}-flask-wtf BuildRequires: python%{python_pkgversion}-wtforms BuildRequires: python%{python_pkgversion}-IPy -BuildRequires: python%{python_pkgversion}-dns BuildRequires: python%{python_pkgversion}-backoff BuildRequires: python%{python_pkgversion}-fedora-messaging BuildRequires: python%{python_pkgversion}-sqlalchemy-helpers @@ -72,7 +71,6 @@ BuildArch: noarch Requires: %{name}-filesystem = %{version}-%{release} Requires: python%{python_pkgversion}-IPy -Requires: python%{python_pkgversion}-dns Requires: python%{python_pkgversion}-pyrpmmd %description lib From 770b36317852d43c16b2e65df207c506fec2df1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 6 Dec 2024 12:42:20 +0100 Subject: [PATCH 2/2] Update the lockfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5912bbbd..32d86848 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -2967,4 +2967,4 @@ deploy = ["gunicorn", "psycopg2"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ffffd97e0c9c4085fc15a3c11a65447b9e0da886160278d463673c160e4f39b0" +content-hash = "0ca6d38878aa381203ca0553a200190873f9218806cb91909026021395349641"