Commit Graph

90 Commits

Author SHA1 Message Date
Nicolargo
237f9fb0c9 Statsd export module is Ok 2014-12-30 22:33:54 +01:00
Nicolargo
c22d4407b5 Curses interface OK 2014-12-21 22:48:30 +01:00
Nicolargo
29780f83e7 Update docs for 2.2 release 2014-12-13 22:17:05 +01:00
Alessio Sergi
ed0ef18456 setup.py: zeroconf and netifaces are optional dependencies
Move them to extras_require.
2014-12-04 10:49:49 +01:00
Nicolargo
b743d6ace0 Zeroconf API change - Need Zeroconf 0.16 or higher 2014-12-03 19:04:04 +01:00
Nicolargo
b245136d8d Add patch for pip user install (thk to @asergi) (correct issue #383) 2014-11-29 11:15:08 +01:00
Nicolas Hennion
2b471481e1 Prepare repos for new version 2014-10-10 14:54:20 +02:00
Nicolargo
45b78474e4 version 2.1.2 2014-10-09 22:20:08 +02:00
Nicolargo
ef158378d3 version 2.1.1 2014-10-02 21:20:39 +02:00
Nicolargo
6e33121b61 Glances version 2.1 2014-09-13 15:29:07 +02:00
Nicolargo
9371ec5205 Add dep in the setup.py file 2014-08-03 14:42:14 +02:00
Nicolargo
33d5049648 Release 2.0.1 2014-06-22 10:24:45 +02:00
Alessio Sergi
c29ddd58bf Fix leftovers from merge conflict 2014-06-14 12:52:26 +02:00
Nicolargo
cf480a9b41 Merge v2.0 release branch 2014-06-14 09:44:02 +02:00
Nicolas Hennion
8222630785 Add PySNMP as extras requirment 2014-06-06 11:57:41 +02:00
Alessio Sergi
72bd8a5b25 setup.py: Fix console_scripts entry point 2014-06-02 00:46:46 +02:00
Alessio Sergi
686ffb6085 Drop Python 3.2 support in favor of Python 3.3 and newer
Python 3.0, 3.1 and 3.2 do not support the u'' string literal syntax at all.
Unicode string literals were introduced in Python 3.3 again.

See http://legacy.python.org/dev/peps/pep-0414/ for more information.
2014-05-23 16:41:14 +02:00
Nicolargo
922c4cb2d0 Refactor unitaries tests 2014-05-21 13:43:21 +02:00
Nicolas Hennion
4881fb6c52 version 1.7.7 2014-05-14 11:30:47 +02:00
Alessio Sergi
8d895f1845 Add Python 3.4 support
Add Python 3.4 to .travis.yml.
2014-05-11 20:00:00 +02:00
Alessio Sergi
b6339ed76d Small fixes and improvements
README.rst: Add Slackware http://slackbuilds.org/repository/14.1/system/glances/
2014-05-11 17:11:17 +02:00
Alessio Sergi
3687321b30 Miscellaneous fixes and improvements
Rules of thumb:
- setup.py only <=, >=
- requirements.txt only ==
2014-05-07 16:59:59 +02:00
Alessio Sergi
45d6b2521b Fix python 2.6 compatibility
Add argparse as requirement when running on python 2.6.
2014-04-15 16:59:03 +02:00
Nicolas Hennion
5f8f0c7fb7 Change Python packaging files and structure for color console 2014-04-13 21:48:58 +02:00
Nicolas Hennion
f88d8f53c0 version 1.7.6 2014-03-25 20:03:54 +01:00
Nicolas Hennion
9c2e5d9c22 PsUtil 2.0 is back for the branch 1.x 2014-03-18 21:57:23 +01:00
Markus Roth
49ba692154 Adapt to psutil 2.0.0 API.
API changed.
https://psutil.googlecode.com/hg/HISTORY

Tested with 0.5.1, 1.2.1, 2.0.0
2014-03-16 05:17:57 +01:00
Alessio Sergi
db4b9ae147 Migrate from pysensors to py3sensors 2014-03-13 13:13:13 +01:00
Nicolas Hennion
5cfb5c9584 version 1.7.5 2014-03-11 19:01:13 +01:00
Nicolas Hennion
5178873092 Update file for Glances 1.7.4 RC1 2014-01-11 17:36:12 +01:00
Nicolas Hennion
bd7576bce1 version 1.7.3 2013-12-15 10:23:06 +01:00
Alessio Sergi
d997802de1 Fix source distribution
Add missing files to MANIFEST.in
Better package structure
Better path handling
2013-12-14 15:05:05 +01:00
Alessio Sergi
bc587d6d08 Fix #296 2013-11-12 11:11:31 +01:00
Nicolas Hennion
a0c2293afc version 1.7.2 2013-11-01 10:12:25 +01:00
Alessio Sergi
3a4d517985 Add config file support under Windows [issue #288] 2013-09-19 12:29:00 +02:00
fraoustin
78bc42d765 add colorconsole for platform windows 2013-08-23 20:38:01 +02:00
Nicolas Hennion
56760e36fe version 1.7.1 2013-08-20 13:49:41 +02:00
Alessio Sergi
282335d519 Bump minimum required psutil version to 0.5.1 2013-08-16 14:56:00 +02:00
Nicolas Hennion
b31c60f1a0 On the road of the version 1.7.1 2013-08-10 16:06:52 +02:00
Nicolas Hennion
1f43ffac66 Update doc 2013-08-10 15:38:12 +02:00
Nicolas Hennion
7e8b9736a5 version 1.7 2013-08-10 15:32:09 +02:00
Nicolas Hennion
ab54334742 Last? commit for the 1.7 version / Change setup.py / Version number 2013-08-10 15:21:43 +02:00
Nicolas Hennion
3fd7552520 Add compatibility with pip >= 1.4 / Issue #270 2013-08-10 10:22:26 +02:00
Alessio Sergi
f1c76b40c9 Fix bugs on OS X
Long story short: on OS X, sys.prefix actually pointing to
/System/Library/Frameworks/Python.framework/foo, not /usr/local (which
is the default path where Glances is installed using pip or brew).

Using a self-made implementation of sys.prefix, called sys_prefix, fix
the problem.
2013-08-05 01:25:05 +02:00
Nicolas Hennion
6310e1ef5f Add batinfo to setup.py 2013-07-07 17:01:01 +02:00
Nicolas Hennion
c3803c0c1b Add batteries info thanks to Batinfo lib 2013-07-07 16:36:35 +02:00
Alessio Sergi
f560f52c4c Fix issue #253 2013-06-02 23:32:32 +02:00
Alessio Sergi
ecfadce4ac Improve packaging - Round 2 2013-04-08 16:16:00 +02:00
Nicolas Hennion
5460f1c68f On the road of the 1.7 version 2013-03-23 22:38:44 +01:00
Nicolas Hennion
d22907ef8d version 1.6.1 2013-03-23 21:14:24 +01:00