Skip to content

Commit

Permalink
Merge pull request #8 from guivaloz/guivaloz/python-3-11
Browse files Browse the repository at this point in the history
Se actualiza a Python3.11
  • Loading branch information
guivaloz authored Aug 21, 2024
2 parents e25fa68 + 6109095 commit 5a71249
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 31 deletions.
25 changes: 21 additions & 4 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
.bashrc
.directory
.env
.gcloudignore
.git
.gitignore
poetry.lock
.DS_Store
.~lock.*

__pycache__/
*.csv
*.log
*.py[cod]
*.sql
*.sqlite3
*.sqlite3-journal
*.session.sql
*.xls
*.xlsx
*.XLS
*.XLSX

__pycache__/
/.idea
/.git
/.github
/.venv
/.vscode

/poetry.lock
/setup.cfg
/venv
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
.DS_Store
.~lock.*

*.csv
*.log
*.py[cod]
*.sqlite3
*.sqlite3-journal
*.session.sql
*.sql
*.xls
*.xlsx
*.XLS
*.XLSX

.bashrc
.env
Expand All @@ -11,6 +21,7 @@ poetry.lock
__pycache__/
*.egg-info/

/.idea/
/.venv/
/output/
/venv/
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
runtime: python39
runtime: python311
service: default
handlers:
- url: /
Expand Down
11 changes: 7 additions & 4 deletions content/pages/start_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ <h4 class="my-0 fw-normal">Plataforma Web</h4>
<div class="card-body">
<h1 class="card-title"><small class="text-body-secondary fw-light">Para el personal</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Sirve para obtener recibos de nómina, crear tickets de soporte técnico
y administra la información pública. Debe contar con una cuenta institucional
<li>Descargar recibos de nómina, crear tickets de soporte técnico
y administrar la información pública como las listas de acuerdos,
versiones públicas de las sentencias, etc.
Debe contar con una cuenta institucional
coahuila.gob.mx o pjecz.gob.mx.</li>
</ul>
<a href="https://plataforma-web.justiciadigital.gob.mx/" type="button" class="w-100 btn btn-lg btn-outline-primary"
Expand All @@ -37,8 +39,9 @@ <h4 class="my-0 fw-normal">Portal de Notarías</h4>
<h1 class="card-title"><small class="text-body-secondary fw-light">Para las Notarías</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>Sirve para publicar edictos.
Debe contar con una cuenta de
Google (GMail) o Microsoft (Hotmail, Outlook, etc.).</li>
Debe accesar con una cuenta de
Google (GMail) o Microsoft (Hotmail, Outlook, etc.)
registrada como Notarías en el PJECZ.</li>
</ul>
<a href="https://notarias.justiciadigital.gob.mx/" type="button" class="w-100 btn btn-lg btn-outline-primary"
>Ingresar al Portal de Notarías</a
Expand Down
14 changes: 0 additions & 14 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,6 @@
TRANSLATION_FEED_ATOM = None
TRANSLATION_FEED_RSS = None

# Blogroll
LINKS = (
("Pelican", "https://getpelican.com/"),
("Python.org", "https://www.python.org/"),
("Jinja2", "https://palletsprojects.com/p/jinja/"),
("You can modify those links in your config file", "#"),
)

# Social widget
SOCIAL = (
("You can add links in your config file", "#"),
("Another social link", "#"),
)

# Pagination is off
DEFAULT_PAGINATION = False

Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
anyio==4.3.0 ; python_version >= "3.11" and python_version < "4.0"
blinker==1.7.0 ; python_version >= "3.11" and python_version < "4.0"
anyio==4.4.0 ; python_version >= "3.11" and python_version < "4.0"
blinker==1.8.2 ; python_version >= "3.11" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.11" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.11" and python_version < "4.0" and platform_system == "Windows"
docutils==0.20.1 ; python_version >= "3.11" and python_version < "4.0"
docutils==0.21.2 ; python_version >= "3.11" and python_version < "4.0"
feedgenerator==2.1.0 ; python_version >= "3.11" and python_version < "4.0"
idna==3.6 ; python_version >= "3.11" and python_version < "4.0"
jinja2==3.1.3 ; python_version >= "3.11" and python_version < "4.0"
idna==3.7 ; python_version >= "3.11" and python_version < "4.0"
jinja2==3.1.4 ; python_version >= "3.11" and python_version < "4.0"
markdown-it-py==3.0.0 ; python_version >= "3.11" and python_version < "4.0"
markdown==3.5.2 ; python_version >= "3.11" and python_version < "4.0"
markdown==3.7 ; python_version >= "3.11" and python_version < "4.0"
markupsafe==2.1.5 ; python_version >= "3.11" and python_version < "4.0"
mdurl==0.1.2 ; python_version >= "3.11" and python_version < "4.0"
ordered-set==4.1.0 ; python_version >= "3.11" and python_version < "4.0"
pelican==4.9.1 ; python_version >= "3.11" and python_version < "4.0"
pygments==2.17.2 ; python_version >= "3.11" and python_version < "4.0"
pygments==2.18.0 ; python_version >= "3.11" and python_version < "4.0"
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "4.0"
pytz==2024.1 ; python_version >= "3.11" and python_version < "4.0"
rich==13.7.1 ; python_version >= "3.11" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.11" and python_version < "4.0"
sniffio==1.3.1 ; python_version >= "3.11" and python_version < "4.0"
tzdata==2024.1 ; python_version >= "3.11" and python_version < "4.0" and sys_platform == "win32"
unidecode==1.3.8 ; python_version >= "3.11" and python_version < "4.0"
watchfiles==0.21.0 ; python_version >= "3.11" and python_version < "4.0"
watchfiles==0.23.0 ; python_version >= "3.11" and python_version < "4.0"

0 comments on commit 5a71249

Please sign in to comment.