From b83779a2b14416324791fd99eb48ce7a01f1afd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=A9na=C3=ABl=20Muller?= Date: Fri, 7 Jun 2019 09:03:13 +0200 Subject: [PATCH 1/9] v0.76 --- hapic/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapic/infos.py b/hapic/infos.py index c2cde5a..533935d 100644 --- a/hapic/infos.py +++ b/hapic/infos.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.75' +__version__ = '0.76' From 0b6a04e482730cff3c8e36c439a4e82a281f3f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=A9na=C3=ABl=20Muller?= Date: Fri, 7 Jun 2019 09:23:58 +0200 Subject: [PATCH 2/9] black style --- hapic/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapic/infos.py b/hapic/infos.py index 533935d..dd3e9fc 100644 --- a/hapic/infos.py +++ b/hapic/infos.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.76' +__version__ = "0.76" From 3a5e45fa9ec4f052d20a6b405870edb9751bebf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=A9na=C3=ABl=20Muller?= Date: Fri, 7 Jun 2019 09:32:46 +0200 Subject: [PATCH 3/9] v0.77 --- hapic/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapic/infos.py b/hapic/infos.py index dd3e9fc..cac33ad 100644 --- a/hapic/infos.py +++ b/hapic/infos.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.76" +__version__ = "0.77" From 9da490f8b84fa50d62e76b94088f1115e1b90a72 Mon Sep 17 00:00:00 2001 From: Bastien Sevajol Date: Thu, 25 Jul 2019 13:50:30 +0200 Subject: [PATCH 4/9] v0.78 --- hapic/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapic/infos.py b/hapic/infos.py index cac33ad..93b637f 100644 --- a/hapic/infos.py +++ b/hapic/infos.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.77" +__version__ = "0.78" From 4aed00ed713cfa9c369e29afc44212289afb37bf Mon Sep 17 00:00:00 2001 From: Bastien Sevajol Date: Fri, 26 Jul 2019 09:09:05 +0200 Subject: [PATCH 5/9] v0.79 --- hapic/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapic/infos.py b/hapic/infos.py index 93b637f..dfee0c2 100644 --- a/hapic/infos.py +++ b/hapic/infos.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.78" +__version__ = "0.79" From 99220ae9eb1d883c9e08a1f0c7106c95dd9a61da Mon Sep 17 00:00:00 2001 From: Bastien Sevajol Date: Fri, 26 Jul 2019 10:59:50 +0200 Subject: [PATCH 6/9] v0.80 --- hapic/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapic/infos.py b/hapic/infos.py index dfee0c2..1d7932c 100644 --- a/hapic/infos.py +++ b/hapic/infos.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.79" +__version__ = "0.80" From b714022bbf1aa12840463ba447210043be3c36b9 Mon Sep 17 00:00:00 2001 From: Bastien Sevajol Date: Mon, 29 Jul 2019 14:30:29 +0200 Subject: [PATCH 7/9] v0.81 --- hapic/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapic/infos.py b/hapic/infos.py index 1d7932c..0f352e9 100644 --- a/hapic/infos.py +++ b/hapic/infos.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.80" +__version__ = "0.81" From 7593ae7098c0ecbbfd0f1f3ef9cb416a247e4240 Mon Sep 17 00:00:00 2001 From: Bastien Sevajol Date: Wed, 18 Sep 2019 12:02:20 +0200 Subject: [PATCH 8/9] v0.82 --- hapic/infos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapic/infos.py b/hapic/infos.py index 0f352e9..b800285 100644 --- a/hapic/infos.py +++ b/hapic/infos.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.81" +__version__ = "0.82" From 63a0a4a82d38c63ebecfe09d5be86f156bc1ef42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=A9na=C3=ABl=20Muller?= Date: Wed, 3 Jun 2020 12:57:06 +0200 Subject: [PATCH 9/9] use strict dependencies version to fix tests --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 98a7a83..b88ac94 100644 --- a/setup.py +++ b/setup.py @@ -19,17 +19,17 @@ here = path.abspath(path.dirname(__file__)) install_requires = [ - 'apispec>=1.1.0', + 'apispec==2.0.2', 'multidict', 'pyyaml', ] marshmallow_require = [ - 'marshmallow<3.0.0rc1', - 'apispec_marshmallow_advanced>=0.3', + 'marshmallow==2.21.0', + 'apispec_marshmallow_advanced==0.4', ] serpyco_require = [ - 'apispec_serpyco>=0.15', - 'serpyco>=0.17', + 'apispec_serpyco==0.17', + 'serpyco==0.17.4', ] tests_base_require = [ 'pytest',