eaec904
Name:           python-psutil
e2378f4
Version:        5.9.8
99227cb
Release:        2%{?dist}
eaec904
Summary:        A process and system utilities module for Python
656da8c
05d572f
License:        BSD-3-Clause
Orion Poplawski b5b6253
URL:            https://github.com/giampaolo/psutil
1f56319
Source:         %{url}/archive/release-%{version}/psutil-%{version}.tar.gz
f6a224c
#
e2378f4
# skip tests that fail in mock chroots
f6a224c
#
1f56319
Patch:          python-psutil-skip-tests-in-mock.patch
882c465
#
882c465
# avoid: AssertionError: 885725913.3 != 885725913.3000001 within 7 places
882c465
#
882c465
Patch:          https://github.com/giampaolo/psutil/pull/2372.patch
ac61935
#
99227cb
# Skip test_emulate_multi_cpu on aarch64 and ppc64le
ac61935
# Failure reported upstream: https://github.com/giampaolo/psutil/issues/2373
ac61935
#
99227cb
Patch:          python-psutil-skip-test_emulate_multi_cpu.patch
c8d6eb8
#
c8d6eb8
# Skip test_misc.TestCommonModule.test_debug
c8d6eb8
# Failure reported upstream: https://github.com/giampaolo/psutil/issues/2374
c8d6eb8
#
c8d6eb8
Patch:          python-psutil-skip-test_debug.patch
656da8c
5bc9702
BuildRequires:  gcc
e3f158b
BuildRequires:  sed
024746c
BuildRequires:  python%{python3_pkgversion}-devel
e49f6f6
# Test dependencies
e49f6f6
BuildRequires:  procps-ng
656da8c
656da8c
%description
Mohamed El Morabity e25785f
psutil is a module providing an interface for retrieving information on all
Mohamed El Morabity e25785f
running processes and system utilization (CPU, memory, disks, network, users) in
Mohamed El Morabity e25785f
a portable way by using Python, implementing many functionalities offered by
Mohamed El Morabity e25785f
command line tools such as: ps, top, df, kill, free, lsof, free, netstat,
Mohamed El Morabity e25785f
ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
656da8c
656da8c
Orion Poplawski b5b6253
%package -n python%{python3_pkgversion}-psutil
eaec904
Summary:        %{summary}
b87ad1e
Orion Poplawski b5b6253
%description -n python%{python3_pkgversion}-psutil
Mohamed El Morabity e25785f
psutil is a module providing an interface for retrieving information on all
Mohamed El Morabity e25785f
running processes and system utilization (CPU, memory, disks, network, users) in
Mohamed El Morabity e25785f
a portable way by using Python 3, implementing many functionalities offered by
Mohamed El Morabity e25785f
command line tools such as: ps, top, df, kill, free, lsof, free, netstat,
Mohamed El Morabity e25785f
ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
656da8c
5e48a77
b87ad1e
%package -n python%{python3_pkgversion}-psutil-tests
eaec904
Summary:        %{summary}, test suite
b87ad1e
Requires:       python%{python3_pkgversion}-psutil%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
b87ad1e
b87ad1e
%description -n python%{python3_pkgversion}-psutil-tests
b87ad1e
The test suite for psutil.
656da8c
5e48a77
656da8c
%prep
eaec904
%autosetup -p1 -n psutil-release-%{version}
656da8c
656da8c
# Remove shebangs
Orion Poplawski 9a5f544
find psutil -name \*.py | while read file; do
Orion Poplawski 9a5f544
  sed -i.orig -e '1{/^#!/d}' $file && \
656da8c
  touch -r $file.orig $file && \
656da8c
  rm $file.orig
