From 9cefebf25e84892b390ab60a8dabd42c981eff63 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Sat, 27 Jan 2024 11:12:41 +0100 Subject: [PATCH] Update old-poetry patch [skip changelog] Signed-off-by: Nils Philippsen --- python-rpmautospec-0.6.0-old-poetry.patch | 12 ++++++++++++ python-rpmautospec.spec | 2 +- rpmautospec-0.4.1-old-poetry.patch | 12 ------------ 3 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 python-rpmautospec-0.6.0-old-poetry.patch delete mode 100644 rpmautospec-0.4.1-old-poetry.patch diff --git a/python-rpmautospec-0.6.0-old-poetry.patch b/python-rpmautospec-0.6.0-old-poetry.patch new file mode 100644 index 0000000..929d2b5 --- /dev/null +++ b/python-rpmautospec-0.6.0-old-poetry.patch @@ -0,0 +1,12 @@ +diff -up rpmautospec-0.6.0/pyproject.toml.old-poetry rpmautospec-0.6.0/pyproject.toml +--- rpmautospec-0.6.0/pyproject.toml.old-poetry 2024-01-27 10:16:00.742831700 +0100 ++++ rpmautospec-0.6.0/pyproject.toml 2024-01-27 11:11:14.965480544 +0100 +@@ -47,7 +47,7 @@ babel = "^2.9" + pygit2 = "^1.4.0" + rpm = "*" + +-[tool.poetry.group.dev.dependencies] ++[tool.poetry.dev-dependencies] + pyyaml = "^5.3.1 || ^6" + pytest = "^6.2.2 || ^7" + pytest-cov = "^4.0.0" diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 7a37345..0335a6a 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -25,7 +25,7 @@ Summary: Package and CLI tool to generate release fields and changelogs License: MIT URL: https://github.com/fedora-infra/%{canonicalname} Source0: https://github.com/fedora-infra/%{canonicalname}/releases/download/%{version}/%{canonicalname}-%{version}.tar.gz -Patch100: rpmautospec-0.4.1-old-poetry.patch +Patch100: python-rpmautospec-0.6.0-old-poetry.patch BuildArch: noarch BuildRequires: git diff --git a/rpmautospec-0.4.1-old-poetry.patch b/rpmautospec-0.4.1-old-poetry.patch deleted file mode 100644 index 68b2078..0000000 --- a/rpmautospec-0.4.1-old-poetry.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up rpmautospec-0.4.1/pyproject.toml.old-poetry rpmautospec-0.4.1/pyproject.toml ---- rpmautospec-0.4.1/pyproject.toml.old-poetry 2023-12-15 23:05:03.757565500 +0100 -+++ rpmautospec-0.4.1/pyproject.toml 2024-01-08 15:32:14.863630739 +0100 -@@ -47,7 +47,7 @@ babel = "^2.9" - pygit2 = "^1.2.1" - rpm = "*" - --[tool.poetry.group.dev.dependencies] -+[tool.poetry.dev-dependencies] - pyyaml = "^5.3.1 || ^6" - pytest = "^6.2.2 || ^7" - pytest-cov = "^4.0.0"