Romain Bignon
2f8072e89e
bump to 0.d
2012-05-04 21:17:46 +02:00
Laurent Bachelier
12f867757b
repositories: Prefer gpg2 over gpg
2012-04-10 07:30:21 +02:00
Romain Bignon
8e391d0b88
bump to 0.c
2012-03-14 22:09:24 +01:00
Laurent Bachelier
006e97a8be
PEP8 style fixes and other small style fixes
...
I used autopep8 on some files and did carefully check the changes.
I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
least E501 on any autopep8 run.
Other style fixes not related to PEP8:
* Only use new-style classes. I don't think the usage of old-style
classes was voluntary. Old-style classes are removed in Python 3.
* Convert an if/else to a one-liner in mediawiki, change docstring style
change to a comment something that wasn't really appropriate for a
docstring.
* Unneeded first if condition in meteofrance
2012-03-14 04:51:46 +01:00
Laurent Bachelier
5a456c22ac
Sign modules.list
2012-03-08 01:54:06 +01:00
Romain Bignon
4be4b40509
bump to 0.b
2012-02-05 19:35:30 +01:00
Laurent Bachelier
289b60bcbe
Make trusted.gpg world-readable
...
There is no reason to hide it from anyone, the GPG default is not
appropriate in our case.
2012-01-30 16:13:36 +01:00
Laurent Bachelier
09e3c516d0
Fix usage of the subprocess module under Python 2.6
2012-01-30 15:40:12 +01:00
Laurent Bachelier
5a05d7eef7
Select the secret key from the list of public keys
2012-01-29 18:35:07 +01:00
Laurent Bachelier
b705f385e8
Add support for signing repository files
2012-01-29 17:42:28 +01:00
Laurent Bachelier
bdb20189bd
Quiet GPG operation
...
stderr is shown and an exception is raised if GPG does not exit
successfully.
2012-01-29 16:55:57 +01:00
Laurent Bachelier
dd60e65174
Add support for generating a keyring
2012-01-29 16:50:23 +01:00
Laurent Bachelier
863a32b96e
Small enhancements to mtime handling
...
* Use directories mtime (so deleted or renamed files are taken into account)
* Set the tarfile mtime close to the version
2012-01-29 15:56:35 +01:00
Laurent Bachelier
adb7b95796
Fix to still use with keyword with Python 2.6
...
Also add imports for Python 2.6 usage.
2012-01-27 23:14:44 +01:00
Romain Bignon
65169a8a8d
fix compatibility with python2.6
2012-01-21 16:46:33 +01:00
Romain Bignon
14a7a1d362
support repositories to manage backends ( closes #747 )
2012-01-17 17:00:05 +01:00