[tryton-debian-vcs] tryton-modules-stock-package-shipping-ups branch debian updated. debian/4.4.0-1-3-gf550d53
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Sun Jul 2 17:57:27 UTC 2017
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-package-shipping-ups.git;a=commitdiff;h=debian/4.4.0-1-3-gf550d53
commit f550d53862b7c7aaa45bbda495a68ef97235a0f1
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Jul 2 17:06:58 2017 +0200
Releasing debian version 4.4.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index d0b9494..b678339 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-stock-package-shipping-ups (4.4.1-1) unstable; urgency=medium
+
+ * Change the maintainer address to tryton-debian at lists.alioth.debian.org
+ (Closes: #865109).
+ * Merging upstream version 4.4.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 02 Jul 2017 17:06:58 +0200
+
tryton-modules-stock-package-shipping-ups (4.4.0-1) unstable; urgency=medium
* Add the actual upstream maintainer key to signing-key.asc.
commit b838218ee03bf017830af6f210fc0a163c7dbe3e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Jul 2 17:06:57 2017 +0200
Merging upstream version 4.4.1.
diff --git a/CHANGELOG b/CHANGELOG
index f24f5fc..63ba49a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.1 - 2017-07-01
+* Bug fixes (see mercurial logs for details)
+
Version 4.4.0 - 2017-05-01
* Bug fixes (see mercurial logs for details)
* Use total weight of package
diff --git a/PKG-INFO b/PKG-INFO
index 2958393..f2c62c4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock_package_shipping_ups
-Version: 4.4.0
+Version: 4.4.1
Summary: UPS connector for the Tryton application plateform
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff --git a/stock.py b/stock.py
index 2e01bee..e35ce4b 100644
--- a/stock.py
+++ b/stock.py
@@ -85,7 +85,7 @@ class ShipmentOut:
break
else:
self.raise_user_error('phone_required', {
- 'party': self.customer.rec_name,
+ 'party': party.rec_name,
})
if not self.shipping_description:
if (any(p.type.ups_code != '01' for p in self.root_packages)
@@ -249,7 +249,7 @@ class CreateShippingUPS(Wizard):
'AddressLine': (address.street or '').splitlines(),
'City': address.city,
'PostalCode': address.zip,
- 'CountryCode': address.country.code,
+ 'CountryCode': address.country.code if address.country else '',
},
}
diff --git a/tryton.cfg b/tryton.cfg
index 355a588..3e4820e 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.4.0
+version=4.4.1
depends:
ir
res
diff --git a/trytond_stock_package_shipping_ups.egg-info/PKG-INFO b/trytond_stock_package_shipping_ups.egg-info/PKG-INFO
index 6262dc7..73279f4 100644
--- a/trytond_stock_package_shipping_ups.egg-info/PKG-INFO
+++ b/trytond_stock_package_shipping_ups.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-stock-package-shipping-ups
-Version: 4.4.0
+Version: 4.4.1
Summary: UPS connector for the Tryton application plateform
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-stock-package-shipping-ups
More information about the tryton-debian-vcs
mailing list