656da8c
done
656da8c
656da8c
e595f10
%generate_buildrequires
e595f10
%pyproject_buildrequires
e595f10
e595f10
656da8c
%build
e595f10
%pyproject_wheel
656da8c
656da8c
656da8c
%install
e595f10
%pyproject_install
e595f10
%pyproject_save_files psutil
e595f10
656da8c
a14a3d7
# Ignore tests when building with flatpak-module-tools to avoid build failures
a14a3d7
# when building inside VMs or containers. Flatpaks would usually build this package
a14a3d7
# as dependency from stable and already tested branches.
a14a3d7
%if ! 0%{?flatpak}
20f4545
%check
85fa344
# Setting APPVEYOR to convince the test suite this is a CI.
85fa344
# That way, some unreliable tests are skipped and some timeouts are extended.
85fa344
# Previously, this was done by the CI_TESTING variable, but that works no more.
85fa344
# Alternative is to set GITHUB_ACTIONS but that has undesirable side effects.
f251ff1
f251ff1
# Note: We deliberately bypass the Makefile here to test the installed modules.
f251ff1
APPVEYOR=1 %{py3_test_envvars} %{python3} psutil/tests/runner.py
a14a3d7
%endif
656da8c
e595f10
e595f10
%files -n python%{python3_pkgversion}-psutil -f %{pyproject_files}
Orion Poplawski 9a5f544
%doc CREDITS HISTORY.rst README.rst
eaec904
%exclude %{python3_sitearch}/psutil/tests
b87ad1e
eaec904
%files -n python%{python3_pkgversion}-psutil-tests
eaec904
%{python3_sitearch}/psutil/tests/
656da8c
656da8c
656da8c
%changelog
99227cb
* Wed Feb 14 2024 Stephen Gallagher <sgallagh@redhat.com> - 5.9.8-2
99227cb
- Skip unreliable multi-cpu test on ppc64le
99227cb
e2378f4
* Fri Feb 09 2024 Miro Hrončok <mhroncok@redhat.com> - 5.9.8-1
e2378f4
- Update to 5.9.8
e2378f4
- Fixes: rhbz#2244271
e2378f4
548bf71
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.5-4
548bf71
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
548bf71
4c8d50c
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.5-3
4c8d50c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
4c8d50c
05d572f
* Tue Aug 08 2023 Karolina Surma <ksurma@redhat.com> - 5.9.5-2
05d572f
- Declare the license as an SPDX expression
05d572f
d2322e6
* Fri Aug 04 2023 Jonathan Wright <jonathan@almalinux.org> - 5.9.5-1
d2322e6
- Update to 5.9.5 rhbz#2135931
d2322e6
- Skip unreliable test rhbz#2169395
d2322e6
68a7c62
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.2-4
68a7c62
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
68a7c62
0cdd22e
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 5.9.2-3
0cdd22e
- Rebuilt for Python 3.12
0cdd22e
cb79c50
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.2-2
cb79c50
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
cb79c50
d6cf005
* Sun Sep 18 2022 Kevin Fenzi <kevin@scrye.com> - 5.9.2-1
d6cf005
- Update to 5.9.2. Fixes rhbz#2124116
d6cf005
6ec7291
* Sun Jul 31 2022 Jonathan Wright <jonathan@almalinux.org> - 5.9.1-1
b5548b4
- Update to 5.9.1.  Fixes rhbz#2036137
b5548b4
da6436a
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-16
da6436a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
da6436a
cd92dec
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 5.8.0-15
cd92dec
- Rebuilt for Python 3.11
cd92dec
85fa344
* Thu Jun 09 2022 Miro Hrončok <mhroncok@redhat.com> - 5.8.0-14
85fa344
- Relax testing assumptions when building the package
85fa344
- Fixes: rhbz#2049426
85fa344
46402c3
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-13
46402c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
46402c3
024746c
* Wed Sep 08 2021 Miro Hrončok <mhroncok@redhat.com> - 5.8.0-12
024746c
- Drop python2-psutil, as it is no longer needed
024746c
b87ad1e
* Wed Aug 18 2021 Charalampos Stratakis <cstratak@redhat.com> - 5.8.0-11
b87ad1e
- Separate the tests to their own subpackage
b87ad1e
675494c
* Sat Aug 07 2021 Kevin Fenzi <kevin@scrye.com> - 5.8.0-10
675494c
- Add patch to add delta for cpu tests.
675494c
5dc2a1d
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-9
5dc2a1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
5dc2a1d
b11f8dc
* Wed Jun 23 2021 Miro Hrončok <mhroncok@redhat.com> - 5.8.0-8
b11f8dc
- Drop optional build dependency on python2-setuptools
b11f8dc
6b56540
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 5.8.0-7
6b56540
- Rebuilt for Python 3.10
6b56540
b0b4225
* Thu Apr 15 2021 Miro Hrončok <mhroncok@redhat.com> - 5.8.0-6
b0b4225
- Add tolerance to a flaky test
b0b4225
6bd1fcc
* Thu Jan 28 2021 Tomas Orsava <torsava@redhat.com> - 5.8.0-5
6bd1fcc
- Remove unnecessary test dependency on python3-mock
6bd1fcc
- Remove unnecessary macro __provides_exclude_from
6bd1fcc
aed98ca
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.8.0-4
aed98ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
aed98ca
1520780
* Sun Jan 10 2021 Kevin Fenzi <kevin@scrye.com> - 5.8.0-3
1520780
- Disable test_leak_mem test.
1520780
3d5b05e
* Sun Jan 10 2021 Kevin Fenzi <kevin@scrye.com> - 5.8.0-2
3d5b05e
- Disable test_sensors_temperatures test.
3d5b05e
20f4545
* Fri Jan 01 2021 Kevin Fenzi <kevin@scrye.com> - 5.8.0-1
20f4545
- Update to 5.8.0. Fixes rhbz#1909321
20f4545
- Re-enable tests (skipping 2 that fail in mock).
20f4545
d31e900
* Fri Nov 06 2020 Joel Capitao <jcapitao@redhat.com> - 5.7.3-1
d31e900
- Update to 5.7.3 (rhbz#1857187)
d31e900
64d17fc
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.2-2
64d17fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
64d17fc
b612586
* Wed Jul 22 2020 Nicolas Chauvet <kwizart@gmail.com> - 5.7.2-1
b612586
- Update to 5.7.2
b612586
a871772
* Wed Jun 24 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 5.6.7-3
a871772
- Add BR on setuptools for all package combinations
a871772
accc13e
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 5.6.7-2
accc13e
- Rebuilt for Python 3.9
accc13e
acbe200
* Sun Feb 16 2020 Kevin Fenzi <kevin@scrye.com> - 5.6.7-1
acbe200
- Update to 5.6.7. Fixes bug 1768362.
acbe200
0b86708
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.3-6
0b86708
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0b86708
f1d9e10
* Sun Oct 06 2019 Kevin Fenzi <kevin@scrye.com> - 5.6.3-5
f1d9e10
- Add python2-setuptools to BuildRequires to fix egg info. Fixes bug #1750362
f1d9e10
797de7c
* Tue Sep 03 2019 Miro Hrončok <mhroncok@redhat.com> - 5.6.3-4
797de7c
- Reduce unused build dependencies
797de7c
f582884
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 5.6.3-3
f582884
- Rebuilt for Python 3.8
f582884
4a1b497
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.3-2
4a1b497
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4a1b497
4e65480
* Sun Jun 30 2019 Kevin Fenzi <kevin@scrye.com> - 5.6.3-1
4e65480
- Update to 5.6.3 Fixes bug #1567102
4e65480
e23a56a
* Thu Feb 28 2019 Yatin Karel <ykarel@redhat.com> - 5.5.1-1
e23a56a
- Update to 5.5.1 (Resolves #1567102)
e23a56a
42683b9
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.3-7
42683b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
42683b9
4222a97
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.3-6
4222a97
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4222a97
54d8483
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 5.4.3-5
54d8483
- Rebuilt for Python 3.7
54d8483
399ac93
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.4.3-4
399ac93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
399ac93
7478ae4
* Mon Jan 29 2018 Iryna Shcherbina <ishcherb@redhat.com> - 5.4.3-3
7478ae4
- Update Python 2 dependency declarations to new packaging standards
7478ae4
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
7478ae4
7886928
* Mon Jan 22 2018 Gwyn Ciesla <limburgher@gmail.com> - 5.4.3-2
892ef68
- Disable tests entirely.
7886928
531faaa
* Mon Jan 22 2018 Gwyn Ciesla <limburgher@gmail.com> - 5.4.3-1
531faaa
- 5.4.3
531faaa
a4bfc7f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.2-3
a4bfc7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a4bfc7f
160e79c
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.2-2
160e79c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
160e79c
e13b8f8
* Sun Apr 23 2017 Kevin Fenzi <kevin@scrye.com> - 5.2.2-1
e13b8f8
- Update to 5.2.2. Fixes bug #1441010
e13b8f8
0f7a4c5
* Sat Mar 25 2017 Kevin Fenzi <kevin@scrye.com> - 5.2.1-1
0f7a4c5
- Update to 5.2.1. Fixes bug #1418489
0f7a4c5
0f7a4c5
* Sat Feb 25 2017 Kevin Fenzi <kevin@scrye.com> - 5.1.3-1
0f7a4c5
- Update to 5.1.3. Fixes bug #1418489
0f7a4c5
75c23c7
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-2
75c23c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
75c23c7
f6a224c
* Mon Jan 02 2017 Kevin Fenzi <kevin@scrye.com> - 5.0.1-1
f6a224c
- Update to 5.0.1. Fixes bug #1389579
d31e900
- Disable failing test while upstream looks at it.
f6a224c
f6a224c
* Wed Nov 09 2016 Kevin Fenzi <kevin@scrye.com> - 5.0.0-1
f6a224c
- Update to 5.0.0. Fixes bug #1389579
f6a224c
845ccc0
* Tue Oct 25 2016 Kevin Fenzi <kevin@scrye.com> - 4.4.0-1
845ccc0
- Update to 4.4.0. Fixes bug #1387942
845ccc0
ef10aec
* Sat Sep 03 2016 Kevin Fenzi <kevin@scrye.com> - 4.3.1-1
ef10aec
- Update to 4.3.1. Fixes bug #1372500
ef10aec
0576e7c
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.0-2
0576e7c
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
0576e7c
Orion Poplawski 9a5f544
* Tue Jun 21 2016 Orion Poplawski <orion@cora.nwra.com> - 4.3.0-1
Orion Poplawski 9a5f544
- Update to 4.3.0
Orion Poplawski 9a5f544
Orion Poplawski b5b6253
* Mon May 16 2016 Orion Poplawski <orion@cora.nwra.com> - 3.2.1-6
Orion Poplawski b5b6253
- Use modern provides filter
Orion Poplawski b5b6253
- Update URL
Orion Poplawski b5b6253
- Use %%python3_pkgversion for EPEL7 compat
Orion Poplawski b5b6253
fa0f51a
* Fri Mar 11 2016 Than Ngo <than@redhat.com> - 3.2.1-5
fa0f51a
- fix endian issue on s390x/ppc64
fa0f51a
ac2bed9
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-4
ac2bed9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ac2bed9
62668e3
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-3
62668e3
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
62668e3
619cfca
* Fri Sep  4 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 3.2.1-2
619cfca
- Add Obsoletes for old package
619cfca
f3be17d
* Fri Sep  4 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 3.2.1-1
f3be17d
- Update to 3.2.1
f3be17d
- Update to latest Python guidelines (https://fedorahosted.org/fpc/ticket/281)
f3be17d
e49f6f6
* Wed Jul 22 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 3.1.1-2
e49f6f6
- Restore *.so files
e49f6f6
- Enable tests
e49f6f6
309b4ec
* Tue Jul 21 2015 Michel Alexandre Salim <salimma@fedoraproject.org> - 3.1.1-1
309b4ec
- Update to 3.1.1
309b4ec
1a40221
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-2
1a40221
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1a40221
33eb98b
* Wed Feb 18 2015 Ralph Bean <rbean@redhat.com> - 2.2.0-1
33eb98b
- new version
33eb98b
4a60da6
* Wed Dec  3 2014 Michel Alexandre Salim <salimma@fedoraproject.org> - 2.1.3-1
4a60da6
- Update to 2.1.3
4a60da6
f6a2f35
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-5
f6a2f35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f6a2f35
950a7d4
* Thu Jul 31 2014 Tom Callaway <spot@fedoraproject.org> - 1.2.1-4
950a7d4
- fix license handling
950a7d4
2666fe0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
2666fe0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2666fe0
bcc2969
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.1-2
bcc2969
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
bcc2969
5a6e697
* Mon Jan 06 2014 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.2.1-1
5a6e697
- Update to 1.2.1
5a6e697
73ecb22
* Fri Aug 16 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 1.0.1-1
73ecb22
- Update to 1.0.1
73ecb22
4fd23bc
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-2
4fd23bc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4fd23bc
73ecb22
* Sun May 12 2013 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.7.1-1
2320dc8
- Update to 0.7.1
2320dc8
7ec0664
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
7ec0664
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7ec0664
Mohamed El Morabity e25785f
* Sun Aug 19 2012 Mohamed El Morabity <melmorabity@fedorapeople.org> - 0.6.1-1
Mohamed El Morabity e25785f
- Update to 0.6.1
Mohamed El Morabity e25785f
3e985c3
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 0.5.1-3
3e985c3
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
3e985c3
7b5b72b
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2
7b5b72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7b5b72b
e36584b
* Sun Jul 01 2012 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.5.1-1
e36584b
- Update to 0.5.1
e36584b
c8a544a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-2
c8a544a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c8a544a
5561162
* Fri Dec 16 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.4.1-1
5561162
- Update to 0.4.1
5561162
2bd1c6b
* Sun Nov 20 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.4.0-1
2bd1c6b
- Update to 0.4.0
2bd1c6b
df63b0c
* Mon Jul 18 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.3.0-1
df63b0c
- Update to 0.3.0
df63b0c
dc7e0ee
* Wed Mar 23 2011 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.2.1-1
dc7e0ee
- Update to 0.2.1
dc7e0ee
- Spec cleanup
dc7e0ee
cbb565a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.0-2
cbb565a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cbb565a
059244e
* Mon Nov 22 2010 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.2.0-1
059244e
- Update to 0.2.0
059244e
e29d9ec
* Wed Aug 25 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.1.3-5
e29d9ec
- rebuild with python3.2
e29d9ec
  http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
e29d9ec
1d85586
* Fri Jul 30 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.1.3-4
1d85586
- bump, because previous build nvr already existed in F-14
1d85586
2403823
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.1.3-3
2403823
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2403823
2ae9281
* Tue Apr 13 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.3-2
2ae9281
- Add missing popd in %%build
2ae9281
8614b20
* Sat Mar 27 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.3-1
8614b20
- Update to 0.1.3
2cc3525
- Remove useless call to 2to3 and corresponding BuildRequires
2ae9281
  python2-tools (this version supports Python 3)
8614b20
656da8c
* Sat Feb 20 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.2-4
656da8c
- Change python-utils BuildRequires for python2-utils
656da8c
656da8c
* Sat Feb 20 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.2-3
656da8c
- Add python3 subpackage
656da8c
656da8c
* Thu Jan 14 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.2-2
656da8c
- Drop no-shebang patch for a sed command
656da8c
- Drop test suite from %%doc tag
656da8c
656da8c
* Fri Jan  8 2010 ELMORABITY Mohamed <melmorabity@fedoraproject.org> 0.1.2-1
656da8c
- Initial RPM release