Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
psutil: Autospec creation for update from version 5.6.4 to version 5.6.5
Browse files Browse the repository at this point in the history
commit b17eda56735b1e93a907355b4436f118d1333a37
Author: Giampaolo Rodola <g.rodola@gmail.com>
Date:   Wed Nov 6 16:53:37 2019 +0800

    #1615, 1614: remove pyproject.toml

commit 35400e8f17087a69fc7ce672f6eb172698b04f88
Author: Giampaolo Rodola <g.rodola@gmail.com>
Date:   Wed Nov 6 16:53:02 2019 +0800

    #1615, 1614: remove pyproject.toml
  • Loading branch information
fenrus75 authored and djklimes committed Nov 7, 2019
1 parent 07ecc93 commit a98793d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := psutil
URL = https://files.pythonhosted.org/packages/47/ea/d3b6d6fd0b4a6c12984df652525f394e68c8678d2b05075219144eb3a1cf/psutil-5.6.4.tar.gz
URL = https://files.pythonhosted.org/packages/03/9a/95c4b3d0424426e5fd94b5302ff74cea44d5d4f53466e1228ac8e73e14b4/psutil-5.6.5.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion buildreq_cache
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
5.6.4
5.6.5
python3-dev
util-linux
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = psutil
url = https://files.pythonhosted.org/packages/47/ea/d3b6d6fd0b4a6c12984df652525f394e68c8678d2b05075219144eb3a1cf/psutil-5.6.4.tar.gz
url = https://files.pythonhosted.org/packages/03/9a/95c4b3d0424426e5fd94b5302ff74cea44d5d4f53466e1228ac8e73e14b4/psutil-5.6.5.tar.gz
archives =
giturl = https://github.com/giampaolo/psutil.git
domain =
Expand Down
15 changes: 7 additions & 8 deletions psutil.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : psutil
Version : 5.6.4
Release : 67
URL : https://files.pythonhosted.org/packages/47/ea/d3b6d6fd0b4a6c12984df652525f394e68c8678d2b05075219144eb3a1cf/psutil-5.6.4.tar.gz
Source0 : https://files.pythonhosted.org/packages/47/ea/d3b6d6fd0b4a6c12984df652525f394e68c8678d2b05075219144eb3a1cf/psutil-5.6.4.tar.gz
Version : 5.6.5
Release : 68
URL : https://files.pythonhosted.org/packages/03/9a/95c4b3d0424426e5fd94b5302ff74cea44d5d4f53466e1228ac8e73e14b4/psutil-5.6.5.tar.gz
Source0 : https://files.pythonhosted.org/packages/03/9a/95c4b3d0424426e5fd94b5302ff74cea44d5d4f53466e1228ac8e73e14b4/psutil-5.6.5.tar.gz
Summary : Cross-platform lib for process and system monitoring in Python.
Group : Development/Tools
License : BSD-3-Clause
Expand All @@ -16,7 +16,6 @@ Requires: psutil-python3 = %{version}-%{release}
BuildRequires : buildreq-distutils3
BuildRequires : procps-ng
BuildRequires : python3-dev
BuildRequires : util-linux

%description
This directory contains scripts which are meant to be used internally
Expand Down Expand Up @@ -49,14 +48,14 @@ python3 components for the psutil package.


%prep
%setup -q -n psutil-5.6.4
%setup -q -n psutil-5.6.5

%build
export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1572878162
export SOURCE_DATE_EPOCH=1573051994
# -Werror is for werrorists
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
Expand All @@ -73,7 +72,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/psutil
cp %{_builddir}/psutil-5.6.4/LICENSE %{buildroot}/usr/share/package-licenses/psutil/51ede753f5d20b28226ab01c133ad67797eaf716
cp %{_builddir}/psutil-5.6.5/LICENSE %{buildroot}/usr/share/package-licenses/psutil/51ede753f5d20b28226ab01c133ad67797eaf716
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
67
68
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
635bed87df3df0ed84a584370a7cac4f3fac45ea/psutil-5.6.4.tar.gz
d44d010c03d4adf9db04fe0e44a77e7ece41934e/psutil-5.6.5.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.4
5.6.5

0 comments on commit a98793d

Please sign in to comment.