Latest upstream release: 3.0.0 Current version/release in rawhide: 2.2.0-1.fc23 URL: https://pypi.python.org/pypi/psutil Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.
Created attachment 1038471 [details] [patch] Update to 3.0.0 (#1231497)
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=10046005
Latest upstream release: 3.0.1 Current version/release in rawhide: 2.2.0-1.fc23 URL: https://pypi.python.org/pypi/psutil Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.
Created attachment 1040486 [details] [patch] Update to 3.0.1 (#1231497)
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=10134722
Latest upstream release: 3.1.0 Current version/release in rawhide: 2.2.0-2.fc23 URL: https://pypi.python.org/pypi/psutil Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.
Created attachment 1052343 [details] [patch] Update to 3.1.0 (#1231497)
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=10365244
Latest upstream release: 3.1.1 Current version/release in rawhide: 2.2.0-2.fc23 URL: https://pypi.python.org/pypi/psutil Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.
Created attachment 1052503 [details] [patch] Update to 3.1.1 (#1231497)
Scratch build failed http://koji.fedoraproject.org/koji/taskinfo?taskID=10372407
Taking this - going to first update Rawhide, and then test locally if it breaks dependent packages before deciding to update at least F23.
salimma's python-psutil-3.1.1-1.fc24 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=670608
Seems this broke at least tracer. See: https://github.com/FrostyX/tracer/issues/40 python -c "import psutil" tracebacks. ;(
(In reply to Kevin Fenzi from comment #14) > Seems this broke at least tracer. See: > > https://github.com/FrostyX/tracer/issues/40 > > python -c "import psutil" tracebacks. ;( My bad, there are permission warnings on the *.so files when building under mock, and my attempt to fix it in -1 ended up excluding said *.so files. Should be fixed in python-psutil-3.1.1-2.fc24 -- Kevin, could you retry?
salimma's python-psutil-3.1.1-2.fc24 completed http://koji.fedoraproject.org/koji/buildinfo?buildID=670764
So, yes with that one I can import psutils. ;) tracer however gives me: Program 'tracer' crashed with following error: b'Traceback (most recent call last):\n File "/bin/tracer", line 34, in <module>\n tracer.main.run()\n File "/usr/lib/python2.7/site-packages/tracer/main.py", line 42, in run\n return router.dispatch()\n File "/usr/lib/python2.7/site-packages/tracer/resources/router.py", line 55, in dispatch\n controller = DefaultController(self.args, self.packages)\n File "/usr/lib/python2.7/site-packages/tracer/controllers/default.py", line 46, in __init__\n self.applications = self.tracer.trace_affected(self._user(args.user))\n File "/usr/lib/python2.7/site-packages/tracer/resources/tracer.py", line 80, in trace_affected\n memory = self._memory(user)\n File "/usr/lib/python2.7/site-packages/tracer/resources/memory.py", line 36, in dump_memory\n for process in Processes.all().owned_by(user).unique():\n File "/usr/lib/python2.7/site-packages/tracer/resources/processes.py", line 32, in all\n for pid in psutil.get_pid_list():\nAttributeError: \'module\' object has no attribute \'get_pid_list\'\n' This might be normal major version change needing adjustment in tracer?
Kevin, yes, thank you. Its my bug which has nothing to do with the previous issue. So the Michel's solution works great.
python-psutil-3.2.1-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2015-15103
python-psutil-3.2.1-2.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report.\nIf you want to test the update, you can install it with \n su -c 'yum --enablerepo=updates-testing update python-psutil'. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-15103
python-psutil-3.2.1-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.