From 6901e7f951b35d6b43462f13576184f1cc015192 Mon Sep 17 00:00:00 2001 From: Wim De Clercq Date: Mon, 13 Dec 2021 10:47:38 +0100 Subject: [PATCH 1/3] Upgrade crabpy. (#156) Issue #155 --- requirements.txt | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 80e8108..02184ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ # Tested and approved with these versions pyramid==1.10.4 -crabpy==0.13.0 -# -e git+ssh://git@github.com/OnroerendErfgoed/crabpy.git@FIX_0.8.1#egg=crabpy +crabpy==0.15.0 pycountry==18.12.8 ; python_version < '3.0' pycountry==20.7.3 ; python_version >= '3.4' diff --git a/setup.py b/setup.py index eb21246..69b4c42 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ requires = [ 'pyramid', - 'crabpy>=0.13.0', + 'crabpy>=0.15.0', 'pycountry>=18.12.8' ] From 517a630b6473da5b6ff4f1e83b44a7657b7efe9a Mon Sep 17 00:00:00 2001 From: Wouter Claeys Date: Wed, 15 Dec 2021 13:26:30 +0100 Subject: [PATCH 2/3] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69b4c42..15100c3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ testing_extras = tests_requires + [] setup(name='crabpy_pyramid', - version='0.11.0', + version='0.12.0', description='Bindings for the CRABpy webservices and the Pyramid framework.', long_description=README + '\n\n' + CHANGES, classifiers=[ From 7bd854b18cfeb9ab71c7f94c5bdb42e5a93011cf Mon Sep 17 00:00:00 2001 From: Wouter Claeys Date: Wed, 15 Dec 2021 13:27:02 +0100 Subject: [PATCH 3/3] Update CHANGES.rst --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 47907a0..010973b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,18 @@ +0.12.0 (15-12-2021) +------------------- + +- crabpy en crabpy_pyramid dependencies nakijken (#155) + 0.11.0 (15-09-2021) ------------------- + - Drop python 2 support - crabpy updaten (#148) 0.10.0 (13-08-2021) ------------------ + - "naam" toevoegen aan straat renderer (#145) 0.9.0 (08-04-2021)