public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glances] epel10: upgrade to 3.0.2
@ 2026-08-30 14:23 Edouard Bourguignon
  0 siblings, 0 replies; 2+ messages in thread
From: Edouard Bourguignon @ 2026-08-30 14:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glances
Branch : epel10
Commit : da81277d9316ca2de2b91a6e580fc26528b4c03e
Author : Edouard Bourguignon <madko@linuxed.net>
Date   : 2019-06-02T09:48:33+02:00
Stats  : +7/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/glances/c/da81277d9316ca2de2b91a6e580fc26528b4c03e?branch=epel10

Log:
upgrade to 3.0.2

---
diff --git a/.gitignore b/.gitignore
index 153cd28..9690d4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /v2.6.1.tar.gz
 /v2.7.1.tar.gz
 /v2.11.1.tar.gz
+/v3.0.2.tar.gz

diff --git a/glances.spec b/glances.spec
index fd61867..d85781f 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,7 +1,8 @@
 %global sum	CLI curses based monitoring tool
+%global _python_bytecompile_errors_terminate_build 0
 
 Name:		glances	
-Version:	2.11.1
+Version:	3.0.2
 Release:	1%{?dist}
 Summary:	%{sum}
 
@@ -86,6 +87,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Oct  8 2018 Edouard Bourguignon <madko@linuxed.net> - 3.0.2-1
+- Upgrade to 3.0.2
+
 * Sun Nov 26 2017 Edouard Bourguignon <madko@linuxed.net> - 2.11.1-1
 - Upgrade to 2.11.1
 

diff --git a/sources b/sources
index 352caef..fae6b63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v2.11.1.tar.gz) = 244e536faea8173c0c06a51d60ae6804021632336f7c37d61aebc8852ce76e27f9b8f52fac514b7d32a77cdceffb8a0cdaa64af4e46d8a641d2312ffbda2b2e2
+SHA512 (v3.0.2.tar.gz) = f86aa285e803c38a852eca6782642c0a854fdb14ae938e22482288d39045d2e6b42040409f5ba323784d3bd9a32386b90964b074d5a65cd03d904bde0ec941d3

^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [rpms/glances] epel10: upgrade to 3.0.2
@ 2026-08-30 14:23 Edouard Bourguignon
  0 siblings, 0 replies; 2+ messages in thread
From: Edouard Bourguignon @ 2026-08-30 14:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glances
Branch : epel10
Commit : a95c16b53c2afd6013a084c6e2acda8caab3b214
Author : Edouard Bourguignon <madko@linuxed.net>
Date   : 2019-06-02T09:52:11+02:00
Stats  : +41/-50 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/glances/c/a95c16b53c2afd6013a084c6e2acda8caab3b214?branch=epel10

Log:
upgrade to 3.0.2

---
diff --git a/glances.spec b/glances.spec
index d85781f..f25d548 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,24 +1,22 @@
-%global sum	CLI curses based monitoring tool
 %global _python_bytecompile_errors_terminate_build 0
 
+%{?python_enable_dependency_generator}
 Name:		glances	
 Version:	3.0.2
 Release:	1%{?dist}
-Summary:	%{sum}
+Summary:	CLI curses based monitoring tool
 
 Group:		Applications/System		
 License:	GPLv3
 URL:		https://github.com/nicolargo/glances
 Source0:	https://github.com/nicolargo/glances/archive/v%{version}.tar.gz
 BuildArch:	noarch
-BuildRequires:  python2-devel python3-devel
-BuildRequires:	python-setuptools python3-setuptools
-BuildRequires:	python2-psutil >= 2.0.0
+BuildRequires:	python3-devel
+BuildRequires:	python3-setuptools
 BuildRequires:	python3-psutil >= 2.0.0
 
 %{?python_provide:%python_provide python3-%{name}}
-Requires:	python3-setuptools
-Requires:	python3-psutil >= 2.0.0
+Provides:	python3-%{name} = %{version}-%{release}
 
 %description
 Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
@@ -27,69 +25,54 @@ Glances uses the PsUtil library to get information from your system.
 
 It is developed in Python.
 
