This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from LandRegistry/v2
v2.0.0
- Loading branch information
Showing
10 changed files
with
146 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
curl -L https://github.com/alphagov/govuk-frontend/releases/download/v3.14.0/release-v3.14.0.zip > govuk_frontend.zip | ||
curl -L https://github.com/alphagov/govuk-frontend/releases/download/v4.0.0/release-v4.0.0.zip > govuk_frontend.zip | ||
rm -rf app/static | ||
unzip -o govuk_frontend.zip -d app/static | ||
mv app/static/assets/* app/static | ||
rm -rf app/static/assets | ||
rm -rf govuk_frontend.zip | ||
|
||
curl -L https://github.com/alphagov/govuk-frontend/archive/v3.14.0.zip > govuk_frontend_source.zip | ||
curl -L https://github.com/alphagov/govuk-frontend/archive/v4.0.0.zip > govuk_frontend_source.zip | ||
unzip -o govuk_frontend_source.zip -d govuk_frontend_source | ||
rm -rf govuk_components | ||
mkdir govuk_components | ||
mv govuk_frontend_source/govuk-frontend-3.14.0/package/govuk/components/** govuk_components | ||
mv govuk_frontend_source/govuk-frontend-4.0.0/package/govuk/components/** govuk_components | ||
find govuk_components -type f ! -name 'fixtures.json' -delete | ||
rm -rf govuk_frontend_source | ||
rm -rf govuk_frontend_source.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
flask-compress==1.10.1 | ||
flask-talisman==0.8.1 | ||
flask==2.0.2 | ||
govuk-frontend-jinja==1.5.1 | ||
govuk-frontend-jinja==2.0.0 | ||
gunicorn==20.1.0 | ||
python-dotenv==0.19.1 | ||
python-dotenv==0.19.2 | ||
# Generated with piprot 0.9.10 | ||
# Looks like you've been keeping up to date, time for a delicious beverage! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
bandit==1.7.1 | ||
black==21.12b0 | ||
hacking==4.1.0 | ||
isort==5.10.1 | ||
pep8-naming<0.12.0 | ||
pip-tools==6.4.0 | ||
piprot==0.9.11 | ||
safety==1.10.3 | ||
# Generated with piprot 0.9.10 | ||
# Looks like you've been keeping up to date, time for a delicious beverage! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# | ||
# pip-compile requirements_dev.in | ||
# | ||
bandit==1.7.1 | ||
# via -r requirements_dev.in | ||
black==21.12b0 | ||
# via -r requirements_dev.in | ||
certifi==2021.10.8 | ||
# via requests | ||
charset-normalizer==2.0.9 | ||
# via requests | ||
click==8.0.3 | ||
# via | ||
# black | ||
# pip-tools | ||
# safety | ||
dparse==0.5.1 | ||
# via safety | ||
flake8==3.8.4 | ||
# via | ||
# flake8-polyfill | ||
# hacking | ||
flake8-polyfill==1.0.2 | ||
# via pep8-naming | ||
gitdb==4.0.9 | ||
# via gitpython | ||
gitpython==3.1.24 | ||
# via bandit | ||
hacking==4.1.0 | ||
# via -r requirements_dev.in | ||
idna==3.3 | ||
# via requests | ||
isort==5.10.1 | ||
# via -r requirements_dev.in | ||
mccabe==0.6.1 | ||
# via flake8 | ||
mypy-extensions==0.4.3 | ||
# via black | ||
packaging==21.3 | ||
# via | ||
# dparse | ||
# safety | ||
pathspec==0.9.0 | ||
# via black | ||
pbr==5.8.0 | ||
# via stevedore | ||
pep517==0.12.0 | ||
# via pip-tools | ||
pep8-naming==0.11.1 | ||
# via -r requirements_dev.in | ||
pip-tools==6.4.0 | ||
# via -r requirements_dev.in | ||
piprot==0.9.11 | ||
# via -r requirements_dev.in | ||
platformdirs==2.4.1 | ||
# via black | ||
pycodestyle==2.6.0 | ||
# via flake8 | ||
pyflakes==2.2.0 | ||
# via flake8 | ||
pyparsing==3.0.6 | ||
# via packaging | ||
pyyaml==6.0 | ||
# via | ||
# bandit | ||
# dparse | ||
requests==2.27.0 | ||
# via | ||
# piprot | ||
# requests-futures | ||
# safety | ||
requests-futures==1.0.0 | ||
# via piprot | ||
safety==1.10.3 | ||
# via -r requirements_dev.in | ||
six==1.16.0 | ||
# via piprot | ||
smmap==5.0.0 | ||
# via gitdb | ||
stevedore==3.5.0 | ||
# via bandit | ||
toml==0.10.2 | ||
# via dparse | ||
tomli==1.2.3 | ||
# via | ||
# black | ||
# pep517 | ||
typing-extensions==4.0.1 | ||
# via | ||
# black | ||
# gitpython | ||
urllib3==1.26.7 | ||
# via requests | ||
wheel==0.37.1 | ||
# via pip-tools | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# pip | ||
# setuptools |