From 76297835b73db837fd8ea4071def503eed52dd98 Mon Sep 17 00:00:00 2001 From: cecemel Date: Thu, 26 Oct 2017 09:25:32 +0200 Subject: [PATCH 1/3] update pairtree to official release --- requirements.txt | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 51727d7..6710014 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,7 @@ pyramid==1.8 pyramid_rewrite==0.2 # pairtree -git+https://github.com/benosteen/pairtree.git@56a5ffdf258c30a3ce210868a2ea1258d779509e#egg=pairtree -#pairtree==0.7.1-T +pairtree==0.8 python-magic==0.4.13 venusian==1.0 diff --git a/setup.py b/setup.py index c145303..5f61929 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ requires = [ 'pyramid', - 'pairtree', + 'pairtree==0.8', 'python-magic', 'pyramid_rewrite' ] From aff14edafa2e0a36d5f3f8f4e659b7827ae3b602 Mon Sep 17 00:00:00 2001 From: cecemel Date: Thu, 26 Oct 2017 09:26:41 +0200 Subject: [PATCH 2/3] update versions --- HISTORY.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index b72656a..b754cda 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,8 @@ +0.4.1 (26-10-2017) +------------------ + +- pairtree update to 0.8 + 0.4.0 (24-10-2017) ------------------ diff --git a/setup.py b/setup.py index 5f61929..875821e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ] setup(name='augeias', - version='0.4.0', + version='0.4.1', description='Augeias. Stores your files.', long_description=README + '\n\n' + HISTORY, classifiers=[ From aea5b41c39a732b737c37069ab3389d1652e8f96 Mon Sep 17 00:00:00 2001 From: cecemel Date: Thu, 26 Oct 2017 15:04:41 +0200 Subject: [PATCH 3/3] update to working version of pairtree (0.8.1) --- HISTORY.rst | 2 +- requirements.txt | 3 ++- setup.py | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b754cda..cfc2c3a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ 0.4.1 (26-10-2017) ------------------ -- pairtree update to 0.8 +- pairtree update to 0.8.1 0.4.0 (24-10-2017) ------------------ diff --git a/requirements.txt b/requirements.txt index 6710014..b4f61fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,8 @@ pyramid==1.8 pyramid_rewrite==0.2 # pairtree -pairtree==0.8 +ez_setup==0.9 +pairtree==0.8.1 python-magic==0.4.13 venusian==1.0 diff --git a/setup.py b/setup.py index 875821e..61d5dea 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,8 @@ requires = [ 'pyramid', - 'pairtree==0.8', + 'ez_setup==0.9', + 'pairtree==0.8.1', 'python-magic', 'pyramid_rewrite' ]