[tryton-debian-vcs] tryton-modules-party-siret branch debian updated. debian/2.8.0-3-4-g8a1cd67

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 debian branch:
http://debian.tryton.org/gitweb/?p=packages/tryton-modules-party-siret.git;a=commitdiff;h=debian/2.8.0-3-4-g8a1cd67

commit 8a1cd67e0862ea0efe112449a8135576d5e437d7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Mon Nov 25 20:30:16 2013 +0100

    Releasing debian version 3.0.0-1.

diff --git a/debian/changelog b/debian/changelog
index 58bb8c2..c6d78be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-party-siret (3.0.0-1) unstable; urgency=low
+
+  * Merging upstream version 3.0.0.
+  * Updating to standards version 3.9.5, no changes needed.
+  * Changing to buildsystem pybuild.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Mon, 25 Nov 2013 17:54:20 +0100
+
 tryton-modules-party-siret (2.8.0-3) unstable; urgency=low
 
   * Adapting the rules file to work also with git-buildpackage.
commit e541b3c902c4eb12500599534e91fb271b87740e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 19:51:51 2013 +0100

    Changing to buildsystem pybuild.

diff --git a/debian/control b/debian/control
index 7dddc78..9d3145c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: python
 Priority: optional
 Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
 Uploaders: Mathias Behrle <mathiasb at m9s.biz>
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
+Build-Depends:
+ debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, dh-python
 Standards-Version: 3.9.5
 Homepage: http://www.tryton.org/
 Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-party-siret.git
diff --git a/debian/rules b/debian/rules
index 30074ad..5b8c326 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,17 @@
 #!/usr/bin/make -f
 
-MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
-PACKAGE_NAME := $(shell python setup.py --name)
-
-%:
-	dh ${@} --with python2
+# needed for pbuilder
+export LC_ALL=C.UTF-8
 
-override_dh_auto_clean:
-	dh_auto_clean
+MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
+PACKAGE_NAME := tryton-modules-$(shell python setup.py --name | sed s/^trytond_// | sed s/_/-/g)
+export PYBUILD_DESTDIR_python2=debian/${PACKAGE_NAME}
 
-override_dh_auto_build:
-	mv $(PACKAGE_NAME).egg-info $(PACKAGE_NAME).hen-info
-	mv PKG-INFO PKG-INFO.hen
-	dh_auto_build
+# Don't run tests for Tryton modules, they try to download dependencies from pypi
+export PYBUILD_DISABLE_python2.7=test
 
-override_dh_auto_install:
-	dh_auto_install
-	rm -rf *.egg-info
-	mv $(PACKAGE_NAME).hen-info $(PACKAGE_NAME).egg-info
-	mv PKG-INFO.hen PKG-INFO
+%:
+	dh ${@} --with python2 --buildsystem=pybuild
 
 override_dh_gencontrol:
 	dh_gencontrol -- -Vversion:major="$(MAJOR)"
commit e591c89fe6e4e53e60e8e68900fc5beed87c4b76
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 19:14:21 2013 +0100

    Updating to standards version 3.9.5, no changes needed.

diff --git a/debian/control b/debian/control
index 6c10fe3..7dddc78 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
 Uploaders: Mathias Behrle <mathiasb at m9s.biz>
 Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://www.tryton.org/
 Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/tryton-modules-party-siret.git
 Vcs-Git: git://debian.tryton.org/packages/tryton-modules-party-siret.git
commit eea5e3e5d6507caa13aacbc4809a54c6aa35874d
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Nov 24 17:27:24 2013 +0100

    Merging 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