File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
SPECS-EXTENDED/python-lazy-object-proxy Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Name: python-%{srcname }
5
5
Version: 1.10.0
6
- Release: 6 %{?dist }
6
+ Release: 7 %{?dist }
7
7
Summary: %{sum }
8
8
9
9
License: BSD-2-Clause
@@ -39,18 +39,21 @@ A fast and thorough lazy object proxy.
39
39
40
40
41
41
%prep
42
- %autosetup -n python-%{srcname }-%{version } -p0
42
+ %autosetup -p1 - n python-%{srcname }-%{version }
43
43
44
44
#%%generate_buildrequires
45
45
#%%pyproject_buildrequires -t
46
46
47
47
%build
48
+ export SETUPTOOLS_SCM_PRETEND_VERSION=%{version }
48
49
%pyproject_wheel
49
50
50
51
%install
52
+ export SETUPTOOLS_SCM_PRETEND_VERSION=%{version }
51
53
%pyproject_install
52
54
53
55
%check
56
+ export SETUPTOOLS_SCM_PRETEND_VERSION=%{version }
54
57
%tox
55
58
56
59
# Note that there is no %%files section for the unversioned python module if we are building for several python runtimes
@@ -62,8 +65,11 @@ A fast and thorough lazy object proxy.
62
65
%exclude %{python3_sitearch }/lazy_object_proxy/cext.c
63
66
64
67
%changelog
68
+ *
Thu Jul 03 2025 Akhila Guruju <[email protected] > -
1.10.0-7
69
+ - Fix setuptools-scm lookup error
70
+
65
71
*
Fri Mar 14 2025 Akhila Guruju <[email protected] > -
1.10.0-6
66
- - Initial Azure Linux import from Fedora 41 (license: MIT).
72
+ - Initial Azure Linux import from Fedora 41 (license: MIT).
67
73
- License verified
68
74
69
75
*
Fri Jul 19 2024 Fedora Release Engineering <[email protected] > -
1.10.0-5
You can’t perform that action at this time.
0 commit comments