From a41fe650f6e76c8cbbbbb0680a6d6c3ca71ccb8eebc3bb85904e2573df6c4d8b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 May 2023 20:47:07 +0000 Subject: [PATCH] Accepting request 1085791 from home:bnavigator:branches:devel:languages:python - poetry-core is enough to build OBS-URL: https://build.opensuse.org/request/show/1085791 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathable?expand=0&rev=5 --- python-pathable.changes | 5 +++++ python-pathable.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-pathable.changes b/python-pathable.changes index 1fad171..cf2dfe2 100644 --- a/python-pathable.changes +++ b/python-pathable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 9 19:22:19 UTC 2023 - Ben Greiner + +- poetry-core is enough to build + ------------------------------------------------------------------- Fri Apr 14 06:43:10 UTC 2023 - pgajdos@suse.com diff --git a/python-pathable.spec b/python-pathable.spec index 4c91fc0..b8ccb8d 100644 --- a/python-pathable.spec +++ b/python-pathable.spec @@ -22,12 +22,11 @@ Release: 0 Summary: Object-oriented paths License: Apache-2.0 URL: https://github.com/p1c2u/pathable -Source: /https://github.com/p1c2u/pathable/archive/refs/tags/%{version}.tar.gz#/pathable-%{version}.tar.gz +Source: https://github.com/p1c2u/pathable/archive/refs/tags/%{version}.tar.gz#/pathable-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} -BuildRequires: %{python_module poetry} +BuildRequires: %{python_module poetry-core >= 1.0} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros # I know self obsoletion, but se want following, right? @@ -58,6 +57,7 @@ sed -i '/--cov/d' pyproject.toml %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/pathable*/ +%{python_sitelib}/pathable +%{python_sitelib}/pathable-%{version}.dist-info %changelog