From bd225bc4b0f9ae9210b54035eaf1b209956b37ed Mon Sep 17 00:00:00 2001 From: Marcos Dione Date: Mon, 24 Oct 2016 20:18:51 +0200 Subject: [PATCH 1/6] [*] version bump. --- ayrton/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayrton/__init__.py b/ayrton/__init__.py index 2d463f8..c6c81d6 100644 --- a/ayrton/__init__.py +++ b/ayrton/__init__.py @@ -108,7 +108,7 @@ def counter_handler (): # pragma: no cover from ayrton.parser.astcompiler.astbuilder import ast_from_node from ayrton.ast_pprinter import pprint -__version__= '0.8' +__version__= '0.9-alpha1' class ExecParams: From 7cc1ea8333a4d8bc246a1368c8461d86126b5fa4 Mon Sep 17 00:00:00 2001 From: Marcos Dione Date: Mon, 24 Oct 2016 20:19:36 +0200 Subject: [PATCH 2/6] [#] didn't work. --- release.ay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.ay b/release.ay index 0a1b229..c44d691 100755 --- a/release.ay +++ b/release.ay @@ -18,7 +18,7 @@ if make ('install'): # this includes tests print (str (uncommited)) exit (1) - git ('checkout', -b="release-%s" % ayrton.__version__) + # git ('checkout', -b="release-%s" % ayrton.__version__) dch (--changelog='ChangeLog.rst', --newversion=ayrton.__version__) dch (--changelog='ChangeLog.rst', --release=True) From 84deb5bb1f85875336cb0092cc10255775e5366a Mon Sep 17 00:00:00 2001 From: Marcos Dione Date: Tue, 25 Oct 2016 09:45:57 +0200 Subject: [PATCH 3/6] [+] almost there with the new release. --- ChangeLog.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index 034c4cf..e321a27 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,16 @@ +ayrton (0.9-alpha1) UNRELEASED; urgency=medium + + * There's a heissenbug with the remote code, that's why this is an alpha release. + * Test functions are no longer called `_X` but `-X`, which is more scripting friendly. + * Some if those tests had to be fixed. + * Dropped support for `py3.3` because the importer does not work there. + * `tox` support, but not yet part of the stable test suite. + * Lots and lots of more tests. + * Lots of improvements in the remote() tests; in particular, make sure they don't hang waiting for someone who's not gonna come. + * Ignore ssh remote() tests if there's not password/phrase-less connection. + + -- Marcos Dione Mon, 24 Oct 2016 20:19:40 +0200 + ayrton (0.8) unstable; urgency=medium * You can import ayrton modules and packages! From 7447a6fb2da7c9f85c99cc4d585b5f26a1266e4a Mon Sep 17 00:00:00 2001 From: Marcos Dione Date: Tue, 6 Dec 2016 09:30:24 +0100 Subject: [PATCH 4/6] [*] reuse the unrelease 0.9-alpha1 for 0.9. --- ChangeLog.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 0782277..e4e61d4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,13 +1,15 @@ -ayrton (0.9-alpha1) UNRELEASED; urgency=medium +ayrton (0.9) UNRELEASED; urgency=medium - * There's a heissenbug with the remote code, that's why this is an alpha release. + * The 'No Government' release. * Test functions are no longer called `_X` but `-X`, which is more scripting friendly. * Some if those tests had to be fixed. * Dropped support for `py3.3` because the importer does not work there. * `tox` support, but not yet part of the stable test suite. * Lots and lots of more tests. - * Lots of improvements in the remote() tests; in particular, make sure they don't hang waiting for someone who's not gonna come. - * Ignore ssh remote() tests if there's not password/phrase-less connection. + * Lots of improvements in the `remote()` tests; in particular, make sure they don't hang waiting for someone who's not gonna come. + * Ignore ssh `remote()` tests if there's not password/phrase-less connection. + * Fixed several fd leaks. + * `_in`, `_out` and `_err` also accept a tuple `(path, flags)`, so you can specify things like `os.O_APPEND`. Mostly used internally. -- Marcos Dione Mon, 24 Oct 2016 20:19:40 +0200 From 5aa0044d838f37e67a02697b658198438ad5b08b Mon Sep 17 00:00:00 2001 From: Marcos Dione Date: Tue, 6 Dec 2016 19:03:16 +0100 Subject: [PATCH 5/6] [*] new entry for 0.9. --- ChangeLog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index e4e61d4..255363c 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,4 @@ -ayrton (0.9) UNRELEASED; urgency=medium +ayrton (0.9) unstable; urgency=medium * The 'No Government' release. * Test functions are no longer called `_X` but `-X`, which is more scripting friendly. @@ -11,7 +11,7 @@ ayrton (0.9) UNRELEASED; urgency=medium * Fixed several fd leaks. * `_in`, `_out` and `_err` also accept a tuple `(path, flags)`, so you can specify things like `os.O_APPEND`. Mostly used internally. - -- Marcos Dione Mon, 24 Oct 2016 20:19:40 +0200 + -- Marcos Dione Tue, 06 Dec 2016 19:03:09 +0100 ayrton (0.8.1.0) unstable; urgency=medium From 75f797f7cf9a3c41ca8306b1fdb75fadf6aeb1ab Mon Sep 17 00:00:00 2001 From: Marcos Dione Date: Tue, 6 Dec 2016 19:37:36 +0100 Subject: [PATCH 6/6] [*] new entry for 0.9. --- ChangeLog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 255363c..eb4b1b3 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -11,7 +11,7 @@ ayrton (0.9) unstable; urgency=medium * Fixed several fd leaks. * `_in`, `_out` and `_err` also accept a tuple `(path, flags)`, so you can specify things like `os.O_APPEND`. Mostly used internally. - -- Marcos Dione Tue, 06 Dec 2016 19:03:09 +0100 + -- Marcos Dione Tue, 06 Dec 2016 19:37:33 +0100 ayrton (0.8.1.0) unstable; urgency=medium