-
-%package -n python2-%{name}
-%{?python_provide:%python_provide python2-%{name}}
-Requires:	python-setuptools
-Requires:	python2-psutil >= 2.0.0
-Summary:        %{sum}
-Provides:	%{name} = %{version}-%{release}
-%{?python_provide:%python_provide python2-%{name}}
-
-%description -n python2-%{name}
-Glances is a CLI curses based monitoring tool for both GNU/Linux and BSD.
-
-Glances uses the PsUtil library to get information from your system.
-
-It is developed in Python.
-
-
 %prep
 %autosetup -n %{name}-%{version}
 
 %build
-%py2_build
 %py3_build
 
 %install
-# Must do the python2 install first because the scripts in /usr/bin are
-# overwritten with every setup.py install, and in general we want the
-# python3 version to be the default.
-%py2_install
 %py3_install
 
 %check
-%{__python2} setup.py test
 %{__python3} setup.py test
 
-%clean
-rm -rf %{buildroot} 
-
-
-%files -n python2-%{name}
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING README.rst NEWS 
-%license COPYING
-%{python2_sitelib}/%{name}/
-%{python2_sitelib}/Glances-%{version}-py%{python2_version}.egg-info/
-%exclude %{_datadir}/doc/glances
-%{_datadir}/man/man1/glances.1.gz
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README.rst NEWS
 %license COPYING
 %{_bindir}/glances
 %{python3_sitelib}/%{name}/
 %{python3_sitelib}/Glances-%{version}-py%{python3_version}.egg-info/
 %exclude %{_datadir}/doc/glances
-%{_datadir}/man/man1/glances.1.gz
+%{_datadir}/man/man1/glances.1*
 
 
 %changelog
-* Mon Oct  8 2018 Edouard Bourguignon <madko@linuxed.net> - 3.0.2-1
+* Sun Jun  2 2019 Edouard Bourguignon <madko@linuxed.net> - 3.0.2-1
 - Upgrade to 3.0.2
 
+* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Fri Jan 11 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.11.1-7
+- Enable python dependency generator
+
+* Thu Jan 10 2019 Miro Hrončok <mhroncok@redhat.com> - 2.11.1-6
+- Remove python2 subpackage
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.11.1-4
+- Rebuilt for Python 3.7
+
+* Wed Feb 14 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.11.1-3
+- Update Python 2 dependency declarations to new packaging standards
+  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
+
+* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
 * Sun Nov 26 2017 Edouard Bourguignon <madko@linuxed.net> - 2.11.1-1
 - Upgrade to 2.11.1
 

diff --git a/.gitignore b/.gitignore
index 153cd28..9690d4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /v2.6.1.tar.gz
 /v2.7.1.tar.gz
 /v2.11.1.tar.gz
+/v3.0.2.tar.gz

diff --git a/glances.spec b/glances.spec
index d5973e3..f25d548 100644
--- a/glances.spec
+++ b/glances.spec
@@ -1,8 +1,12 @@
+%global _python_bytecompile_errors_terminate_build 0
+
 %{?python_enable_dependency_generator}
-Name:		glances
-Version:	2.11.1
-Release:	8%{?dist}
+Name:		glances	
+Version:	3.0.2
+Release:	1%{?dist}
 Summary:	CLI curses based monitoring tool
+
+Group:		Applications/System		
 License:	GPLv3
 URL:		https://github.com/nicolargo/glances
 Source0:	https://github.com/nicolargo/glances/archive/v%{version}.tar.gz
@@ -44,6 +48,9 @@ It is developed in Python.
 
 
 %changelog
+* Sun Jun  2 2019 Edouard Bourguignon <madko@linuxed.net> - 3.0.2-1
+- Upgrade to 3.0.2
+
 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
 

diff --git a/sources b/sources
index 352caef..fae6b63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v2.11.1.tar.gz) = 244e536faea8173c0c06a51d60ae6804021632336f7c37d61aebc8852ce76e27f9b8f52fac514b7d32a77cdceffb8a0cdaa64af4e46d8a641d2312ffbda2b2e2
+SHA512 (v3.0.2.tar.gz) = f86aa285e803c38a852eca6782642c0a854fdb14ae938e22482288d39045d2e6b42040409f5ba323784d3bd9a32386b90964b074d5a65cd03d904bde0ec941d3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-30 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 14:23 [rpms/glances] epel10: upgrade to 3.0.2 Edouard Bourguignon
2026-08-30 14:23 Edouard Bourguignon

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