public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ranger] epel10: use python3
@ 2026-06-10  3:14 Ben Boeckel
  0 siblings, 0 replies; only message in thread
From: Ben Boeckel @ 2026-06-10  3:14 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ranger
Branch : epel10
Commit : 9032f944e82f8824bc0778ebcf8638db77e6f8b4
Author : Ben Boeckel <mathstuf@gmail.com>
Date   : 2015-09-10T20:53:34-04:00
Stats  : +8/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ranger/c/9032f944e82f8824bc0778ebcf8638db77e6f8b4?branch=epel10

Log:
use python3

---
diff --git a/ranger.spec b/ranger.spec
index 1534fc4..8c92055 100644
--- a/ranger.spec
+++ b/ranger.spec
@@ -1,6 +1,6 @@
 Name:           ranger
 Version:        1.6.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A flexible console file manager
 
 Group:          Development/Languages
@@ -13,7 +13,7 @@ Patch0:         ranger-1.6.1-untag-doc-typo.patch
 Patch1:         ranger-1.6.1-rifle-conf.patch
 
 BuildArch:      noarch
-BuildRequires:  python2-devel
+BuildRequires:  python3-devel
 
 %description
 Ranger is a free console file manager that gives you greater flexibility and a
@@ -30,11 +30,11 @@ you'll be going.
 
 
 %build
-%{__python} setup.py build
+%{__python3} setup.py build
 
 
 %install
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python3} setup.py install -O1 --skip-build --root %{buildroot}
 mv %{buildroot}%{_docdir}/%{name} rpmdocs
 
 
@@ -43,12 +43,15 @@ mv %{buildroot}%{_docdir}/%{name} rpmdocs
 %doc rpmdocs/*
 %{_bindir}/ranger
 %{_bindir}/rifle
-%{python_sitelib}/*
+%{python3_sitelib}/*
 %{_mandir}/man1/ranger.1.gz
 %{_mandir}/man1/rifle.1.gz
 
 
 %changelog
+* Thu Sep 10 2015 Ben Boeckel <mathstuf@gmail.com> - 1.6.1-7
+- use python3
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-10  3:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10  3:14 [rpms/ranger] epel10: use python3 Ben Boeckel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox