Skip to content

Commit

Permalink
fixing issue with flask + itsdangerous (#153)
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch and vsoch committed Feb 19, 2022
1 parent 888a79f commit 1b0b570
Show file tree
Hide file tree
Showing 35 changed files with 38 additions and 38 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@ Critical items to know are:


## [v3.x](https://github.com/expfactory/expfactory/tree/master) (master)
- updating flask to 1.1.4 (3.2.12)
- updating yaml to use safe_load (3.2.11)
- adding support for receiving a token in the url and updating docs template (3.2.0)
- setting csrf token expire time to 3 hours (3.19)
Expand Down
4 changes: 1 addition & 3 deletions LICENSE
@@ -1,6 +1,4 @@
BSD 3-Clause License

Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/api.py
@@ -1,7 +1,7 @@
"""
api.py: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/cli/__init__.py
Expand Up @@ -3,7 +3,7 @@
"""
client initialization: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/cli/build.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion expfactory/cli/install.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/cli/list.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/cli/logs.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/cli/main.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/cli/users.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/database/filesystem.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/database/models.py
@@ -1,7 +1,7 @@
"""
models.py: datanases for the expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/database/relational.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion expfactory/database/sqlite.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion expfactory/defaults.py
Expand Up @@ -10,7 +10,7 @@
case that required = True. A required = True variable not found
will system exit with an error.
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/experiment.py
@@ -1,7 +1,7 @@
"""
experiment.py: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion expfactory/forms.py
@@ -1,7 +1,7 @@
"""
views.py: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion expfactory/logger/message.py
Expand Up @@ -2,7 +2,7 @@
logger/message.py: Python logger base for expfactory
Copyright (c) 2016-2021 Vanessa Sochat
Copyright (c) 2016-2022 Vanessa Sochat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion expfactory/logger/spinner.py
Expand Up @@ -2,7 +2,7 @@
logger/spinner.py: Simple spinner for logger
Copyright (c) 2017-2021 Vanessa Sochat
Copyright (c) 2017-2022 Vanessa Sochat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion expfactory/server.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2016-2021, Vanessa Sochat
Copyright (c) 2016-2022, Vanessa Sochat
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion expfactory/templates/experiments/template.py
@@ -1,7 +1,7 @@
'''
dynamic_views.py: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/testing/test_client.py
Expand Up @@ -3,7 +3,7 @@
"""
Test experiments
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/testing/test_experiment.py
Expand Up @@ -3,7 +3,7 @@
"""
Test experiments
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/utils.py
@@ -1,7 +1,7 @@
"""
utils.py: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion expfactory/validator/experiments.py
Expand Up @@ -3,7 +3,7 @@
validators/experiments.py: python functions to validate experiments and library
experiment objects
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/validator/library.py
Expand Up @@ -2,7 +2,7 @@
validators/library.py: python functions to validate library
Copyright (c) 2017-2021 Vanessa Sochat
Copyright (c) 2017-2022 Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/validator/runtime.py
Expand Up @@ -2,7 +2,7 @@
validators/runtime.py: python functions to validate deployments
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/validator/utils.py
Expand Up @@ -2,7 +2,7 @@
validators/utils.py: utility functions for validation objects
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/variables.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2018-2021, Vanessa Sochat
Copyright (c) 2018-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
7 changes: 4 additions & 3 deletions expfactory/version.py
@@ -1,6 +1,6 @@
"""
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -30,7 +30,7 @@
"""

__version__ = "3.2.11"
__version__ = "3.2.12"
AUTHOR = "Vanessa Sochat"
AUTHOR_EMAIL = "vsoch@users.noreply.github.com"
NAME = "expfactory"
Expand All @@ -40,12 +40,13 @@
LICENSE = "LICENSE"

INSTALL_REQUIRES = (
("flask", {"exact_version": "1.0.2"}),
("flask", {"exact_version": "1.1.4"}),
("flask-restful", {"min_version": "0.3.6"}),
("flask-blueprint", {"exact_version": "1.2.2"}),
("Flask-WTF", {"min_version": "0.14.2"}),
("Flask-SQLAlchemy", {"min_version": "2.3.2"}),
("flask-cors", {"min_version": "3.0.6"}),
("markupsafe", {"exact_version": "2.0.1"}),
("requests", {"min_version": "2.12.4"}),
("retrying", {"min_version": "1.3.3"}),
)
Expand Down
2 changes: 1 addition & 1 deletion expfactory/views/database.py
@@ -1,7 +1,7 @@
"""
database.py: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/views/general.py
@@ -1,7 +1,7 @@
"""
general.py: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/views/headless.py
@@ -1,7 +1,7 @@
"""
headless.py: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/views/main.py
@@ -1,7 +1,7 @@
"""
views.py: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion expfactory/views/utils.py
@@ -1,7 +1,7 @@
"""
views.py: part of expfactory package
Copyright (c) 2017-2021, Vanessa Sochat
Copyright (c) 2017-2022, Vanessa Sochat
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 1b0b570

Please sign in to comment.