[tryton-debian-vcs] tryton-modules-party-siret branch upstream updated. upstream/2.8.0-1-g2f8be25

git repository hosting tryton-debian-vcs at m9s.biz
Mon Nov 25 19:35:30 UTC 2013


The following commit has been merged in the upstream branch:
http://debian.tryton.org/gitweb/?p=packages/tryton-modules-party-siret.git;a=commitdiff;h=upstream/2.8.0-1-g2f8be25

commit 2f8be2555c4d1af6e0595d84a6fc59ce18780965
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 17:27:24 2013 +0100

    Adding upstream version 3.0.0.

diff --git a/CHANGELOG b/CHANGELOG
index 1b44c3e..5392b24 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.0 - 2013-10-21
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.0 - 2013-04-22
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 04fe9d6..0fb465c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond_party_siret
-Version: 2.8.0
+Version: 3.0.0
 Summary: Tryton module to add SIRET/SIREN on parties
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: UNKNOWN
 License: GPL-3
-Download-URL: http://downloads.tryton.org/2.8/
+Download-URL: http://downloads.tryton.org/3.0/
 Description: trytond_party_siret
         ===================
         
@@ -60,6 +60,7 @@ Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Russian
+Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.6
diff --git a/address.py b/address.py
index 29cd393..81a0245 100644
--- a/address.py
+++ b/address.py
@@ -21,7 +21,8 @@ class Address:
     def __setup__(cls):
         super(Address, cls).__setup__()
         cls._error_messages.update({
-                'invalid_siret': ('Invalid SIRET number "%(siret)s" on address '
+                'invalid_siret': (
+                    'Invalid SIRET number "%(siret)s" on address '
                     '"%(address)s"'),
                 })
 
diff --git a/locale/es_ES.po b/locale/es_ES.po
index c62da38..0d00641 100644
--- a/locale/es_ES.po
+++ b/locale/es_ES.po
@@ -4,13 +4,11 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "error:party.address:"
 msgid "Invalid SIRET number \"%(siret)s\" on address \"%(address)s\""
-msgstr ""
-"El número SIREN \"%(siren)s\" sobre la dirección \"%(address)s\", no es "
-"correcto."
+msgstr "El número SIREN \"%(siren)s\" de la dirección \"%(address)s\" no es correcto."
 
 msgctxt "error:party.party:"
 msgid "Invalid SIREN number \"%(siren)s\" on party \"%(party)s\"."
-msgstr "El número SIREN \"%(siren)s\" del tercero \"%(party)s\", no es correcto."
+msgstr "El número SIREN \"%(siren)s\" del tercero \"%(party)s\" no es correcto."
 
 msgctxt "field:party.address,siret:"
 msgid "SIRET"
diff --git a/locale/es_ES.po b/locale/sl_SI.po
similarity index 72%
copy from locale/es_ES.po
copy to locale/sl_SI.po
index c62da38..c96a045 100644
--- a/locale/es_ES.po
+++ b/locale/sl_SI.po
@@ -4,13 +4,11 @@ msgstr "Content-Type: text/plain; charset=utf-8\n"
 
 msgctxt "error:party.address:"
 msgid "Invalid SIRET number \"%(siret)s\" on address \"%(address)s\""
-msgstr ""
-"El número SIREN \"%(siren)s\" sobre la dirección \"%(address)s\", no es "
-"correcto."
+msgstr "Neveljavna SIRET številka \"%(siret)s\" za naslov \"%(address)s\""
 
 msgctxt "error:party.party:"
 msgid "Invalid SIREN number \"%(siren)s\" on party \"%(party)s\"."
-msgstr "El número SIREN \"%(siren)s\" del tercero \"%(party)s\", no es correcto."
+msgstr "Neveljavna SIREN številka \"%(siren)s\" za stranko \"%(party)s\"."
 
 msgctxt "field:party.address,siret:"
 msgid "SIRET"
diff --git a/setup.py b/setup.py
index c09790f..ce5a102 100644
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@ setup(name='trytond_party_siret',
         'Natural Language :: French',
         'Natural Language :: German',
         'Natural Language :: Russian',
+        'Natural Language :: Slovenian',
         'Natural Language :: Spanish',
         'Operating System :: OS Independent',
         'Programming Language :: Python :: 2.6',
diff --git a/tests/__init__.py b/tests/__init__.py
index 420b981..1faa664 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -2,3 +2,5 @@
 #this repository contains the full copyright notices and license terms.
 
 from .test_party_siret import suite
+
+__all__ = ['suite']
diff --git a/tryton.cfg b/tryton.cfg
index 3a56145..af0ce34 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.0
+version=3.0.0
 depends:
     ir
     party
diff --git a/trytond_party_siret.egg-info/PKG-INFO b/trytond_party_siret.egg-info/PKG-INFO
index 2e82929..5f3b699 100644
--- a/trytond_party_siret.egg-info/PKG-INFO
+++ b/trytond_party_siret.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: trytond-party-siret
-Version: 2.8.0
+Version: 3.0.0
 Summary: Tryton module to add SIRET/SIREN on parties
 Home-page: http://www.tryton.org/
 Author: Tryton
 Author-email: UNKNOWN
 License: GPL-3
-Download-URL: http://downloads.tryton.org/2.8/
+Download-URL: http://downloads.tryton.org/3.0/
 Description: trytond_party_siret
         ===================
         
@@ -60,6 +60,7 @@ Classifier: Natural Language :: English
 Classifier: Natural Language :: French
 Classifier: Natural Language :: German
 Classifier: Natural Language :: Russian
+Classifier: Natural Language :: Slovenian
 Classifier: Natural Language :: Spanish
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python :: 2.6
diff --git a/trytond_party_siret.egg-info/SOURCES.txt b/trytond_party_siret.egg-info/SOURCES.txt
index 2af146e..e4545db 100644
--- a/trytond_party_siret.egg-info/SOURCES.txt
+++ b/trytond_party_siret.egg-info/SOURCES.txt
@@ -24,6 +24,7 @@ locale/es_ES.po
 locale/fr_FR.po
 locale/nl_NL.po
 locale/ru_RU.po
+locale/sl_SI.po
 trytond_party_siret.egg-info/PKG-INFO
 trytond_party_siret.egg-info/SOURCES.txt
 trytond_party_siret.egg-info/dependency_links.txt
diff --git a/trytond_party_siret.egg-info/requires.txt b/trytond_party_siret.egg-info/requires.txt
index c3d1451..d3ca374 100644
--- a/trytond_party_siret.egg-info/requires.txt
+++ b/trytond_party_siret.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_party >= 2.8, < 2.9
-trytond >= 2.8, < 2.9
\ No newline at end of file
+trytond_party >= 3.0, < 3.1
+trytond >= 3.0, < 3.1
\ No newline at end of file
-- 
tryton-modules-party-siret



More information about the tryton-debian-vcs mailing list