public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-venusian] epel10: Use the py2 version of the macros
@ 2026-06-22 15:00 Pierre-Yves Chibon
0 siblings, 0 replies; only message in thread
From: Pierre-Yves Chibon @ 2026-06-22 15:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-venusian
Branch : epel10
Commit : 3aa87a2c73f42acdf8f91cf90acbf6228f0fa615
Author : Pierre-Yves Chibon <pingou@pingoured.fr>
Date : 2018-07-25T10:11:24+02:00
Stats : +9/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-venusian/c/3aa87a2c73f42acdf8f91cf90acbf6228f0fa615?branch=epel10
Log:
Use the py2 version of the macros
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
---
diff --git a/python-venusian.spec b/python-venusian.spec
index d4880b4..ff09e4f 100644
--- a/python-venusian.spec
+++ b/python-venusian.spec
@@ -7,7 +7,7 @@
Name: python-%{modname}
Version: 1.0
-Release: 0.22.%{alphaver}%{?dist}
+Release: 0.23.%{alphaver}%{?dist}
Summary: A library for deferring decorator actions
Group: Development/Libraries
@@ -69,7 +69,7 @@ cp -a . %{py3dir}
%endif
%build
-%{__python} setup.py build
+%{__python2} setup.py build
%if 0%{?with_python3}
pushd %{py3dir}
@@ -84,7 +84,7 @@ pushd %{py3dir}
popd
%endif
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
%check
%if 0%{?with_python3}
@@ -93,12 +93,12 @@ pushd %{py3dir}
popd
%endif
-%{__python} setup.py nosetests
+%{__python2} setup.py nosetests
%files -n python2-venusian
%doc README.txt LICENSE.txt
-%{python_sitelib}/%{modname}/
-%{python_sitelib}/%{modname}-%{version}*.egg-info
+%{python2_sitelib}/%{modname}/
+%{python2_sitelib}/%{modname}-%{version}*.egg-info
%if 0%{?with_python3}
%files -n python3-venusian
@@ -109,6 +109,9 @@ popd
%changelog
+* Wed Jul 25 2018 Pierre-Yves Chibon <pingou@pingoured.fr> - 1.0-0.23.a7
+- Use the py2 version of the macros
+
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.22.a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 15:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:00 [rpms/python-venusian] epel10: Use the py2 version of the macros Pierre-Yves Chibon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox