1
0

Accepting request 925077 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/925077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lazy-object-proxy?expand=0&rev=11
This commit is contained in:
2021-10-25 13:17:01 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 13 09:02:38 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Unpin setuptools_scm<6.0 limit
-------------------------------------------------------------------
Sat Jul 31 15:58:37 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -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}