[tryton-debian-vcs] tryton-modules-country branch upstream-1.6 created. 4b4275a2e671ff19a6279c71d6e28a561d75feae

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Nov 27 17:01:38 UTC 2013


The following commit has been merged in the upstream-1.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-country.git;a=commitdiff;h=4b4275a2e671ff19a6279c71d6e28a561d75feae
commit 4b4275a2e671ff19a6279c71d6e28a561d75feae
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 20 20:55:25 2010 +0100

    Adding upstream version 1.6.1.

diff --git a/CHANGELOG b/CHANGELOG
index 9bb921d..d445307 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 1.6.1 - 2010-11-02
+* Bug fixes (see mercurial logs for details)
+
 Version 1.6.0 - 2010-05-09
 * Bug fixes (see mercurial logs for details)
 
diff --git a/MANIFEST.in b/MANIFEST.in
index b6e5b00..fb8d517 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,6 +7,5 @@ include LICENSE
 include *.xml
 include *.odt
 include *.csv
-include scripts/*
-include tests/*
+include scripts/*.py
 include doc/*
diff --git a/PKG-INFO b/PKG-INFO
index 85366c9..33b80d4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,11 +1,12 @@
 Metadata-Version: 1.0
 Name: trytond_country
-Version: 1.6.0
+Version: 1.6.1
 Summary: Define all countries and subdivisions.
 Home-page: http://www.tryton.org/
 Author: B2CK
 Author-email: info at b2ck.com
 License: GPL-3
+Download-URL: http://downloads.tryton.org/1.6/
 Description: UNKNOWN
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
diff --git a/__tryton__.py b/__tryton__.py
index d1457c7..99baf39 100644
--- a/__tryton__.py
+++ b/__tryton__.py
@@ -6,7 +6,7 @@
     'name_es_CO': 'País',
     'name_es_ES': 'País',
     'name_fr_FR': 'Pays',
-    'version' : '1.6.0',
+    'version' : '1.6.1',
     'author' : 'B2CK',
     'email': 'info at b2ck.com',
     'website': 'http://www.tryton.org/',
diff --git a/setup.py b/setup.py
index a69c26b..cd6b250 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,8 @@ setup(name='trytond_country',
     author=info.get('author', ''),
     author_email=info.get('email', ''),
     url=info.get('website', ''),
+    download_url="http://downloads.tryton.org/" + \
+            info.get('version', '0.0.1').rsplit('.', 1)[0] + '/',
     package_dir={'trytond.modules.country': '.'},
     packages=[
         'trytond.modules.country',
diff --git a/tests/__init__.pyc b/tests/__init__.pyc
deleted file mode 100644
index 1525616..0000000
Binary files a/tests/__init__.pyc and /dev/null differ
diff --git a/tests/test_country.pyc b/tests/test_country.pyc
deleted file mode 100644
index 5c0a862..0000000
Binary files a/tests/test_country.pyc and /dev/null differ
diff --git a/trytond_country.egg-info/PKG-INFO b/trytond_country.egg-info/PKG-INFO
index f16bcac..df35caf 100644
--- a/trytond_country.egg-info/PKG-INFO
+++ b/trytond_country.egg-info/PKG-INFO
@@ -1,11 +1,12 @@
 Metadata-Version: 1.0
 Name: trytond-country
-Version: 1.6.0
+Version: 1.6.1
 Summary: Define all countries and subdivisions.
 Home-page: http://www.tryton.org/
 Author: B2CK
 Author-email: info at b2ck.com
 License: GPL-3
+Download-URL: http://downloads.tryton.org/1.6/
 Description: UNKNOWN
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
diff --git a/trytond_country.egg-info/SOURCES.txt b/trytond_country.egg-info/SOURCES.txt
index dd2e1f5..535ca97 100644
--- a/trytond_country.egg-info/SOURCES.txt
+++ b/trytond_country.egg-info/SOURCES.txt
@@ -17,10 +17,6 @@ setup.py
 ./tests/test_country.py
 doc/index.rst
 scripts/countries.py
-tests/__init__.py
-tests/__init__.pyc
-tests/test_country.py
-tests/test_country.pyc
 trytond_country.egg-info/PKG-INFO
 trytond_country.egg-info/SOURCES.txt
 trytond_country.egg-info/dependency_links.txt
-- 
tryton-modules-country



More information about the tryton-debian-vcs mailing list