From 624c07fd322bc47bd3e2606f2b68f99bec70bc354ac0716067bff04fe158bff6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 13 Oct 2021 12:06:47 +0000 Subject: [PATCH] Accepting request 925046 from home:bnavigator:branches:devel:languages:python - Unpin setuptools_scm<6.0 limit OBS-URL: https://build.opensuse.org/request/show/925046 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=20 --- python-lazy-object-proxy.changes | 5 +++++ python-lazy-object-proxy.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-lazy-object-proxy.changes b/python-lazy-object-proxy.changes index e9e211e..911ea21 100644 --- a/python-lazy-object-proxy.changes +++ b/python-lazy-object-proxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 13 09:02:38 UTC 2021 - Ben Greiner + +- Unpin setuptools_scm<6.0 limit + ------------------------------------------------------------------- Sat Jul 31 15:58:37 UTC 2021 - Dirk Müller diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index ffa9c35..f8bd314 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -59,6 +59,8 @@ from Python's ast %prep %setup -q -n lazy-object-proxy-%{version} +# unpin setuptools_scm +sed -i '/setuptools_scm/ s/,<6.0//' setup.cfg pyproject.toml %build %if !%{with test}