diff --git a/contrib/videoob_web/videoob_web/videoob_web.py b/contrib/videoob_web/videoob_web/videoob_web.py index c4ed293760bb93a8dee62b3fcde2ebd61ccdb34d..ee180f93fa4c2542e48f584c8d881df4932a87cb 100644 --- a/contrib/videoob_web/videoob_web/videoob_web.py +++ b/contrib/videoob_web/videoob_web/videoob_web.py @@ -41,7 +41,7 @@ class VideoobWeb(BaseApplication): APPNAME = 'videoob-webserver' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = 'WSGI web server application allowing to search for videos on various websites.' CAPS = ICapVideo diff --git a/docs/source/conf.py b/docs/source/conf.py index f0db8efa6149b201f140c7f34abb9e1f381f132e..dc5707cb3b767e7e92ef70a228565abcc2c31390 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -47,9 +47,9 @@ # built documents. # # The short X.Y version. -version = '0.g' +version = '0.h' # The full version, including alpha/beta/rc tags. -release = '0.g' +release = '0.h' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/modules/750g/backend.py b/modules/750g/backend.py index 4df3af63b54c651022989d38bcbae98ef82135b4..0784cffa97fc877bd51db003c3410642ad64b783 100644 --- a/modules/750g/backend.py +++ b/modules/750g/backend.py @@ -34,7 +34,7 @@ class SevenFiftyGramsBackend(BaseBackend, ICapRecipe): NAME = '750g' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'750g French recipe website' LICENSE = 'AGPLv3+' BROWSER = SevenFiftyGramsBrowser diff --git a/modules/adecco/backend.py b/modules/adecco/backend.py index a6eb8536372d17c26f56a793ff1cbcb60214f7bc..e1649ea0f080a8d6539ecf150a7fff6f7898f5cb 100644 --- a/modules/adecco/backend.py +++ b/modules/adecco/backend.py @@ -33,7 +33,7 @@ class AdeccoBackend(BaseBackend, ICapJob): DESCRIPTION = u'adecco website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' BROWSER = AdeccoBrowser diff --git a/modules/allocine/backend.py b/modules/allocine/backend.py index 86790c0bdc6a52ca375354e6ac4565ba3c417329..fb00c9231bd7777d8a270ba31dc1fa7f23c8ce9d 100644 --- a/modules/allocine/backend.py +++ b/modules/allocine/backend.py @@ -31,7 +31,7 @@ class AllocineBackend(BaseBackend, ICapCinema): NAME = 'allocine' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'AlloCiné French cinema database service' LICENSE = 'AGPLv3+' BROWSER = AllocineBrowser diff --git a/modules/allrecipes/backend.py b/modules/allrecipes/backend.py index cb19e508fb4584ec5f193ce75c775b9e626bde0a..f1f1b76829862c89524bbe0df788ef533a8baea3 100644 --- a/modules/allrecipes/backend.py +++ b/modules/allrecipes/backend.py @@ -31,7 +31,7 @@ class AllrecipesBackend(BaseBackend, ICapRecipe): NAME = 'allrecipes' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Allrecipes English recipe website' LICENSE = 'AGPLv3+' BROWSER = AllrecipesBrowser diff --git a/modules/ameli/backend.py b/modules/ameli/backend.py index cc070b14e8232a767ed1f324e5a9c85aea1f183e..5a49fe31bec67dc4a3b8f51a2b1c39e009e93613 100644 --- a/modules/ameli/backend.py +++ b/modules/ameli/backend.py @@ -31,7 +31,7 @@ class AmeliBackend(BaseBackend, ICapBill): DESCRIPTION = u'Ameli website: French Health Insurance' MAINTAINER = u'Christophe Lampin' EMAIL = 'weboob@lampin.net' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' BROWSER = AmeliBrowser CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/amelipro/backend.py b/modules/amelipro/backend.py index e334083d9e0d39ff49332e142c9cacaddbfa9a27..bfcedee035fcf7305614af95121d9af4d803d007 100644 --- a/modules/amelipro/backend.py +++ b/modules/amelipro/backend.py @@ -31,7 +31,7 @@ class AmeliProBackend(BaseBackend, ICapBill): DESCRIPTION = u'Ameli website: French Health Insurance for Professionals' MAINTAINER = u'Christophe Lampin' EMAIL = 'weboob@lampin.net' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' BROWSER = AmeliProBrowser CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/americanexpress/backend.py b/modules/americanexpress/backend.py index 7770f21ed12eb6722c79aaf214e868cae996c4cd..3445a7dc74f774b477c7793e31edede17f8575f1 100644 --- a/modules/americanexpress/backend.py +++ b/modules/americanexpress/backend.py @@ -33,7 +33,7 @@ class AmericanExpressBackend(BaseBackend, ICapBank): NAME = 'americanexpress' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'American Express French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/apec/backend.py b/modules/apec/backend.py index 36f82ee34a9b3404e8a40dcdc0c86a8b6d6c5f05..a892158c8ed74c80991b1593054f82fdcbb9ab53 100644 --- a/modules/apec/backend.py +++ b/modules/apec/backend.py @@ -33,7 +33,7 @@ class ApecBackend(BaseBackend, ICapJob): DESCRIPTION = u'apec website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' BROWSER = ApecBrowser diff --git a/modules/arretsurimages/backend.py b/modules/arretsurimages/backend.py index 651c5b6e61e7c1a6d6a00778139bcfbe638d3795..c875fe8339eb9e0d1765ec2828cc49ec70636917 100644 --- a/modules/arretsurimages/backend.py +++ b/modules/arretsurimages/backend.py @@ -34,7 +34,7 @@ class ArretSurImagesBackend(BaseBackend, ICapVideo, ICapCollection): DESCRIPTION = u'arretsurimages website' MAINTAINER = u'franek' EMAIL = 'franek@chicour.net' - VERSION = '0.g' + VERSION = '0.h' CONFIG = BackendConfig(ValueBackendPassword('login', label='email', masked=False), ValueBackendPassword('password', label='Password')) diff --git a/modules/arte/backend.py b/modules/arte/backend.py index aec0425d8cffe1aa80d713191f3d02265f1185dd..307e82fec079a0ca9e5136cdaae853817ae3e5df 100644 --- a/modules/arte/backend.py +++ b/modules/arte/backend.py @@ -35,7 +35,7 @@ class ArteBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'arte' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Arte French and German TV' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('lang', label='Lang of videos', diff --git a/modules/attilasub/backend.py b/modules/attilasub/backend.py index 8a2be8f17baa79974ba85f740c5efc0214482878..10a7929481c3eb1bc6000644d4adb80cdc8c7eb6 100644 --- a/modules/attilasub/backend.py +++ b/modules/attilasub/backend.py @@ -31,7 +31,7 @@ class AttilasubBackend(BaseBackend, ICapSubtitle): NAME = 'attilasub' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = '"Attila\'s Website 2.0" French subtitles' LICENSE = 'AGPLv3+' LANGUAGE_LIST = ['fr'] diff --git a/modules/aum/backend.py b/modules/aum/backend.py index 148d06c57f6afa40a213827204eb1e69be6e0f39..337ad331f01bbdd62261e0f01626f5b393e0cb1b 100644 --- a/modules/aum/backend.py +++ b/modules/aum/backend.py @@ -60,7 +60,7 @@ class AuMBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapDating, ICapCh NAME = 'aum' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'"Adopte un Mec" French dating website' CONFIG = BackendConfig(Value('username', label='Username'), diff --git a/modules/axabanque/backend.py b/modules/axabanque/backend.py index 1d6d997bdd98d0e2ecd8baa1ec2bfe368977679a..acc0b45d0e8d9591a1c06670c15373a108d24202 100644 --- a/modules/axabanque/backend.py +++ b/modules/axabanque/backend.py @@ -32,7 +32,7 @@ class AXABanqueBackend(BaseBackend, ICapBank): NAME = 'axabanque' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'AXA Banque French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='\d+', masked=False), diff --git a/modules/banquepopulaire/backend.py b/modules/banquepopulaire/backend.py index defa18a0edce426c47f7e565a8403d49355e5312..c7bdd14b18a6c48a86d1f3c43a09c4442d924602 100644 --- a/modules/banquepopulaire/backend.py +++ b/modules/banquepopulaire/backend.py @@ -33,7 +33,7 @@ class BanquePopulaireBackend(BaseBackend, ICapBank): NAME = 'banquepopulaire' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Banque Populaire French bank website' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/barclays/backend.py b/modules/barclays/backend.py index 00d31ca6c1063c0f26c28aebf56da3d66a282e15..7718f1acd227d2706f9a038423bc65704d6f60ab 100644 --- a/modules/barclays/backend.py +++ b/modules/barclays/backend.py @@ -32,7 +32,7 @@ class BarclaysBackend(BaseBackend, ICapBank): NAME = 'barclays' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Barclays French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/bnporc/backend.py b/modules/bnporc/backend.py index b921fa9fec8fcee3f2cff6325120f6a50c63c73e..fee6d34bed25fa9fd9aa4c88a4d632340cf71c83 100644 --- a/modules/bnporc/backend.py +++ b/modules/bnporc/backend.py @@ -40,7 +40,7 @@ class BNPorcBackend(BaseBackend, ICapBank, ICapMessages): NAME = 'bnporc' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'BNP Paribas French bank website' CONFIG = BackendConfig( diff --git a/modules/boursorama/backend.py b/modules/boursorama/backend.py index f503ef8240cf08ab694986183612a5190306cb96..28b3eb3e85a43cc0660a8b883a0f9fe75fc1e41f 100644 --- a/modules/boursorama/backend.py +++ b/modules/boursorama/backend.py @@ -37,7 +37,7 @@ class BoursoramaBackend(BaseBackend, ICapBank): NAME = 'boursorama' MAINTAINER = u'Gabriel Kerneis' EMAIL = 'gabriel@kerneis.info' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'Boursorama French bank website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/bouygues/backend.py b/modules/bouygues/backend.py index 1d85f1c6203a11310e2076e5b5534b1751e14a3b..ff7f2d072722c7d5876384cd68513c3f1948a2a9 100644 --- a/modules/bouygues/backend.py +++ b/modules/bouygues/backend.py @@ -34,7 +34,7 @@ class BouyguesBackend(BaseBackend, ICapMessages, ICapMessagesPost): NAME = 'bouygues' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Bouygues Télécom French mobile phone provider' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Login'), diff --git a/modules/bp/backend.py b/modules/bp/backend.py index 5c5d5ba9e34e74dd5d5c3de91c857cc79edacaa4..0e0104dd591fb08e9aee757bcf6782938be7d10b 100644 --- a/modules/bp/backend.py +++ b/modules/bp/backend.py @@ -32,7 +32,7 @@ class BPBackend(BaseBackend, ICapBank): NAME = 'bp' MAINTAINER = u'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'La Banque Postale French bank website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/bred/backend.py b/modules/bred/backend.py index e8b1d1f0c9d5f8e18b69f7898fe0c300b2bbc6a7..eabafdd139bb994dc46c382910752828f92d76b8 100644 --- a/modules/bred/backend.py +++ b/modules/bred/backend.py @@ -33,7 +33,7 @@ class BredBackend(BaseBackend, ICapBank): NAME = 'bred' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'BRED French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/btmon/backend.py b/modules/btmon/backend.py index f626433c27e086375991d406ea961251216359f3..ea5ed6f6541c86ed29a6d50d5d318ab8cbb0283d 100644 --- a/modules/btmon/backend.py +++ b/modules/btmon/backend.py @@ -31,7 +31,7 @@ class BtmonBackend(BaseBackend, ICapTorrent): NAME = 'btmon' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'BTMon BitTorrent database' LICENSE = 'AGPLv3+' BROWSER = BtmonBrowser diff --git a/modules/caissedepargne/backend.py b/modules/caissedepargne/backend.py index 5bc4cdee72aaa7eaf002fc333f686227bcbdf17b..982f03b954151cd780e21e7422b4f9c99d3d8d48 100644 --- a/modules/caissedepargne/backend.py +++ b/modules/caissedepargne/backend.py @@ -32,7 +32,7 @@ class CaisseEpargneBackend(BaseBackend, ICapBank): NAME = 'caissedepargne' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Caisse d\'Épargne French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/canalplus/backend.py b/modules/canalplus/backend.py index 7158ff479186cf0ee719001a93f8830963aff3a8..02f09043606672a46ff8b8b5e00c37cc9754ad89 100644 --- a/modules/canalplus/backend.py +++ b/modules/canalplus/backend.py @@ -39,7 +39,7 @@ class CanalplusBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'canalplus' MAINTAINER = u'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Canal Plus French TV' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('quality', label='Quality of videos', choices=['hd', 'sd'], default='hd')) diff --git a/modules/canaltp/backend.py b/modules/canaltp/backend.py index d89084b9eb2e7407667c9fd979d8c86828a816cc..7d5c3f9037ebfc9c97a8c491bbeaf9bf3f0f78aa 100644 --- a/modules/canaltp/backend.py +++ b/modules/canaltp/backend.py @@ -30,7 +30,7 @@ class CanalTPBackend(BaseBackend, ICapTravel): NAME = 'canaltp' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = "French trains" BROWSER = CanalTP diff --git a/modules/cappedtv/backend.py b/modules/cappedtv/backend.py index 42d4015997939f646bda5b829ad130b3faf894e1..67f0b4ca26398616337e389889f06e2c904dc5fb 100644 --- a/modules/cappedtv/backend.py +++ b/modules/cappedtv/backend.py @@ -23,7 +23,7 @@ class CappedBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'cappedtv' MAINTAINER = u'Lord' EMAIL = 'lord@lordtoniok.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Capped.tv demoscene website' LICENSE = 'WTFPLv2' BROWSER = CappedBrowser diff --git a/modules/carrefourbanque/backend.py b/modules/carrefourbanque/backend.py index 7f93a765d1644ba55a61a1d292eaec5bf16d5d4c..cd73c0f0300abef98cc4db136b4978857690e178 100644 --- a/modules/carrefourbanque/backend.py +++ b/modules/carrefourbanque/backend.py @@ -32,7 +32,7 @@ class CarrefourBanqueBackend(BaseBackend, ICapBank): NAME = 'carrefourbanque' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Carrefour Banque French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='\d+', masked=False), diff --git a/modules/champslibres/backend.py b/modules/champslibres/backend.py index 54d44d7cc58e24a9cccd50f2ded780f6fe75b9b0..c32b0fde94ebfe21673a59ac19a56eb01e978c0d 100644 --- a/modules/champslibres/backend.py +++ b/modules/champslibres/backend.py @@ -32,7 +32,7 @@ class ChampslibresBackend(BaseBackend, ICapBook): NAME = 'champslibres' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Champs Libres (Rennes) Library' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,15}|$'), diff --git a/modules/chronopost/backend.py b/modules/chronopost/backend.py index 48b84feea262bb1bed7a032405e40c0f45f66a24..6d455da1b2b19fa0cbbee0c2ac69cd7fe5daaf06 100644 --- a/modules/chronopost/backend.py +++ b/modules/chronopost/backend.py @@ -32,7 +32,7 @@ class ChronopostBackend(BaseBackend, ICapParcel): DESCRIPTION = u'Chronopost website' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' BROWSER = ChronopostBrowser diff --git a/modules/cic/backend.py b/modules/cic/backend.py index 9bb71d80c70878e755dd1268e07844f2e487a6ab..cf0c0dc3024d6ae72213efc0ff9c1877386c9258 100644 --- a/modules/cic/backend.py +++ b/modules/cic/backend.py @@ -35,7 +35,7 @@ class CICBackend(BaseBackend, ICapBank): NAME = 'cic' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'CIC French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='^\d{1,13}\w$', masked=False), diff --git a/modules/citelis/backend.py b/modules/citelis/backend.py index f84d503d33831cea81a45d8260c62c16885adb28..4f6f2d177aa4bd388819344f64b2d8959b7f3584 100644 --- a/modules/citelis/backend.py +++ b/modules/citelis/backend.py @@ -34,7 +34,7 @@ class CitelisBackend(BaseBackend, ICapBank): MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' LICENSE = 'AGPLv3+' - VERSION = '0.g' + VERSION = '0.h' BROWSER = CitelisBrowser diff --git a/modules/cmb/backend.py b/modules/cmb/backend.py index ef507b09b95d867ab82e970fdd86fc043bd30d09..34dc502f27e64bbb8dc37ce6e055ba7f43c964dd 100644 --- a/modules/cmb/backend.py +++ b/modules/cmb/backend.py @@ -49,7 +49,7 @@ class CmbBackend(BaseBackend, ICapBank): NAME = 'cmb' MAINTAINER = u'Johann Broudin' EMAIL = 'Johann.Broudin@6-8.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' AUTH_CERT = os.path.dirname(__file__) AUTH_CERT += '/Verisign_Class_3_Public_Primary_Certification_Authority.pem' diff --git a/modules/cmso/backend.py b/modules/cmso/backend.py index 7844700df1e8e0326ea38ff2692b477c67630996..615fa3d7ebdc04a403f185148eefac163c01adfb 100644 --- a/modules/cmso/backend.py +++ b/modules/cmso/backend.py @@ -32,7 +32,7 @@ class CmsoBackend(BaseBackend, ICapBank): NAME = 'cmso' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Crédit Mutuel Sud-Ouest French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/cragr/backend.py b/modules/cragr/backend.py index 96c680a85980b0572286ad1bfe7539a83867ab54..85ee2175ddf0ea39a6bb951c308dd25150444ea2 100644 --- a/modules/cragr/backend.py +++ b/modules/cragr/backend.py @@ -34,7 +34,7 @@ class CragrBackend(BaseBackend, ICapBank): NAME = 'cragr' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Crédit Agricole French bank website' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/creditcooperatif/backend.py b/modules/creditcooperatif/backend.py index 0b6146ffccb6c596e04b220b5927169633c851b8..d133527c38dd2bd766737a3f8f4d57d67431de6a 100644 --- a/modules/creditcooperatif/backend.py +++ b/modules/creditcooperatif/backend.py @@ -33,7 +33,7 @@ class CreditCooperatifBackend(BaseBackend, ICapBank): NAME = 'creditcooperatif' MAINTAINER = u'Kevin Pouget' EMAIL = 'weboob@kevin.pouget.me' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Crédit Coopératif French bank website' LICENSE = 'AGPLv3+' auth_type = {'particular': "Interface Particuliers", diff --git a/modules/creditdunord/backend.py b/modules/creditdunord/backend.py index c66d623c23e8a2208ff5fb4366dda24704e52d7f..4c49e84d8015a5123404cccdefe5b5f16881af69 100644 --- a/modules/creditdunord/backend.py +++ b/modules/creditdunord/backend.py @@ -34,7 +34,7 @@ class CreditDuNordBackend(BaseBackend, ICapBank): NAME = 'creditdunord' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Crédit du Nord, Banque Courtois, Kolb, Tarneaud French bank website' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/creditmutuel/backend.py b/modules/creditmutuel/backend.py index 9cbe4348a514df44f33f2e025db03c45985f86af..0d4241bb55543b9a0cfb5126c63b2682acb8c193 100644 --- a/modules/creditmutuel/backend.py +++ b/modules/creditmutuel/backend.py @@ -36,7 +36,7 @@ class CreditMutuelBackend(BaseBackend, ICapBank): NAME = 'creditmutuel' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Crédit Mutuel French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', regexp='^\d{1,13}\w$', masked=False), diff --git a/modules/cuisineaz/backend.py b/modules/cuisineaz/backend.py index 82952ce63043c1b67a04b2340244188ce2349d2e..29d31847649a74855fd4b0e3cb343c15dc93f764 100644 --- a/modules/cuisineaz/backend.py +++ b/modules/cuisineaz/backend.py @@ -34,7 +34,7 @@ class CuisineazBackend(BaseBackend, ICapRecipe): NAME = 'cuisineaz' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Cuisine AZ French recipe website' LICENSE = 'AGPLv3+' BROWSER = CuisineazBrowser diff --git a/modules/dailymotion/backend.py b/modules/dailymotion/backend.py index 8d90445421a88025c5cb7296b332f947e37fc7c0..06de480db5b40fbf2e0c3e6c7823beda33b631e3 100644 --- a/modules/dailymotion/backend.py +++ b/modules/dailymotion/backend.py @@ -35,7 +35,7 @@ class DailymotionBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'dailymotion' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Dailymotion video streaming website' LICENSE = 'AGPLv3+' BROWSER = DailymotionBrowser diff --git a/modules/delubac/backend.py b/modules/delubac/backend.py index 2a6f642026234bbeeed6cf9da470e46fc6df9b0f..644382c4ff57cbc43bf2eafd8b531825b20526ce 100644 --- a/modules/delubac/backend.py +++ b/modules/delubac/backend.py @@ -32,7 +32,7 @@ class DelubacBackend(BaseBackend, ICapBank): DESCRIPTION = u'Banque Delubac & Cie' MAINTAINER = u'Noe Rubinstein' EMAIL = 'nru@budget-insight.com' - VERSION = '0.g' + VERSION = '0.h' BROWSER = DelubacBrowser diff --git a/modules/dlfp/backend.py b/modules/dlfp/backend.py index e85b4fbf0d4599130bb94b273cb07c98d4d42f48..7ad0ad82636378e3af2700cffcaf5c819e97d1bc 100644 --- a/modules/dlfp/backend.py +++ b/modules/dlfp/backend.py @@ -41,7 +41,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost, ICapContent): NAME = 'dlfp' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = "Da Linux French Page news website" CONFIG = BackendConfig(Value('username', label='Username', default=''), diff --git a/modules/dresdenwetter/backend.py b/modules/dresdenwetter/backend.py index 852f1760f1e980b4a29b38e0f0b1c4efb8db6dff..1b2aae947f41c8c6ff91f84995d343b7cdc273ea 100644 --- a/modules/dresdenwetter/backend.py +++ b/modules/dresdenwetter/backend.py @@ -31,7 +31,7 @@ class DresdenWetterBackend(BaseBackend, ICapGauge): NAME = 'dresdenwetter' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"Private wetter station Dresden" BROWSER = DresdenWetterBrowser diff --git a/modules/ebonics/backend.py b/modules/ebonics/backend.py index f8d059b29c4cc31a320b093e107b90638a25daae..6c25896168ee12a02f3ab3d5b030174140ab5b14 100644 --- a/modules/ebonics/backend.py +++ b/modules/ebonics/backend.py @@ -32,7 +32,7 @@ class EbonicsBackend(BaseBackend, ICapTranslate): NAME = 'ebonics' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'English to Ebonics translation service' BROWSER = StandardBrowser diff --git a/modules/ecrans/backend.py b/modules/ecrans/backend.py index 5e96e9a13b83a8fce1b947a6ce49580c0a4e6dc8..4fca2c7228b06b6000d9c004d237942ab78307f2 100644 --- a/modules/ecrans/backend.py +++ b/modules/ecrans/backend.py @@ -27,7 +27,7 @@ class NewspaperEcransBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'ecrans' diff --git a/modules/ehentai/backend.py b/modules/ehentai/backend.py index ad297928e57730308835889cb3f3863c25d049da..42a8a2cbe042f3514b117d48874911bed295f685 100644 --- a/modules/ehentai/backend.py +++ b/modules/ehentai/backend.py @@ -37,7 +37,7 @@ class EHentaiBackend(BaseBackend, ICapGallery, ICapCollection): NAME = 'ehentai' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'E-Hentai galleries' LICENSE = 'AGPLv3+' BROWSER = EHentaiBrowser diff --git a/modules/europarl/backend.py b/modules/europarl/backend.py index 44ea532e6eb7e27c747e33213e1eb89c51afaf07..b521df29eebe8be82c4d75be283e929019939f62 100644 --- a/modules/europarl/backend.py +++ b/modules/europarl/backend.py @@ -36,7 +36,7 @@ class EuroparlBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'europarl' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Europarl parliamentary video streaming website' LICENSE = 'AGPLv3+' BROWSER = EuroparlBrowser diff --git a/modules/fortuneo/backend.py b/modules/fortuneo/backend.py index b391ed55ecbdaf35489bda76bd99ece625dbb867..e0c5dabb3348984e01d75c56102d527b353ea788 100644 --- a/modules/fortuneo/backend.py +++ b/modules/fortuneo/backend.py @@ -35,7 +35,7 @@ class FortuneoBackend(BaseBackend, ICapBank): NAME = 'fortuneo' MAINTAINER = u'Gilles-Alexandre Quenot' EMAIL = 'gilles.quenot@gmail.com' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'Fortuneo French bank website' CONFIG = BackendConfig( diff --git a/modules/fourchan/backend.py b/modules/fourchan/backend.py index f576f350119192d1dbac3f802eabed1b16ca5d43..251b677f254d3eeb7fabb0f7ab1e5bca7c857950 100644 --- a/modules/fourchan/backend.py +++ b/modules/fourchan/backend.py @@ -34,7 +34,7 @@ class FourChanBackend(BaseBackend, ICapMessages): NAME = 'fourchan' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = '4chan image board' CONFIG = BackendConfig(Value('boards', label='Boards to fetch')) diff --git a/modules/francetelevisions/backend.py b/modules/francetelevisions/backend.py index 867666cd214a4dd7a25610c5e444024bb7f8d37c..20557b8a350bac81e7e5ce41747343757327a7f1 100644 --- a/modules/francetelevisions/backend.py +++ b/modules/francetelevisions/backend.py @@ -35,7 +35,7 @@ class PluzzBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'francetelevisions' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'France Télévisions video website' LICENSE = 'AGPLv3+' BROWSER = PluzzBrowser diff --git a/modules/freemobile/backend.py b/modules/freemobile/backend.py index a8d9bf66ad4b1a2eb18d7768f9054735e9839075..9cf622448547caa1524732bda9091e6f99ccbb2a 100644 --- a/modules/freemobile/backend.py +++ b/modules/freemobile/backend.py @@ -33,7 +33,7 @@ class FreeMobileBackend(BaseBackend, ICapBill): NAME = 'freemobile' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'Free Mobile website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/ganassurances/backend.py b/modules/ganassurances/backend.py index 5ca4d808aa498677bdf6a745a1883b069d6ea356..9d771fd0d280dec5b6fefbaa5d1731cd39c70a10 100644 --- a/modules/ganassurances/backend.py +++ b/modules/ganassurances/backend.py @@ -33,7 +33,7 @@ class GanAssurancesBackend(BaseBackend, ICapBank): NAME = 'ganassurances' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Groupama Assurances French bank website' LICENSE = 'AGPLv3+' website_choices = OrderedDict([(k, u'%s (%s)' % (v, k)) for k, v in sorted({ diff --git a/modules/gazelle/backend.py b/modules/gazelle/backend.py index dd17e8d1a485a8bb3a7dd32ec9818dad07b86bc1..d174946387ecb6fca59cb403d2ce35f457abd711 100644 --- a/modules/gazelle/backend.py +++ b/modules/gazelle/backend.py @@ -31,7 +31,7 @@ class GazelleBackend(BaseBackend, ICapTorrent): NAME = 'gazelle' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Gazelle-based BitTorrent trackers' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('domain', label='Domain (example "ssl.what.cd")'), diff --git a/modules/gdcvault/backend.py b/modules/gdcvault/backend.py index c4b7754312a6e027ed9980fca360765df11a39dc..fd29a4aac8ed3aa0ac63232452d548634f3cbf8f 100644 --- a/modules/gdcvault/backend.py +++ b/modules/gdcvault/backend.py @@ -37,7 +37,7 @@ class GDCVaultBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'gdcvault' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Game Developers Conferences Vault video streaming website' LICENSE = 'AGPLv3+' BROWSER = GDCVaultBrowser diff --git a/modules/gdfsuez/backend.py b/modules/gdfsuez/backend.py index 43774e6b9873d119c72a7f12400ed889ac4ce8fe..bcce1579b291cdcd002241ca1df9bda0a6da438c 100644 --- a/modules/gdfsuez/backend.py +++ b/modules/gdfsuez/backend.py @@ -30,7 +30,7 @@ class GdfSuezBackend(BaseBackend, ICapBill): NAME = 'gdfsuez' MAINTAINER = u'Mathieu Jourdan' EMAIL = 'mathieu.jourdan@gresille.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'GdF-Suez website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/geolocip/backend.py b/modules/geolocip/backend.py index f8df0f5a8e7eb3ec04ebd5fe239652b3db19a0be..00f5e799563233c58a0448f57f1496b993f613f1 100644 --- a/modules/geolocip/backend.py +++ b/modules/geolocip/backend.py @@ -31,7 +31,7 @@ class GeolocIpBackend(BaseBackend, ICapGeolocIp): NAME = 'geolocip' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"GeolocIP IP addresses geolocation service" BROWSER = BaseBrowser diff --git a/modules/googletranslate/backend.py b/modules/googletranslate/backend.py index 33d2a4bd8695b0973b908deef1487647990772da..40d94d0710c8d667e97bdefe2c2b27e33d0361ac 100644 --- a/modules/googletranslate/backend.py +++ b/modules/googletranslate/backend.py @@ -31,7 +31,7 @@ class GoogleTranslateBackend(BaseBackend, ICapTranslate): MAINTAINER = u'Lucien Loiseau' EMAIL = 'loiseau.lucien@gmail.com' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' NAME = 'googletranslate' DESCRIPTION = u'Google translation web service' diff --git a/modules/grooveshark/backend.py b/modules/grooveshark/backend.py index 215e655dc1f7a1691cc2152c38f3c498abed8976..6793d0adebffe04ba79cad45eb33189103661946 100644 --- a/modules/grooveshark/backend.py +++ b/modules/grooveshark/backend.py @@ -29,7 +29,7 @@ class GroovesharkBackend(BaseBackend, ICapVideo): DESCRIPTION = u'grooveshark website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' BROWSER = GroovesharkBrowser diff --git a/modules/hds/backend.py b/modules/hds/backend.py index 7b8eed271e1a60049bebf119e124f37041865d62..46df927def81d09f8b751587a77c3c3504681ee7 100644 --- a/modules/hds/backend.py +++ b/modules/hds/backend.py @@ -33,7 +33,7 @@ class HDSBackend(BaseBackend, ICapMessages): NAME = 'hds' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"Histoires de Sexe French erotic novels" STORAGE = {'seen': []} diff --git a/modules/hellobank/backend.py b/modules/hellobank/backend.py index 9c8289a3acf06e81886363767ef10496b189af0d..7256ad99b232f8b40e53d4d1a5c6f4c44a3912cc 100644 --- a/modules/hellobank/backend.py +++ b/modules/hellobank/backend.py @@ -40,7 +40,7 @@ class HelloBankBackend(BaseBackend, ICapBank, ICapMessages): NAME = 'hellobank' MAINTAINER = u'Christophe Lampin' EMAIL = 'weboob@lampin.net' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'Hello Bank ! website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/hsbc/backend.py b/modules/hsbc/backend.py index d02b68408863813edc458c4388eda36bb3226c57..26138cb88341dd1edc2e0c1de4e9b1d8e54eea57 100644 --- a/modules/hsbc/backend.py +++ b/modules/hsbc/backend.py @@ -33,7 +33,7 @@ class HSBCBackend(BaseBackend, ICapBank): NAME = 'hsbc' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'HSBC France bank website' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/imdb/backend.py b/modules/imdb/backend.py index c44ce92a0be033883a606cec1de3389fc8d3c417..da26798e7ffbf3eea2de9cb08f4080c29e708084 100644 --- a/modules/imdb/backend.py +++ b/modules/imdb/backend.py @@ -31,7 +31,7 @@ class ImdbBackend(BaseBackend, ICapCinema): NAME = 'imdb' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Internet Movie Database service' LICENSE = 'AGPLv3+' BROWSER = ImdbBrowser diff --git a/modules/ina/backend.py b/modules/ina/backend.py index 6fc45032a04af0a74f0fc24d9fb7b5e4cb29c77e..16dfecb4872227c8716a54413a945de9c8153e86 100644 --- a/modules/ina/backend.py +++ b/modules/ina/backend.py @@ -34,7 +34,7 @@ class InaBackend(BaseBackend, ICapVideo): NAME = 'ina' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'INA French TV video archives' LICENSE = 'AGPLv3+' BROWSER = InaBrowser diff --git a/modules/ing/backend.py b/modules/ing/backend.py index 206276d060face70f0a86ccc8d1262fcda782878..208d2f74a1271ca4f246a838eaf51455ea0b100b 100644 --- a/modules/ing/backend.py +++ b/modules/ing/backend.py @@ -37,7 +37,7 @@ class INGBackend(BaseBackend, ICapBank, ICapBill): NAME = 'ing' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'ING Direct French bank website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/inrocks/backend.py b/modules/inrocks/backend.py index 26e945bd073cb56b3d91fa8d698a9d36e9dcafb4..3b0d472b486ec78ca4d77b7604b46b9bdf1b0925 100644 --- a/modules/inrocks/backend.py +++ b/modules/inrocks/backend.py @@ -27,7 +27,7 @@ class NewspaperInrocksBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'inrocks' diff --git a/modules/ipinfodb/backend.py b/modules/ipinfodb/backend.py index 66c9ed328c9579bcd8829250c1a812c1233c8017..eef4511312a62c234e24e0fbdd7cf5c50ac3cbd0 100644 --- a/modules/ipinfodb/backend.py +++ b/modules/ipinfodb/backend.py @@ -31,7 +31,7 @@ class IpinfodbBackend(BaseBackend, ICapGeolocIp): NAME = 'ipinfodb' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"IPInfoDB IP addresses geolocation service" BROWSER = BaseBrowser diff --git a/modules/isohunt/backend.py b/modules/isohunt/backend.py index 633b616b6696d057be7c6f49e91a2d2e63211998..221ecda7346274033b1afb394ddf47c2ba1e2362 100644 --- a/modules/isohunt/backend.py +++ b/modules/isohunt/backend.py @@ -31,7 +31,7 @@ class IsohuntBackend(BaseBackend, ICapTorrent): NAME = 'isohunt' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'isoHunt BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = IsohuntBrowser diff --git a/modules/izneo/backend.py b/modules/izneo/backend.py index 1e6815e1cdfbfefd4c98fcf367ee272e19d2dcd1..af39de228712abe1cb8ac61c02661832ef8cd2d4 100644 --- a/modules/izneo/backend.py +++ b/modules/izneo/backend.py @@ -65,7 +65,7 @@ class IzneoBackend(BaseBackend, ICapGallery): NAME = 'izneo' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Izneo digital comics' LICENSE = 'AGPLv3+' BROWSER = IzneoBrowser diff --git a/modules/kickass/backend.py b/modules/kickass/backend.py index f97a511e46475e5dbe0ced128ece14c7ab94db00..82c4db26a9e88e7d9dd5b33c149df85505a61bf2 100644 --- a/modules/kickass/backend.py +++ b/modules/kickass/backend.py @@ -33,7 +33,7 @@ class KickassBackend(BaseBackend, ICapTorrent): NAME = 'kickass' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Kickass Torrents BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = KickassBrowser diff --git a/modules/lcl/backend.py b/modules/lcl/backend.py index bc1be03ae8f927fb7bc3be9302dd5b4d71ee61f7..845ff5579e41cbc203851dffa61f13e5590466ff 100644 --- a/modules/lcl/backend.py +++ b/modules/lcl/backend.py @@ -35,7 +35,7 @@ class LCLBackend(BaseBackend, ICapBank): NAME = 'lcl' MAINTAINER = u'Pierre Mazière' EMAIL = 'pierre.maziere@gmx.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Le Crédit Lyonnais French bank website' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(ValueBackendPassword('login', label='Account ID', masked=False), diff --git a/modules/leclercmobile/backend.py b/modules/leclercmobile/backend.py index 8adad00c3383950c685443e8a3b1290d27da9b37..4421a065599715442a6b2296f3dcc0e26245ebc7 100644 --- a/modules/leclercmobile/backend.py +++ b/modules/leclercmobile/backend.py @@ -34,7 +34,7 @@ class LeclercMobileBackend(BaseBackend, ICapBill): NAME = 'leclercmobile' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'Leclerc Mobile website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/lefigaro/backend.py b/modules/lefigaro/backend.py index aeb0b5aea2f7ff343f210ed6486935354816eb87..badb1c13c1135f4b9a3519146ed7df7e4d74c596 100644 --- a/modules/lefigaro/backend.py +++ b/modules/lefigaro/backend.py @@ -27,7 +27,7 @@ class NewspaperFigaroBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'lefigaro' diff --git a/modules/lolix/backend.py b/modules/lolix/backend.py index 15c10341da3b678044cb0d22bb38b1acf226fc72..1f18188e10848e5c7362b6ef01ad5324cbd22e2b 100644 --- a/modules/lolix/backend.py +++ b/modules/lolix/backend.py @@ -33,7 +33,7 @@ class LolixBackend(BaseBackend, ICapJob): DESCRIPTION = u'Lolix est un centre de compétences spécialisé dans les technologies à base de Logiciel Libre.' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' BROWSER = LolixBrowser diff --git a/modules/marmiton/backend.py b/modules/marmiton/backend.py index b1d7442be1adb6cff718470c03030bddf41000e2..3113cf0919b148561d8a01fe46a72e0a87aa7771 100644 --- a/modules/marmiton/backend.py +++ b/modules/marmiton/backend.py @@ -31,7 +31,7 @@ class MarmitonBackend(BaseBackend, ICapRecipe): NAME = 'marmiton' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Marmiton French recipe website' LICENSE = 'AGPLv3+' BROWSER = MarmitonBrowser diff --git a/modules/mediawiki/backend.py b/modules/mediawiki/backend.py index a253baa3792a9e5eeaa4a2aa15730ac48eebb786..4c9f09212aeb6efb6ec4daff290e3482d8c19192 100644 --- a/modules/mediawiki/backend.py +++ b/modules/mediawiki/backend.py @@ -34,7 +34,7 @@ class MediawikiBackend(BaseBackend, ICapContent): NAME = 'mediawiki' MAINTAINER = u'Clément Schreiner' EMAIL = 'clemux@clemux.info' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'Wikis running MediaWiki, like Wikipedia' CONFIG = BackendConfig(Value('url', label='URL of the Mediawiki website', default='http://en.wikipedia.org/', regexp='https?://.*'), diff --git a/modules/meteofrance/backend.py b/modules/meteofrance/backend.py index 633f9c8ae158ddf051eb6a66bc05e9acab76c123..56951c494ee54d33b2aae173cf8d3b8b598450f9 100644 --- a/modules/meteofrance/backend.py +++ b/modules/meteofrance/backend.py @@ -31,7 +31,7 @@ class MeteofranceBackend(BaseBackend, ICapWeather): NAME = 'meteofrance' MAINTAINER = u'Cedric Defortis' EMAIL = 'cedric@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Get forecasts from the MeteoFrance website' LICENSE = 'AGPLv3+' BROWSER = MeteofranceBrowser diff --git a/modules/minutes20/backend.py b/modules/minutes20/backend.py index 43adb88753758c86d794e81678d89b7e1f29f3bb..a0cba16531b8fd8a0b4024ad8b70a005cdd0f96a 100644 --- a/modules/minutes20/backend.py +++ b/modules/minutes20/backend.py @@ -27,7 +27,7 @@ class Newspaper20minutesBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'minutes20' diff --git a/modules/nettokom/backend.py b/modules/nettokom/backend.py index c252538290a96993a0f2f7137d85b0d697d8b946..4f0b2646b3cf5e51e4db06b1641885c29a3d5908 100644 --- a/modules/nettokom/backend.py +++ b/modules/nettokom/backend.py @@ -33,7 +33,7 @@ class NettoKomBackend(BaseBackend, ICapBill): NAME = 'nettokom' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = 'Nettokom website' CONFIG = BackendConfig(ValueBackendPassword('login', diff --git a/modules/newsfeed/backend.py b/modules/newsfeed/backend.py index e991c53b5a8de7791e2f2d08ec84e63eba69b6b2..5d495bf96199b196e76dccffdfb3ac0bd5bf19dc 100644 --- a/modules/newsfeed/backend.py +++ b/modules/newsfeed/backend.py @@ -31,7 +31,7 @@ class NewsfeedBackend(BaseBackend, ICapMessages): NAME = 'newsfeed' MAINTAINER = u'Clément Schreiner' EMAIL = "clemux@clemux.info" - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = "Loads RSS and Atom feeds from any website" LICENSE = "AGPLv3+" CONFIG = BackendConfig(Value('url', label="Atom/RSS feed's url", regexp='https?://.*')) diff --git a/modules/nolifetv/backend.py b/modules/nolifetv/backend.py index 940412644e9e3af5e1fa2d8df62127744ba3456e..44f71749a377c5990843ec31f2e692058978fe82 100644 --- a/modules/nolifetv/backend.py +++ b/modules/nolifetv/backend.py @@ -36,7 +36,7 @@ class NolifeTVBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'nolifetv' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'NolifeTV French video streaming website' LICENSE = 'AGPLv3+' BROWSER = NolifeTVBrowser diff --git a/modules/nova/backend.py b/modules/nova/backend.py index 42e34640cf59dd316e2939011c7217a1a35a440d..894a1ed86c070277b162bda72299108ea6016b65 100644 --- a/modules/nova/backend.py +++ b/modules/nova/backend.py @@ -34,7 +34,7 @@ class NovaBackend(BaseBackend, ICapRadio, ICapCollection): NAME = 'nova' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Nova French radio' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/okc/backend.py b/modules/okc/backend.py index 1a29bbc350ae6c9eee8cb1e178fa65d36616fb27..16c71a97df731f8c4c85c30adc6ddc0de4a3bc06 100644 --- a/modules/okc/backend.py +++ b/modules/okc/backend.py @@ -68,7 +68,7 @@ class OkCBackend(BaseBackend, ICapMessages, ICapContact, ICapMessagesPost): NAME = 'okc' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'OkCupid dating website' CONFIG = BackendConfig(Value('username', label='Username'), diff --git a/modules/opacwebaloes/backend.py b/modules/opacwebaloes/backend.py index b3affb721ba05722a98db043da373d06e676cf5c..3809cae5a9d47f62ee062236be1f84df047122e6 100644 --- a/modules/opacwebaloes/backend.py +++ b/modules/opacwebaloes/backend.py @@ -34,7 +34,7 @@ class AloesBackend(BaseBackend, ICapBook): NAME = 'opacwebaloes' MAINTAINER = u'Jeremy Monnet' EMAIL = 'jmonnet@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Aloes Library software' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Account ID', regexp='^\d{1,8}\w$'), diff --git a/modules/opensubtitles/backend.py b/modules/opensubtitles/backend.py index bdf6dd82d7be858f64c6449a91a95c5ad39f893b..dc6fd0664525f79eed6ed3d17f1d217c9f2a1999 100644 --- a/modules/opensubtitles/backend.py +++ b/modules/opensubtitles/backend.py @@ -32,7 +32,7 @@ class OpensubtitlesBackend(BaseBackend, ICapSubtitle): NAME = 'opensubtitles' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Opensubtitles subtitle website' LICENSE = 'AGPLv3+' BROWSER = OpensubtitlesBrowser diff --git a/modules/orange/backend.py b/modules/orange/backend.py index 89d497e09379ccaade3d10a5d9d1f781ecd74d46..1fd0d0a34934050925f3daeb16e0c2c32c687c60 100644 --- a/modules/orange/backend.py +++ b/modules/orange/backend.py @@ -35,7 +35,7 @@ class OrangeBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost): NAME = 'orange' MAINTAINER = u'Nicolas Duhamel' EMAIL = 'nicolas@jombi.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Orange French mobile phone provider' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Login'), diff --git a/modules/ouifm/backend.py b/modules/ouifm/backend.py index 2cc6e4c3c313db5b0fbabd089fdcdd6050130a9c..e3d25c063cfbcdad1dd26562c4dad3246f905f87 100644 --- a/modules/ouifm/backend.py +++ b/modules/ouifm/backend.py @@ -32,7 +32,7 @@ class OuiFMBackend(BaseBackend, ICapRadio, ICapCollection): NAME = 'ouifm' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Ouï FM French radio' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/pap/backend.py b/modules/pap/backend.py index f3448920818e3923b14260ca817627e0dacad1b0..d4cf10f9087d7c277b68c65c20584376b9063b6f 100644 --- a/modules/pap/backend.py +++ b/modules/pap/backend.py @@ -32,7 +32,7 @@ class PapBackend(BaseBackend, ICapHousing): NAME = 'pap' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'French housing website' LICENSE = 'AGPLv3+' BROWSER = PapBrowser diff --git a/modules/parolesmania/backend.py b/modules/parolesmania/backend.py index 8f462d6fd0adf432deaa888de8c1eb9a9942ae4f..56bea7f8ea30cab898921d78016f73e6ba127e32 100644 --- a/modules/parolesmania/backend.py +++ b/modules/parolesmania/backend.py @@ -31,7 +31,7 @@ class ParolesmaniaBackend(BaseBackend, ICapLyrics): NAME = 'parolesmania' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Paroles Mania lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesmaniaBrowser diff --git a/modules/parolesmusique/backend.py b/modules/parolesmusique/backend.py index 66772d4c75f68a3525480159d4f50dc361d66aa0..80032049a6187dd391e2614197f2fe9c6c3d81a5 100644 --- a/modules/parolesmusique/backend.py +++ b/modules/parolesmusique/backend.py @@ -29,7 +29,7 @@ class ParolesmusiqueBackend(BaseBackend, ICapLyrics): NAME = 'parolesmusique' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'paroles-musique lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesmusiqueBrowser diff --git a/modules/parolesnet/backend.py b/modules/parolesnet/backend.py index 318e72cd6c82b58cb27fc4e553e33dc2030d54f7..ee5882c4bad0bc3519caf1ec93b37ef0beee932a 100644 --- a/modules/parolesnet/backend.py +++ b/modules/parolesnet/backend.py @@ -29,7 +29,7 @@ class ParolesnetBackend(BaseBackend, ICapLyrics): NAME = 'parolesnet' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'paroles.net lyrics website' LICENSE = 'AGPLv3+' BROWSER = ParolesnetBrowser diff --git a/modules/pastealacon/backend.py b/modules/pastealacon/backend.py index 5549aee807581f7aeb82a5a9ff5f31ecfe8d0564..4e7807ab19a3bad7ee8ed54d8cb90de93a7082b5 100644 --- a/modules/pastealacon/backend.py +++ b/modules/pastealacon/backend.py @@ -37,7 +37,7 @@ class PastealaconBackend(BaseBackend, BasePasteBackend): NAME = 'pastealacon' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Paste à la con text sharing tool' LICENSE = 'AGPLv3+' BROWSER = PastealaconBrowser diff --git a/modules/pastebin/backend.py b/modules/pastebin/backend.py index f2fdd1e5465f7f188438284536dfdbc44b5ad9ff..0bc419a8c4b3f18d790b15c1de7ac4efbd8a54c8 100644 --- a/modules/pastebin/backend.py +++ b/modules/pastebin/backend.py @@ -36,7 +36,7 @@ class PastebinBackend(BaseBackend, BasePasteBackend): NAME = 'pastebin' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Pastebin text sharing service' LICENSE = 'AGPLv3+' BROWSER = PastebinBrowser diff --git a/modules/paypal/backend.py b/modules/paypal/backend.py index 444105109ab1a6b43d224f6ecfcfeb07ff3dfd6c..3d1aef79c284e827d95a6f22b4b4e7df550a3250 100644 --- a/modules/paypal/backend.py +++ b/modules/paypal/backend.py @@ -35,7 +35,7 @@ class PaypalBackend(BaseBackend, ICapBank): NAME = 'paypal' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'PayPal money transfer website' CONFIG = BackendConfig(ValueBackendPassword('login', label='E-mail', masked=False), diff --git a/modules/phpbb/backend.py b/modules/phpbb/backend.py index 1dd346152e6559a9cc1a77a761dee2b00f36c6d7..33e07e5016024cd97999e56b3fe33201869addf4 100644 --- a/modules/phpbb/backend.py +++ b/modules/phpbb/backend.py @@ -37,7 +37,7 @@ class PhpBBBackend(BaseBackend, ICapMessages, ICapMessagesPost): NAME = 'phpbb' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = "phpBB forum" CONFIG = BackendConfig(Value('url', label='URL of forum', regexp='https?://.*'), diff --git a/modules/piratebay/backend.py b/modules/piratebay/backend.py index f00aa3a9e06851d620634e9b0ceb7e10d501126f..b0c3d62a2857bf63196d96975b2993983e68eeae 100644 --- a/modules/piratebay/backend.py +++ b/modules/piratebay/backend.py @@ -32,7 +32,7 @@ class PiratebayBackend(BaseBackend, ICapTorrent): NAME = 'piratebay' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'The Pirate Bay BitTorrent tracker' LICENSE = 'AGPLv3+' BROWSER = PiratebayBrowser diff --git a/modules/podnapisi/backend.py b/modules/podnapisi/backend.py index dec5f62b95b886b4214bba2c5aa0547dd9d558b2..b0d6d8b9df11822da723d5fad75edeea3b6a1835 100644 --- a/modules/podnapisi/backend.py +++ b/modules/podnapisi/backend.py @@ -32,7 +32,7 @@ class PodnapisiBackend(BaseBackend, ICapSubtitle): NAME = 'podnapisi' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Podnapisi movies and tv series subtitle website' LICENSE = 'AGPLv3+' BROWSER = PodnapisiBrowser diff --git a/modules/popolemploi/backend.py b/modules/popolemploi/backend.py index c9fbe76ba7fd5267a3d0298db1d59601537f42e7..42139e84fdaccc5f447c918e3fbe3a44d1991385 100644 --- a/modules/popolemploi/backend.py +++ b/modules/popolemploi/backend.py @@ -34,7 +34,7 @@ class PopolemploiBackend(BaseBackend, ICapJob): DESCRIPTION = u'Pole Emploi website' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' BROWSER = PopolemploiBrowser diff --git a/modules/presseurop/backend.py b/modules/presseurop/backend.py index 34196c7ec5acaf451a78368c72507188ad08ae55..a34f5bff7a5cc605b237c5b32dc42b901737c48b 100644 --- a/modules/presseurop/backend.py +++ b/modules/presseurop/backend.py @@ -30,7 +30,7 @@ class NewspaperPresseuropBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'presseurop' diff --git a/modules/prixcarburants/backend.py b/modules/prixcarburants/backend.py index 901eae5a1e176d89128bfccf2426ef337b67c08d..3ecfaf15e5a9c488feafaab10c8ac1f9027e5b35 100644 --- a/modules/prixcarburants/backend.py +++ b/modules/prixcarburants/backend.py @@ -31,7 +31,7 @@ class PrixCarburantsBackend(BaseBackend, ICapPriceComparison): NAME = 'prixcarburants' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'French governement website to compare fuel prices' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('zipcode', label='Zipcode', regexp='\d+')) diff --git a/modules/radiofrance/backend.py b/modules/radiofrance/backend.py index 0ef2b11354cb73dc48d80d82e611093f6162e0d5..fa286bbc03c9708067765358c2bf3abfefbbe8b5 100644 --- a/modules/radiofrance/backend.py +++ b/modules/radiofrance/backend.py @@ -35,7 +35,7 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection, ICapVideo): NAME = 'radiofrance' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Radios of Radio France: Inter, Info, Bleu, Culture, Musique, FIP, Le Mouv\'' LICENSE = 'AGPLv3+' BROWSER = RadioFranceBrowser diff --git a/modules/redmine/backend.py b/modules/redmine/backend.py index de2a199eaa589ef8b81b3dae724125acc442c628..58de3716dbda8d6d18fba1207202f8b5a97f94c9 100644 --- a/modules/redmine/backend.py +++ b/modules/redmine/backend.py @@ -39,7 +39,7 @@ class RedmineBackend(BaseBackend, ICapContent, ICapBugTracker, ICapCollection): NAME = 'redmine' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'The Redmine project management web application' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('url', label='URL of the Redmine website', regexp=r'https?://.*'), diff --git a/modules/sachsen/backend.py b/modules/sachsen/backend.py index 800fa1cd77610c6c1c5d4e25cd4c7d1cb22d8d3f..15860c34c1ee56f9df481affd67e299c31d685f5 100644 --- a/modules/sachsen/backend.py +++ b/modules/sachsen/backend.py @@ -33,7 +33,7 @@ class SachsenLevelBackend(BaseBackend, ICapGauge): NAME = 'sachsen' MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"Level of Sachsen river" BROWSER = SachsenBrowser diff --git a/modules/seeklyrics/backend.py b/modules/seeklyrics/backend.py index 97a2e3fffb2dac8c71bf9cae60da0e1d56dc727b..85e181facc3b925775036bdfbf53b965979a7114 100644 --- a/modules/seeklyrics/backend.py +++ b/modules/seeklyrics/backend.py @@ -31,7 +31,7 @@ class SeeklyricsBackend(BaseBackend, ICapLyrics): NAME = 'seeklyrics' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'SeekLyrics lyrics website' LICENSE = 'AGPLv3+' BROWSER = SeeklyricsBrowser diff --git a/modules/seloger/backend.py b/modules/seloger/backend.py index 6e49244121737242ddc09cecbb5e92a060dce2a7..77b819d5e25aaab1c32d1823db67c54fde000d26 100644 --- a/modules/seloger/backend.py +++ b/modules/seloger/backend.py @@ -32,7 +32,7 @@ class SeLogerBackend(BaseBackend, ICapHousing): NAME = 'seloger' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'French housing website' LICENSE = 'AGPLv3+' ICON = 'http://static.poliris.com/z/portail/svx/portals/sv6_gen/favicon.png' diff --git a/modules/sfr/backend.py b/modules/sfr/backend.py index 09c1549f88eda7e143ea2d9916a04b6a6456febe..3b910f107d214de52ceebdfa0b2097b18a78a33b 100644 --- a/modules/sfr/backend.py +++ b/modules/sfr/backend.py @@ -35,7 +35,7 @@ class SfrBackend(BaseBackend, ICapAccount, ICapMessages, ICapMessagesPost): NAME = 'sfr' MAINTAINER = u'Christophe Benz' EMAIL = 'christophe.benz@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'SFR French mobile phone provider' LICENSE = 'AGPLv3+' CONFIG = BackendConfig(Value('login', label='Login'), diff --git a/modules/societegenerale/backend.py b/modules/societegenerale/backend.py index 83ede72fd6bd9a971761da1beb33a3ebfcec83d4..ea5eebdcc2c809a324d22cd4410cc9f2c230b1fa 100644 --- a/modules/societegenerale/backend.py +++ b/modules/societegenerale/backend.py @@ -36,7 +36,7 @@ class SocieteGeneraleBackend(BaseBackend, ICapBank): NAME = 'societegenerale' MAINTAINER = u'Jocelyn Jaubert' EMAIL = 'jocelyn.jaubert@gmail.com' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u'Société Générale French bank website' CONFIG = BackendConfig( diff --git a/modules/supertoinette/backend.py b/modules/supertoinette/backend.py index a274007913097a6f879ab202d6761600bc26d68f..186ffc6bf268d7a2e41e4604a34afae428670cfc 100644 --- a/modules/supertoinette/backend.py +++ b/modules/supertoinette/backend.py @@ -29,7 +29,7 @@ class SupertoinetteBackend(BaseBackend, ICapRecipe): NAME = 'supertoinette' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'Super Toinette, la cuisine familiale French recipe website' LICENSE = 'AGPLv3+' BROWSER = SupertoinetteBrowser diff --git a/modules/taz/backend.py b/modules/taz/backend.py index e23385a11d9e01a42401033ed6e42ceb2dc928a3..9ab2ee93eeea0a6779c89f895b1443bc4d59385c 100644 --- a/modules/taz/backend.py +++ b/modules/taz/backend.py @@ -27,7 +27,7 @@ class NewspaperTazBackend(GenericNewspaperBackend, ICapMessages): MAINTAINER = u'Florent Fourcot' EMAIL = 'weboob@flo.fourcot.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} NAME = 'taz' diff --git a/modules/transilien/backend.py b/modules/transilien/backend.py index b7ebf078507ea0c348a95fb120ac1c2be6c09eb6..f7e202b942ec52e6f9c2c3887d8a67e0efdbc78b 100644 --- a/modules/transilien/backend.py +++ b/modules/transilien/backend.py @@ -31,7 +31,7 @@ class TransilienBackend(BaseBackend, ICapTravel): NAME = 'transilien' MAINTAINER = u'Julien Hébert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' DESCRIPTION = u"Public transportation in the Paris area" BROWSER = Transilien diff --git a/modules/trictractv/backend.py b/modules/trictractv/backend.py index 4cb75bdc32f0f3de68dac1283f1b34f22a079e55..bcbb65401ab87cef932c897e6f8af3b9b904c64a 100644 --- a/modules/trictractv/backend.py +++ b/modules/trictractv/backend.py @@ -35,7 +35,7 @@ class TricTracTVBackend(BaseBackend, ICapVideo): NAME = 'trictractv' MAINTAINER = u'Benjamin Drieu' EMAIL = 'benjamin@drieu.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = u'TricTrac.tv video website' LICENSE = 'AGPLv3+' BROWSER = TricTracTVBrowser diff --git a/modules/tvsubtitles/backend.py b/modules/tvsubtitles/backend.py index 74b780c9aa1103c376f003136c48d60ab41b64d9..5b2dbe410f8af0fe3417ab73d291ccd110a5090a 100644 --- a/modules/tvsubtitles/backend.py +++ b/modules/tvsubtitles/backend.py @@ -31,7 +31,7 @@ class TvsubtitlesBackend(BaseBackend, ICapSubtitle): NAME = 'tvsubtitles' MAINTAINER = u'Julien Veyssier' EMAIL = 'julien.veyssier@aiur.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Tvsubtitles subtitle website' LICENSE = 'AGPLv3+' BROWSER = TvsubtitlesBrowser diff --git a/modules/ups/backend.py b/modules/ups/backend.py index cb57bffccc58e5b430dc9c618a6481a2a347044b..acb8b312d81edb0f5dbf2747321080ccadb68460 100644 --- a/modules/ups/backend.py +++ b/modules/ups/backend.py @@ -32,7 +32,7 @@ class UpsBackend(BaseBackend, ICapParcel): DESCRIPTION = u'UPS website' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' BROWSER = UpsBrowser diff --git a/modules/vimeo/backend.py b/modules/vimeo/backend.py index b23637fcd8936375142f2c4b26d38241b7c40645..bef71b19fa48940900d74f43f49084a55c8b71f7 100644 --- a/modules/vimeo/backend.py +++ b/modules/vimeo/backend.py @@ -36,7 +36,7 @@ class VimeoBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'vimeo' MAINTAINER = u'François Revol' EMAIL = 'revol@free.fr' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Vimeo video streaming website' LICENSE = 'AGPLv3+' BROWSER = VimeoBrowser diff --git a/modules/vlille/backend.py b/modules/vlille/backend.py index fe77b742b6be77481cc741d4147be74ddd7ded51..8d1938adc5530df4f54841562a51095cac62d202 100644 --- a/modules/vlille/backend.py +++ b/modules/vlille/backend.py @@ -31,7 +31,7 @@ class VlilleBackend(BaseBackend, ICapGauge): DESCRIPTION = u'access to vlille datas' MAINTAINER = u'Bezleputh' EMAIL = 'carton_ben@yahoo.fr' - VERSION = '0.g' + VERSION = '0.h' BROWSER = VlilleBrowser diff --git a/modules/weather/backend.py b/modules/weather/backend.py index aa89f31d80b9a51806b93bc36735045fd45c61c3..8508576db4c493d1ee5fe11d14642af67a39bdee 100644 --- a/modules/weather/backend.py +++ b/modules/weather/backend.py @@ -30,7 +30,7 @@ class WeatherBackend(BaseBackend, ICapWeather): NAME = 'weather' MAINTAINER = u'Arno Renevier' EMAIL = 'arno@renevier.net' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Get forecasts from weather.com' LICENSE = 'AGPLv3+' BROWSER = WeatherBrowser diff --git a/modules/wordreference/backend.py b/modules/wordreference/backend.py index 1ca4d327db2044b96d00ead1aeff7b719d0d1401..aa9a76d29468a788378438f0ab34bda6e03ef597 100644 --- a/modules/wordreference/backend.py +++ b/modules/wordreference/backend.py @@ -31,7 +31,7 @@ class WordReferenceBackend(BaseBackend, ICapTranslate): MAINTAINER = u'Lucien Loiseau' EMAIL = 'loiseau.lucien@gmail.com' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' NAME = 'wordreference' DESCRIPTION = u'Free online translator' diff --git a/modules/yahoo/backend.py b/modules/yahoo/backend.py index 862e5893a6b699508107d938f9e4fcc378709b61..8b13f2897ab1c146d6e7773d0f1d02b5debee768 100644 --- a/modules/yahoo/backend.py +++ b/modules/yahoo/backend.py @@ -39,7 +39,7 @@ class YahooBackend(BaseBackend, ICapWeather): NAME = 'yahoo' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Yahoo!' LICENSE = 'AGPLv3+' BROWSER = StandardBrowser diff --git a/modules/youjizz/backend.py b/modules/youjizz/backend.py index b52e562402922363c9625de1ec01ac65193614e0..009bce3c662807131a58ae87bf6dedcaeacc133f 100644 --- a/modules/youjizz/backend.py +++ b/modules/youjizz/backend.py @@ -35,7 +35,7 @@ class YoujizzBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'youjizz' MAINTAINER = u'Roger Philibert' EMAIL = 'roger.philibert@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'YouJizz pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoujizzBrowser diff --git a/modules/youporn/backend.py b/modules/youporn/backend.py index b58d79150bd8d2c8690599171d56cc8830b3b0f7..43d2e8e6023670d46fc8366b4211f7ce2e4b6b62 100644 --- a/modules/youporn/backend.py +++ b/modules/youporn/backend.py @@ -35,7 +35,7 @@ class YoupornBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'youporn' MAINTAINER = u'Romain Bignon' EMAIL = 'romain@weboob.org' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'YouPorn pornographic video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoupornBrowser diff --git a/modules/youtube/backend.py b/modules/youtube/backend.py index eca5d422ae5729eecd9ed87abc513859568a652c..d7362727c52045e40d6e1e9fee5be0d2e537e4f8 100644 --- a/modules/youtube/backend.py +++ b/modules/youtube/backend.py @@ -48,7 +48,7 @@ class YoutubeBackend(BaseBackend, ICapVideo, ICapCollection): NAME = 'youtube' MAINTAINER = u'Laurent Bachelier' EMAIL = 'laurent@bachelier.name' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'YouTube video streaming website' LICENSE = 'AGPLv3+' BROWSER = YoutubeBrowser diff --git a/setup.py b/setup.py index b28c894322698ee3cade25d0c4e992eed9ab4105..1488d7112e322e2ac9ef67bb6be6fbf93e102b7e 100755 --- a/setup.py +++ b/setup.py @@ -188,7 +188,7 @@ class Options(object): setup( name='weboob', - version='0.g', + version='0.h', description='Weboob, Web Outside Of Browsers', long_description=open('README').read(), author='Romain Bignon', diff --git a/tools/boilerplate.py b/tools/boilerplate.py index 04290d82e839880e765876a9c8a328b6cbc3aba8..a3b8dfd58effefc1beed8edb66243729a3771b98 100755 --- a/tools/boilerplate.py +++ b/tools/boilerplate.py @@ -32,7 +32,7 @@ TEMPLATE_PATH = os.getenv( 'TEMPLATE_PATH', os.path.realpath(os.path.join(os.path.dirname(__file__), 'boilerplate_data'))) -VERSION = '0.g' +VERSION = '0.h' TEMPLATES = TemplateLookup(directories=[TEMPLATE_PATH]) diff --git a/weboob/applications/boobank/boobank.py b/weboob/applications/boobank/boobank.py index f4eb31bf49aa57951cd9dc19757d31392e26e116..e86dbf536127994964a5f102bb27e5f04a5c071b 100644 --- a/weboob/applications/boobank/boobank.py +++ b/weboob/applications/boobank/boobank.py @@ -207,7 +207,7 @@ def flush(self): class Boobank(ReplApplication): APPNAME = 'boobank' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon, Christophe Benz' CAPS = ICapBank DESCRIPTION = "Console application allowing to list your bank accounts and get their balance, " \ diff --git a/weboob/applications/boobathon/boobathon.py b/weboob/applications/boobathon/boobathon.py index a7431673291e8cffa46e38b0cd8509da86e6b01c..c651e0e27060a59268d783c6489838c5a95e8bc4 100644 --- a/weboob/applications/boobathon/boobathon.py +++ b/weboob/applications/boobathon/boobathon.py @@ -277,7 +277,7 @@ def save(self, message): class Boobathon(ReplApplication): APPNAME = 'boobathon' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2011 Romain Bignon' DESCRIPTION = 'Console application to participate to a Boobathon.' SHORT_DESCRIPTION = "participate in a Boobathon" diff --git a/weboob/applications/boobill/boobill.py b/weboob/applications/boobill/boobill.py index 244245e32c6dab40009c3fb581ee8b4166c787a4..177daeca7a0ca0a7cf0611e2cb6f3fb44e677198 100644 --- a/weboob/applications/boobill/boobill.py +++ b/weboob/applications/boobill/boobill.py @@ -40,7 +40,7 @@ def get_title(self, obj): class Boobill(ReplApplication): APPNAME = 'boobill' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Florent Fourcot' DESCRIPTION = 'Console application allowing to get and download bills.' SHORT_DESCRIPTION = "get and download bills" diff --git a/weboob/applications/booblyrics/booblyrics.py b/weboob/applications/booblyrics/booblyrics.py index 520bb0e16fcbd78ea18008d3fd8d99e0e0e1d853..b35f0cf0da57f822abe2f606525bbaaf193ff895 100644 --- a/weboob/applications/booblyrics/booblyrics.py +++ b/weboob/applications/booblyrics/booblyrics.py @@ -58,7 +58,7 @@ def get_description(self, obj): class Booblyrics(ReplApplication): APPNAME = 'booblyrics' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Console application allowing to search for song lyrics on various websites." SHORT_DESCRIPTION = "search and display song lyrics" diff --git a/weboob/applications/boobmsg/boobmsg.py b/weboob/applications/boobmsg/boobmsg.py index 157e0cc0c589a6b2b34ef10f828e388267350945..8195296488223bb619fba2734385cfe96aec063d 100644 --- a/weboob/applications/boobmsg/boobmsg.py +++ b/weboob/applications/boobmsg/boobmsg.py @@ -267,7 +267,7 @@ def format_obj(self, obj, alias): class Boobmsg(ReplApplication): APPNAME = 'boobmsg' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = "Console application allowing to send messages on various websites and " \ "to display message threads and contents." diff --git a/weboob/applications/boobooks/boobooks.py b/weboob/applications/boobooks/boobooks.py index a6612d37382171388bad5b6931c750ff264d7317..cc06922933ee7631598bb1ed17c9178fc3872587 100644 --- a/weboob/applications/boobooks/boobooks.py +++ b/weboob/applications/boobooks/boobooks.py @@ -39,7 +39,7 @@ def get_title(self, obj): class Boobooks(ReplApplication): APPNAME = 'boobooks' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Jeremy Monnet' CAPS = ICapBook DESCRIPTION = "Console application allowing to list your books rented or booked at the library, " \ diff --git a/weboob/applications/boobtracker/boobtracker.py b/weboob/applications/boobtracker/boobtracker.py index 7b17bf4e6490577cad244db019d8487848d8b8d3..9cba04420013921ba72a71f98de110dc406bda0f 100644 --- a/weboob/applications/boobtracker/boobtracker.py +++ b/weboob/applications/boobtracker/boobtracker.py @@ -72,7 +72,7 @@ def get_description(self, obj): class BoobTracker(ReplApplication): APPNAME = 'boobtracker' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2011 Romain Bignon' DESCRIPTION = "Console application allowing to create, edit, view bug tracking issues." SHORT_DESCRIPTION = "manage bug tracking issues" diff --git a/weboob/applications/cineoob/cineoob.py b/weboob/applications/cineoob/cineoob.py index 042fa65aba0e706153f16afb588a2ffd21f27ed5..60c8a90e63c039995ab348e7282a31e1f6b7632b 100644 --- a/weboob/applications/cineoob/cineoob.py +++ b/weboob/applications/cineoob/cineoob.py @@ -177,7 +177,7 @@ def get_description(self, obj): class Cineoob(ReplApplication): APPNAME = 'cineoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Console application allowing to search for movies and persons on various cinema databases " \ ", list persons related to a movie, list movies related to a person and list common movies " \ diff --git a/weboob/applications/comparoob/comparoob.py b/weboob/applications/comparoob/comparoob.py index aedb4589e29df570c79a7068ec3025597508d38a..0143b5cf8739b048032f2f00ac770befec31582d 100644 --- a/weboob/applications/comparoob/comparoob.py +++ b/weboob/applications/comparoob/comparoob.py @@ -77,7 +77,7 @@ def get_description(self, obj): class Comparoob(ReplApplication): APPNAME = 'comparoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Romain Bignon' DESCRIPTION = "Console application to compare products." SHORT_DESCRIPTION = "compare products" diff --git a/weboob/applications/cookboob/cookboob.py b/weboob/applications/cookboob/cookboob.py index afa835c971756b44893fa4038a47de55678d84b6..6a7bbcdf9b5d7c88f21b4f18388aa25c955a0a67 100644 --- a/weboob/applications/cookboob/cookboob.py +++ b/weboob/applications/cookboob/cookboob.py @@ -75,7 +75,7 @@ def get_description(self, obj): class Cookboob(ReplApplication): APPNAME = 'cookboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Console application allowing to search for recipes on various websites." SHORT_DESCRIPTION = "search and consult recipes" diff --git a/weboob/applications/flatboob/flatboob.py b/weboob/applications/flatboob/flatboob.py index 9c47c34e1622d44c9e72aa21408d30a41df6452b..8c31740bd51c1087a9c9db4d22a97ef25c4c461c 100644 --- a/weboob/applications/flatboob/flatboob.py +++ b/weboob/applications/flatboob/flatboob.py @@ -75,7 +75,7 @@ def get_description(self, obj): class Flatboob(ReplApplication): APPNAME = 'flatboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Romain Bignon' DESCRIPTION = "Console application to search for housing." SHORT_DESCRIPTION = "search for housing" diff --git a/weboob/applications/galleroob/galleroob.py b/weboob/applications/galleroob/galleroob.py index 47160a27f8d74e9221f427af224897ef523d20c8..9107e94cf73357981024dabc0640ba03e1968395 100644 --- a/weboob/applications/galleroob/galleroob.py +++ b/weboob/applications/galleroob/galleroob.py @@ -48,7 +48,7 @@ def get_description(self, obj): class Galleroob(ReplApplication): APPNAME = 'galleroob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = u'Copyright(C) 2011 Noé Rubinstein' DESCRIPTION = 'galleroob browses and downloads web image galleries' SHORT_DESCRIPTION = 'browse and download web image galleries' diff --git a/weboob/applications/geolooc/geolooc.py b/weboob/applications/geolooc/geolooc.py index 0b858fcc80ab1a28708d04fd62da39b5c8f96b78..da3aaae745d5b3b127b905cf7220098175b04518 100644 --- a/weboob/applications/geolooc/geolooc.py +++ b/weboob/applications/geolooc/geolooc.py @@ -29,7 +29,7 @@ class Geolooc(ReplApplication): APPNAME = 'geolooc' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Console application allowing to geolocalize IP addresses." SHORT_DESCRIPTION = "geolocalize IP addresses" diff --git a/weboob/applications/handjoob/handjoob.py b/weboob/applications/handjoob/handjoob.py index 01b9d54781a3c53711c0081da6e10791acfaa881..fd2ce38c2b6c480e0f611e45004f8cd9e50e09f2 100644 --- a/weboob/applications/handjoob/handjoob.py +++ b/weboob/applications/handjoob/handjoob.py @@ -75,7 +75,7 @@ def get_description(self, obj): class Handjoob(ReplApplication): APPNAME = 'handjoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Bezleputh' DESCRIPTION = "Console application to search for a job." SHORT_DESCRIPTION = "search for a job" diff --git a/weboob/applications/havedate/havedate.py b/weboob/applications/havedate/havedate.py index ad0151b8d0f7eb7c8d50539b094c055816e30ae9..095cf2a3807488ea03d0826d5ac53e6fd0d07ba5 100644 --- a/weboob/applications/havedate/havedate.py +++ b/weboob/applications/havedate/havedate.py @@ -48,7 +48,7 @@ def get_description(self, event): class HaveDate(Boobmsg): APPNAME = 'havedate' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = "Console application allowing to interact with various dating websites " \ "and to optimize seduction algorithmically." diff --git a/weboob/applications/masstransit/masstransit.py b/weboob/applications/masstransit/masstransit.py index 836babdb38014f7c4c5af31f8e4140ffe5682410..cc6ec9051a78706efbaa90676ea346b5de6ed392 100644 --- a/weboob/applications/masstransit/masstransit.py +++ b/weboob/applications/masstransit/masstransit.py @@ -278,7 +278,7 @@ def refresh(self): class Masstransit(BaseApplication): "Application Class" APPNAME = 'masstransit' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Julien Hébert' DESCRIPTION = "Maemo application allowing to search for train stations and get departure times." SHORT_DESCRIPTION = "search for train stations and departures" diff --git a/weboob/applications/monboob/monboob.py b/weboob/applications/monboob/monboob.py index d55dfceb497b54695ed462acc115514564f2d057..3b54ccbad16e1160f574811ba992ef5000e06ba8 100644 --- a/weboob/applications/monboob/monboob.py +++ b/weboob/applications/monboob/monboob.py @@ -87,7 +87,7 @@ def run(self): class Monboob(ReplApplication): APPNAME = 'monboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = 'Daemon allowing to regularly check for new messages on various websites, ' \ 'and send an email for each message, and post a reply to a message on a website.' diff --git a/weboob/applications/parceloob/parceloob.py b/weboob/applications/parceloob/parceloob.py index bf05d6b57588429dcdb7d316bdd09e591042c0df..c056151123e93834525badc85955e7b9197cd405 100644 --- a/weboob/applications/parceloob/parceloob.py +++ b/weboob/applications/parceloob/parceloob.py @@ -79,7 +79,7 @@ def format_obj(self, obj, alias): class Parceloob(ReplApplication): APPNAME = 'parceloob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Romain Bignon' CAPS = ICapParcel DESCRIPTION = "Console application to track your parcels." diff --git a/weboob/applications/pastoob/pastoob.py b/weboob/applications/pastoob/pastoob.py index 0fc70f1b6e33d0ff7ecc1b2fef44a61513fed8d0..c9321a2bad85cac364dc2e12249bdfecd0382c9f 100644 --- a/weboob/applications/pastoob/pastoob.py +++ b/weboob/applications/pastoob/pastoob.py @@ -36,7 +36,7 @@ class Pastoob(ReplApplication): APPNAME = 'pastoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2011-2013 Laurent Bachelier' DESCRIPTION = "Console application allowing to post and get pastes from pastebins." SHORT_DESCRIPTION = "post and get pastes from pastebins" diff --git a/weboob/applications/qboobmsg/qboobmsg.py b/weboob/applications/qboobmsg/qboobmsg.py index 0e29d08d1872c8e1903ee73145d3265c75a0be7b..e0bf282aab5697b72066115e64921dbd66bb5c88 100644 --- a/weboob/applications/qboobmsg/qboobmsg.py +++ b/weboob/applications/qboobmsg/qboobmsg.py @@ -26,7 +26,7 @@ class QBoobMsg(QtApplication): APPNAME = 'qboobmsg' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Qt application allowing to read messages on various websites and reply to them." SHORT_DESCRIPTION = "send and receive message threads" diff --git a/weboob/applications/qcineoob/qcineoob.py b/weboob/applications/qcineoob/qcineoob.py index 23b6dbeea15d0d421f5c98199a6f01418bf209f7..fd00573325a9e43cf7851db67ef97c0513fd6dc7 100644 --- a/weboob/applications/qcineoob/qcineoob.py +++ b/weboob/applications/qcineoob/qcineoob.py @@ -28,7 +28,7 @@ class QCineoob(QtApplication): APPNAME = 'qcineoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Qt application allowing to search movies, people, torrent and subtitles." SHORT_DESCRIPTION = "search movies, people, torrent and subtitles" diff --git a/weboob/applications/qcookboob/qcookboob.py b/weboob/applications/qcookboob/qcookboob.py index 5e7a9fbd9346263fed1a13b007c301a5d219b61e..35bfe3d6d2d1d12bb221b367a532c6640a8785f0 100644 --- a/weboob/applications/qcookboob/qcookboob.py +++ b/weboob/applications/qcookboob/qcookboob.py @@ -26,7 +26,7 @@ class QCookboob(QtApplication): APPNAME = 'qcookboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Qt application allowing to search recipes." SHORT_DESCRIPTION = "search recipes" diff --git a/weboob/applications/qflatboob/qflatboob.py b/weboob/applications/qflatboob/qflatboob.py index 7da2966c47691d4ee96e1ac5b97c80b563728234..08db9e0f15b68d5f2599a1b91808821241c5f55c 100644 --- a/weboob/applications/qflatboob/qflatboob.py +++ b/weboob/applications/qflatboob/qflatboob.py @@ -27,7 +27,7 @@ class QFlatBoob(QtApplication): APPNAME = 'qflatboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = "Qt application to search for housing." SHORT_DESCRIPTION = "search for housing" diff --git a/weboob/applications/qhandjoob/qhandjoob.py b/weboob/applications/qhandjoob/qhandjoob.py index 3ad7369859c386f8b4fcb70ae96252a0645216bc..0b99316709391a38c18d6374a5971de500cfa28d 100644 --- a/weboob/applications/qhandjoob/qhandjoob.py +++ b/weboob/applications/qhandjoob/qhandjoob.py @@ -27,7 +27,7 @@ class QHandJoob(QtApplication): APPNAME = 'qhandjoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = u'Copyright(C) 2013 Sébastien Monel' DESCRIPTION = "Qt application to search for job." SHORT_DESCRIPTION = "search for job" diff --git a/weboob/applications/qhavedate/qhavedate.py b/weboob/applications/qhavedate/qhavedate.py index 24ab7c3e55879d0f5a28cf70c50a461480ab7c71..a0a14ee9c1f163e351d229874a10d1059a501a99 100644 --- a/weboob/applications/qhavedate/qhavedate.py +++ b/weboob/applications/qhavedate/qhavedate.py @@ -26,7 +26,7 @@ class QHaveDate(QtApplication): APPNAME = 'qhavedate' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = "Qt application allowing to interact with various dating websites." SHORT_DESCRIPTION = "interact with dating websites" diff --git a/weboob/applications/qvideoob/qvideoob.py b/weboob/applications/qvideoob/qvideoob.py index 4b015084882542136e2a1b269b97cdaaab354c2d..ed4165c521bd1346bddddab2eb4ad644284f9340 100644 --- a/weboob/applications/qvideoob/qvideoob.py +++ b/weboob/applications/qvideoob/qvideoob.py @@ -26,7 +26,7 @@ class QVideoob(QtApplication): APPNAME = 'qvideoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Qt application allowing to search videos on various websites and play them." SHORT_DESCRIPTION = "search and play videos" diff --git a/weboob/applications/qwebcontentedit/qwebcontentedit.py b/weboob/applications/qwebcontentedit/qwebcontentedit.py index a8158b08392efc27fef11ecb7c62335a335a0398..00b2dfb9049349217ead363ec42e35f16cd6ef4f 100644 --- a/weboob/applications/qwebcontentedit/qwebcontentedit.py +++ b/weboob/applications/qwebcontentedit/qwebcontentedit.py @@ -25,7 +25,7 @@ class QWebContentEdit(QtApplication): APPNAME = 'qwebcontentedit' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = u'Copyright(C) 2011 Clément Schreiner' DESCRIPTION = "Qt application allowing to manage content of various websites." SHORT_DESCRIPTION = "manage websites content" diff --git a/weboob/applications/qweboobcfg/qweboobcfg.py b/weboob/applications/qweboobcfg/qweboobcfg.py index 859fee24a938ae495524215db01bddbfcf07d461..d7ada5eb694a0588e112518d8d8e008f104005b9 100644 --- a/weboob/applications/qweboobcfg/qweboobcfg.py +++ b/weboob/applications/qweboobcfg/qweboobcfg.py @@ -24,7 +24,7 @@ class QWeboobCfg(QtApplication): APPNAME = 'qweboobcfg' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "weboob-config-qt is a graphical application to add/edit/remove backends, " \ "and to register new website accounts." diff --git a/weboob/applications/radioob/radioob.py b/weboob/applications/radioob/radioob.py index 5895e65382872010169ca86b683dc82268c1d053..8e38529b97a9b5add0b9418afe7d9acab7458fe6 100644 --- a/weboob/applications/radioob/radioob.py +++ b/weboob/applications/radioob/radioob.py @@ -48,7 +48,7 @@ def get_description(self, obj): class Radioob(ReplApplication): APPNAME = 'radioob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = "Console application allowing to search for web radio stations, listen to them and get information " \ "like the current song." diff --git a/weboob/applications/suboob/suboob.py b/weboob/applications/suboob/suboob.py index bd7f01a61bc09e7029b519f7706a0850c68bc88c..88be1beba6a83d2a52c2a9e9a4f0c05c34d07304 100644 --- a/weboob/applications/suboob/suboob.py +++ b/weboob/applications/suboob/suboob.py @@ -87,7 +87,7 @@ def get_description(self, obj): class Suboob(ReplApplication): APPNAME = 'suboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2013 Julien Veyssier' DESCRIPTION = "Console application allowing to search for subtitles on various services " \ "and download them." diff --git a/weboob/applications/translaboob/translaboob.py b/weboob/applications/translaboob/translaboob.py index 280441e5376c2b6ea8c08f2cc8c7d07aa4ccb4c3..e3592a97232bb9e47bca97410d5fd56fbbd3e3b0 100644 --- a/weboob/applications/translaboob/translaboob.py +++ b/weboob/applications/translaboob/translaboob.py @@ -47,7 +47,7 @@ def format_obj(self, obj, alias): class Translaboob(ReplApplication): APPNAME = 'translaboob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Lucien Loiseau' DESCRIPTION = "Console application to translate text from one language to another" SHORT_DESCRIPTION = "translate text from one language to another" diff --git a/weboob/applications/traveloob/traveloob.py b/weboob/applications/traveloob/traveloob.py index 31095356fe77f8bf58bdb15b4fb633f53c4850ec..21d0528eb36cefe51c5a4387c50a7d88d0d3224b 100644 --- a/weboob/applications/traveloob/traveloob.py +++ b/weboob/applications/traveloob/traveloob.py @@ -31,7 +31,7 @@ class Traveloob(ReplApplication): APPNAME = 'traveloob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Console application allowing to search for train stations and get departure times." SHORT_DESCRIPTION = "search for train stations and departures" diff --git a/weboob/applications/videoob/videoob.py b/weboob/applications/videoob/videoob.py index b595c51336384bdc6fb1c0672dbbc92c72182ff0..8db052b67e6b076cabfd1b43770a614714ce95fe 100644 --- a/weboob/applications/videoob/videoob.py +++ b/weboob/applications/videoob/videoob.py @@ -52,7 +52,7 @@ def get_description(self, obj): class Videoob(ReplApplication): APPNAME = 'videoob' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz, Romain Bignon, John Obbele' DESCRIPTION = "Console application allowing to search for videos on various websites, " \ "play and download them and get information." diff --git a/weboob/applications/webcontentedit/webcontentedit.py b/weboob/applications/webcontentedit/webcontentedit.py index be7a5309dc3ef06ab2d350f4935b3379f060e15e..9e125c6a3fd209ec20bf8b323fcb09db1e78d3e8 100644 --- a/weboob/applications/webcontentedit/webcontentedit.py +++ b/weboob/applications/webcontentedit/webcontentedit.py @@ -37,7 +37,7 @@ class WebContentEdit(ReplApplication): APPNAME = 'webcontentedit' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Console application allowing to display and edit contents on various websites." SHORT_DESCRIPTION = "manage websites content" diff --git a/weboob/applications/weboobcfg/weboobcfg.py b/weboob/applications/weboobcfg/weboobcfg.py index beac87edcfd8edce753babc898155d152bafb87a..3fd7150f7668f7aa4208e823b53d200ce4afc0fd 100644 --- a/weboob/applications/weboobcfg/weboobcfg.py +++ b/weboob/applications/weboobcfg/weboobcfg.py @@ -33,7 +33,7 @@ class WeboobCfg(ReplApplication): APPNAME = 'weboob-config' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Christophe Benz, Romain Bignon' DESCRIPTION = "Weboob-Config is a console application to add/edit/remove backends, " \ "and to register new website accounts." diff --git a/weboob/applications/weboobcli/weboobcli.py b/weboob/applications/weboobcli/weboobcli.py index 8288809dc0ca68489162f2f38b6115ebb89788a8..f764d242c05cfac725fb451c7cffd2ce5ea30101 100644 --- a/weboob/applications/weboobcli/weboobcli.py +++ b/weboob/applications/weboobcli/weboobcli.py @@ -28,7 +28,7 @@ class WeboobCli(ReplApplication): APPNAME = 'weboob-cli' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' SYNOPSIS = 'Usage: %prog [-dqv] [-b backends] [-cnfs] capability method [arguments..]\n' SYNOPSIS += ' %prog [--help] [--version]' diff --git a/weboob/applications/weboobdebug/weboobdebug.py b/weboob/applications/weboobdebug/weboobdebug.py index 6b4e0d905e699c7b6ff1a72a57a035005d052977..00a8b9da2caeb0250d8a5e5cfc97a3c5b21f70c9 100644 --- a/weboob/applications/weboobdebug/weboobdebug.py +++ b/weboob/applications/weboobdebug/weboobdebug.py @@ -26,7 +26,7 @@ class WeboobDebug(BaseApplication): APPNAME = 'weboobdebug' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Christophe Benz' DESCRIPTION = "Weboob-Debug is a console application to debug backends." SHORT_DESCRIPTION = "debug backends" diff --git a/weboob/applications/weboobrepos/weboobrepos.py b/weboob/applications/weboobrepos/weboobrepos.py index 9b8fac8f5427f7668b6ed2a52d4b2d6e259333bc..49e2b2adb7324ded2c59865b7c8e61a758e788ad 100644 --- a/weboob/applications/weboobrepos/weboobrepos.py +++ b/weboob/applications/weboobrepos/weboobrepos.py @@ -39,7 +39,7 @@ class WeboobRepos(ReplApplication): APPNAME = 'weboob-repos' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2012 Romain Bignon' DESCRIPTION = "Weboob-repos is a console application to manage a Weboob Repository." SHORT_DESCRIPTION = "manage a weboob repository" diff --git a/weboob/applications/weboorrents/weboorrents.py b/weboob/applications/weboorrents/weboorrents.py index c416c992a9f679188851387b409b34f01a4aa7a5..9d6767c5e14ec2559b3c8e24224c811a4727c983 100644 --- a/weboob/applications/weboorrents/weboorrents.py +++ b/weboob/applications/weboorrents/weboorrents.py @@ -91,7 +91,7 @@ def get_description(self, obj): class Weboorrents(ReplApplication): APPNAME = 'weboorrents' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2012 Romain Bignon' DESCRIPTION = "Console application allowing to search for torrents on various trackers " \ "and download .torrent files." diff --git a/weboob/applications/wetboobs/wetboobs.py b/weboob/applications/wetboobs/wetboobs.py index 6fde363ec2d3148a7991eb72bce0e278eaddb5cd..59f6983a28bbf428cdadb8a54b869bd3365366d5 100644 --- a/weboob/applications/wetboobs/wetboobs.py +++ b/weboob/applications/wetboobs/wetboobs.py @@ -61,7 +61,7 @@ def get_title(self, obj): class WetBoobs(ReplApplication): APPNAME = 'wetboobs' - VERSION = '0.g' + VERSION = '0.h' COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon' DESCRIPTION = "Console application allowing to display weather and forecasts in your city." SHORT_DESCRIPTION = "display weather and forecasts" diff --git a/weboob/core/ouiboube.py b/weboob/core/ouiboube.py index e713ce3f4564a17b91655e41da48f64f8c0d2f65..05e119229ac34a8de4d6e42bb5b295ca3821b8cb 100644 --- a/weboob/core/ouiboube.py +++ b/weboob/core/ouiboube.py @@ -53,7 +53,7 @@ class Weboob(object): :param storage: provide a storage where backends can save data :type storage: :class:`weboob.tools.storage.IStorage` """ - VERSION = '0.g' + VERSION = '0.h' BACKENDS_FILENAME = 'backends' def __init__(self, workdir=None, backends_filename=None, scheduler=None, storage=None): diff --git a/weboob/tools/capabilities/gallery/genericcomicreader.py b/weboob/tools/capabilities/gallery/genericcomicreader.py index 902ca2f16840f802d68d13c7657e811965d25fda..8e588b25cd51a7a6a62fe39604570b07faf669df 100644 --- a/weboob/tools/capabilities/gallery/genericcomicreader.py +++ b/weboob/tools/capabilities/gallery/genericcomicreader.py @@ -67,7 +67,7 @@ class GenericComicReaderBackend(BaseBackend, ICapGallery): NAME = 'genericcomicreader' MAINTAINER = u'Noé Rubinstein' EMAIL = 'noe.rubinstein@gmail.com' - VERSION = '0.g' + VERSION = '0.h' DESCRIPTION = 'Generic comic reader backend; subclasses implement specific sites' LICENSE = 'AGPLv3+' BROWSER = GenericComicReaderBrowser diff --git a/weboob/tools/capabilities/messages/GenericBackend.py b/weboob/tools/capabilities/messages/GenericBackend.py index 86af7800923f8daea437a75064bf379ef9fc7c69..7724e94a4fa85298a9c0d70af82368be78b9fb16 100644 --- a/weboob/tools/capabilities/messages/GenericBackend.py +++ b/weboob/tools/capabilities/messages/GenericBackend.py @@ -32,7 +32,7 @@ class GenericNewspaperBackend(BaseBackend, ICapMessages): """ MAINTAINER = u'Julien Hebert' EMAIL = 'juke@free.fr' - VERSION = '0.g' + VERSION = '0.h' LICENSE = 'AGPLv3+' STORAGE = {'seen': {}} RSS_FEED = None