- Oct 11, 2014
- Oct 10, 2014
-
-
Seblu authored
-
- Feb 03, 2014
- Jan 28, 2014
-
-
Seblu authored
This option allow to use a regex to exclude upstream versions before trying to find the last one. Useful to exclude rc* version from a list without building a complex regex_version.
-
- Dec 17, 2013
-
-
Seblu authored
-
- Nov 15, 2013
-
-
Seblu authored
-
Seblu authored
-
Seblu authored
-
Seblu authored
no more avc list config but avc config no more avc list cache but avc cache no more avc list modes but avc modes
-
Seblu authored
-
Seblu authored
Previously update mode never call upstream check function and only use cached data. Now it always call upstream check and only save it if -S is omitted
-
Seblu authored
-
Seblu authored
Short version is still the same
-
Seblu authored
-
- Jun 05, 2013
-
-
Seblu authored
-
Seblu authored
-
Seblu authored
To keep the rules of using binary name of the package in the config file, we grab the pkgname[0] of the bash array. This is done to stay compatible with archweb. As bash 4.2.x doesn't export array to env (well know bug). We add a custom export as string the first field of pkgname array as pkgname0.
-
- May 25, 2013
-
-
Seblu authored
pacman database queries are now handled by a singleton class into pacman module. This will avoid a huge memory consumption to the current implementation.
-
Seblu authored
-
Seblu authored
This follow a PEP (don't remember number) to improve compatibility accross distro.
-
Seblu authored
Allow upstream web parsing to be retryed in case of error. The number of retry can be set with the retry parameter.
-
- May 24, 2013
- May 12, 2013
- May 11, 2013
-
-
Seblu authored
- rename config example files - remove __init__.py from /usr/bin - install README.rst and example*.conf in doc directory - ship misc file into dist tarball
-
Seblu authored
Allow to check package against local pacman synced db Add new deps to alpm
-
Seblu authored
-
Seblu authored
-
Seblu authored
Instead of using LooseVersion from distutils (a missed deps btw), I switched to a custom version not directly based on tuples comparaison. Because it doesn't support different type inside tuple. All my package are currently passing better than with LooseVersion. We also doesn't compute the full sorted list of versions but only the max, which is the last.
-