Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
81a0578830 | ||
|
|
d035c02cf7 | ||
|
|
5d23bb6e8c | ||
|
|
04c1b47551 | ||
|
|
5b91c44c41 | ||
|
|
98bf7e7f9c | ||
|
|
c7d25203c7 | ||
|
|
7ac8376247 | ||
|
|
8b8b9337ac | ||
|
|
da8b27ce88 | ||
|
|
ade86f1350 | ||
|
|
1eee08f60d | ||
|
|
f20f8c811c | ||
|
|
0f700b026a | ||
|
|
9564339218 | ||
|
|
dfd96e62bb | ||
|
|
65c901e5b8 | ||
|
|
5759f67aa2 | ||
|
|
726c73af39 | ||
|
|
057b32a2f9 | ||
|
|
c0e2e596aa | ||
|
|
77e338dcc8 | ||
|
|
1aa2263a38 | ||
|
|
8c4037f702 | ||
|
|
f3980d6c78 | ||
|
|
df8998a092 | ||
|
|
c87b14121c | ||
|
|
7fb0ba0c39 | ||
|
|
5b6beb7c08 | ||
|
|
c54cb95ed7 | ||
|
|
a2731e3400 | ||
|
|
b20787d69d | ||
|
|
5d33b29abd | ||
|
|
104b3214d4 | ||
|
|
774cf9ade6 | ||
|
|
74c333aa1a | ||
|
|
499babcaec | ||
|
|
379e0f3257 | ||
|
|
4a57dfd121 | ||
|
|
01e938ebd9 | ||
|
|
97b4a56ff7 | ||
|
|
24be50111d | ||
|
|
897e9aa53b | ||
|
|
e4800d1054 | ||
|
|
0d95a978bf | ||
|
|
0af5102fae | ||
|
|
2a21922a63 | ||
|
|
12b2bc9a39 | ||
|
|
b24b22a178 | ||
|
|
c5f1be346c | ||
|
|
6c32b3e751 | ||
|
|
5600e5ec83 | ||
|
|
57142afa40 | ||
|
|
4375af35d9 | ||
|
|
44b8efd953 | ||
|
|
f4b47000a6 | ||
|
|
b12d2a1930 | ||
|
|
7b4fb34ef3 | ||
|
|
6a758cdb94 | ||
|
|
b148a9f71d | ||
|
|
2e65cb7a3e | ||
|
|
9c8df34a09 | ||
|
|
89f8bc58ba | ||
|
|
4e089dc4d6 | ||
|
|
c8e1a7cc88 | ||
|
|
65be7a01f0 | ||
|
|
7ce6addf07 | ||
|
|
824b5f06de | ||
|
|
9937f4b6bc | ||
|
|
053b8b102b | ||
|
|
a2475195b2 | ||
|
|
603519bf39 | ||
|
|
0c8e7bb37a | ||
|
|
6643271747 | ||
|
|
68e11c66d1 | ||
|
|
f1f6e6724c | ||
|
|
83df7e9553 | ||
|
|
f5e683a1da | ||
|
|
fb9b8b57f6 | ||
|
|
c47afffa14 | ||
|
|
341e6239b2 | ||
|
|
4fb00e786f | ||
|
|
2ad747111f | ||
|
|
5c3a3171fd | ||
|
|
50979e2c3d | ||
|
|
a670b90899 | ||
|
|
532a93e95e | ||
|
|
29757ccfb5 | ||
|
|
7f857fdd68 | ||
|
|
432885e107 | ||
|
|
a7ea4a6149 | ||
|
|
717708469a | ||
|
|
542c629489 | ||
|
|
3c271be415 | ||
|
|
c74f1a3093 | ||
|
|
eafb3f1b31 | ||
|
|
82b9a70400 | ||
|
|
6f90a37ba2 | ||
|
|
5a641938c0 | ||
|
|
d378c27546 | ||
|
|
d9015cc5ab | ||
|
|
43d7e5a057 | ||
|
|
27147232fe | ||
|
|
aad1a66641 | ||
|
|
d89856e5f0 | ||
|
|
f716eead72 |
+8
-3
@@ -1,6 +1,11 @@
|
|||||||
|
# Bitbucket token
|
||||||
.repository-token
|
.repository-token
|
||||||
|
|
||||||
**/__pycache__/
|
# Virtual environment
|
||||||
build/
|
venv/
|
||||||
**/*.egg-info/
|
|
||||||
|
# Build folders and artifacts
|
||||||
dist/
|
dist/
|
||||||
|
build/
|
||||||
|
**/__pycache__/
|
||||||
|
**/*.egg-info/
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
3.10
|
||||||
+214
@@ -1,3 +1,217 @@
|
|||||||
|
## v1.12.3 - 2026-02-11
|
||||||
|
|
||||||
|
- **bugfix**: taggeo todos los commits localmente, incluso en ci [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (5d23bb6)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.12.2 - 2026-02-10
|
||||||
|
|
||||||
|
- **bugfix**: test pipeline change [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (98bf7e7)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.12.1 - 2026-02-10
|
||||||
|
|
||||||
|
- **bugfix**: agrego paso de build al pipeline [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (ade86f1)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.12.0 - 2026-02-10
|
||||||
|
|
||||||
|
- **feature**: cambio pipelines para usar uv package manager [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (0f700b0)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.11.0 - 2025-12-22
|
||||||
|
|
||||||
|
- **feature**: al agrupar release, mergear cambios en rama group [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (726c73a)
|
||||||
|
- **feature**: usar commit message cuando el pr solo tiene un commit [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (057b32a)
|
||||||
|
- **feature**: eliminar prompt de ticket en creacion de rama [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (c0e2e59)
|
||||||
|
- **feature**: deshacer rebase cuando este falla en el pasaje de cambios [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (77e338d)
|
||||||
|
- **bugfix**: uso titulo personalizado de PR [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (1aa2263)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.10.0 - 2025-12-15
|
||||||
|
|
||||||
|
- **feature**: agrego opcion para cambiar a rama objetivo y obtener cambios [[jteran](mailto:jteran@renatre.org.ar)] (df8998a)
|
||||||
|
- **feature**: agrego opcion para personalizar nombre de PR [[jteran](mailto:jteran@renatre.org.ar)] (c87b141)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.9.1 - 2025-12-15
|
||||||
|
|
||||||
|
- **bugfix**: uso rama actual cuando esta es un entorno [[jteran](mailto:jteran@renatre.org.ar)] (c54cb95)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.9.0 - 2025-12-15
|
||||||
|
|
||||||
|
- **bugfix**: uso env actual en vez de rama actual para listar ramas [[jteran](mailto:jteran@renatre.org.ar)] (5d33b29)
|
||||||
|
- **feature**: listar ramas de todos los entornos con flag --all, y del entorno actual por defecto [[jteran](mailto:jteran@renatre.org.ar)] (104b321)
|
||||||
|
- **feature**: agrego opcion para listar ramas wip [[jteran](mailto:jteran@renatre.org.ar)] (774cf9a)
|
||||||
|
- **refactor**: cambio opcion para listar ramas trash [[jteran](mailto:jteran@renatre.org.ar)] (74c333a)
|
||||||
|
- **bugfix**: elimino : extra de comando new [[jteran](mailto:jteran@renatre.org.ar)] (499babc)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.8.0 - 2025-12-15
|
||||||
|
|
||||||
|
- **feature**: agrego opcion para incluir ticket en nombre de rama [[jteran](mailto:jteran@renatre.org.ar)] (01e938e)
|
||||||
|
- **feature**: mostrar warning si la rama actual no es un entorno configurado [[jteran](mailto:jteran@renatre.org.ar)] (97b4a56)
|
||||||
|
- **feature**: hacer pull en rama actual antes de crear nueva rama [[jteran](mailto:jteran@renatre.org.ar)] (24be501)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.7.5 - 2025-12-14
|
||||||
|
|
||||||
|
- **bugfix**: verificar si la rama grupo trackea una rama remota antes de hacer pull [[jteran](mailto:jteran@renatre.org.ar)] (0d95a97)
|
||||||
|
- **bugfix**: capturo interrupion por teclado para no mostrar stack trace [[jteran](mailto:jteran@renatre.org.ar)] (0af5102)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.7.4 - 2025-12-14
|
||||||
|
|
||||||
|
- **bugfix**: generación de PR de ramas release [[jteran](mailto:jteran@renatre.org.ar)] (b24b22a)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.7.3 - 2025-12-14
|
||||||
|
|
||||||
|
- **bugfix**: listado de ramas para elegir grupo release no devolvia resultados [[jteran](mailto:jteran@renatre.org.ar)] (5600e5e)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.7.2 - 2025-12-11
|
||||||
|
|
||||||
|
- **bugfix**: al hacer un release, cambio a la rama grupo si esta disponible [[jteran](mailto:jteran@renatre.org.ar)] (44b8efd)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.7.1 - 2025-12-11
|
||||||
|
|
||||||
|
- **bugfix**: cambio la forma en la que se obtiene el first fork point entre 2 ramas [[jteran](mailto:jteran@renatre.org.ar)] (7b4fb34)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.7.0 - 2025-12-11
|
||||||
|
|
||||||
|
- **feature**: muestro el listado de commits a pasar al siguiente entorno en release [[jteran](mailto:jteran@renatre.org.ar)] (2e65cb7)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.6.4 - 2025-12-10
|
||||||
|
|
||||||
|
- **bugfix**: cambio la lista de commits a mostrar en el merge [[jteran](mailto:jteran@renatre.org.ar)] (4e089dc)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.6.3 - 2025-12-04
|
||||||
|
|
||||||
|
- **bugfix**: revertir guion entre version y entorno, agregar guion a sufijo [[jteran](mailto:jteran@renatre.org.ar)] (7ce6add)
|
||||||
|
- **bugfix**: agrego guion entre version y nombre de entorno [[jteran](mailto:jteran@renatre.org.ar)] (053b8b1)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.6.3- - 2025-12-04
|
||||||
|
|
||||||
|
- **bugfix**: agrego guion entre version y nombre de entorno [[jteran](mailto:jteran@renatre.org.ar)] (053b8b1)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.6.2 - 2025-12-04
|
||||||
|
|
||||||
|
- **bugfix**: crear changelog cuando no existe [[jteran](mailto:jteran@renatre.org.ar)] (0c8e7bb)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.6.1 - 2025-11-29
|
||||||
|
|
||||||
|
### Commits
|
||||||
|
|
||||||
|
- **bugfix**: arreglo mensaje de confirmacion de squash, muevo prompt de commit message antes del squash [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (f1f6e67)
|
||||||
|
- **bugfix**: cambio default en confirmacion para agrupar release [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (83df7e9)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.6.0 - 2025-11-29
|
||||||
|
|
||||||
|
### Commits
|
||||||
|
|
||||||
|
- **feature**: agrego opcion para agrupar ramas release [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (c47afff)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.5.2 - 2025-11-28
|
||||||
|
|
||||||
|
### Commits
|
||||||
|
|
||||||
|
- **bugfix**: arreglo split de ramas de flow.branches [[jteran](mailto:jteran@renatre.org.ar)] (2ad7471)
|
||||||
|
- **bugfix**: arreglo iteracion de items de flowconfig en set_config [[jteran](mailto:jteran@renatre.org.ar)] (5c3a317)
|
||||||
|
- **docs**: agrego venv a lista de carpetas ignoradas [[jteran](mailto:jteran@renatre.org.ar)] (50979e2)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.5.1 - 2025-11-27
|
||||||
|
|
||||||
|
### Commits
|
||||||
|
|
||||||
|
- **refactor**: muevo constantes a modulo git_flow para centralizar uso [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (29757cc)
|
||||||
|
- **bugfix**: ignorar carpetas generadas en build de lsp [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (7f857fd)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.5.0 - 2025-11-27
|
||||||
|
|
||||||
|
### Commits
|
||||||
|
|
||||||
|
- **feature**: modifico formato de listado de ramas [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (7177084)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.4.0 - 2025-11-23
|
||||||
|
|
||||||
|
### Commits
|
||||||
|
|
||||||
|
- **feature**: agrego comando branch para listar ramas [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (c74f1a3)
|
||||||
|
- **feature**: agrego soporte para parametros repetidos en llamadas a Git [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (eafb3f1)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
## v1.3.0 - 2025-11-23
|
||||||
|
|
||||||
|
### Commits
|
||||||
|
|
||||||
|
- **feature**: agrego comando release, elimino codigo no utilizado [[jonathan.nerat](mailto:jonathan.nerat@gmail.com)] (43d7e5a)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
## v1.2.0 - 2025-11-22
|
## v1.2.0 - 2025-11-22
|
||||||
|
|
||||||
### Commits
|
### Commits
|
||||||
|
|||||||
@@ -1,3 +1,92 @@
|
|||||||
# Git Flow
|
# Git Flow
|
||||||
|
|
||||||
Herramienta para establecer un workflow y versionar un repositorio
|
Herramienta para establecer un workflow siguiendo [Conventional Commits
|
||||||
|
(CC)](https://www.conventionalcommits.org), [Conventional Branch
|
||||||
|
(CB)](https://conventional-branch.github.io/), y [SemVer](https://semver.org/).
|
||||||
|
|
||||||
|
Esta diseñada para facilitar la creación de commits y branches en un formato estandar, que permite
|
||||||
|
derivar versiones automaticamente de los merges sobre ramas principales.
|
||||||
|
|
||||||
|
## Instalación
|
||||||
|
|
||||||
|
Para instalar Git Flow, se sugiere utilizar [pipx](https://github.com/pypa/pipx) (seguir la
|
||||||
|
documentación para instalarlo). Una vez instalado `pipx`, simplemente clonamos el repositorio en una
|
||||||
|
carpeta local, y lo instalamos:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd ~/Downloads
|
||||||
|
git clone git@bitbucket.org:sushi2717/git-flow.git
|
||||||
|
cd git-flow
|
||||||
|
pipx install .
|
||||||
|
```
|
||||||
|
|
||||||
|
Luego podemos verificar que se haya instalado correctamente ejecutando: `git-flow -h`
|
||||||
|
|
||||||
|
Para actualizarlo, hacemos un pull de los cambios recientes del repositorio, y hacemos el upgrade
|
||||||
|
mediante `pipx`:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cd ~/Downloads/git-flow
|
||||||
|
git pull
|
||||||
|
pipx upgrade git-flow
|
||||||
|
```
|
||||||
|
|
||||||
|
## Configuración
|
||||||
|
|
||||||
|
Para poder usar la herramienta en un repositorio, necesitamos inicializarlo:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git-flow init
|
||||||
|
```
|
||||||
|
|
||||||
|
El comando solicitará 2 opciones:
|
||||||
|
|
||||||
|
- **Ramas principales**: Ramas que representan los entornos principales del proyecto. Por ejemplo:
|
||||||
|
`dev,test,prod`.
|
||||||
|
- **Remoto** (opcional): Nombre del remoto que se usará para crear PRs, y taggear merges
|
||||||
|
automáticamente. Por el momento, se soportan los siguientes remotos:
|
||||||
|
|
||||||
|
- [x] Bitbucket
|
||||||
|
- [ ] Github: planeado
|
||||||
|
|
||||||
|
La configuración del remoto requiere tener un Access Token para poder crear los PRs automáticamente.
|
||||||
|
El mismo se puede crear desde el repositorio al que se quiere dar acceso: *"Repository settings" >
|
||||||
|
"Access Tokens" > "Create access token"*. El token necesita permiso para *Write* en *Pull Requests*.
|
||||||
|
|
||||||
|
Luego se debe guardar el token dentro del repositorio a configurar, en el archivo
|
||||||
|
`.repository-token`. De no especificarse, los merges y tags se harán de forma local.
|
||||||
|
|
||||||
|
## Utilización
|
||||||
|
|
||||||
|
Git Flow cuenta con 5 comandos principales para guiar el workflow (ver `git-flow <command> -h` para
|
||||||
|
más información):
|
||||||
|
|
||||||
|
- `new`: Crea una nueva rama siguiendo CB.
|
||||||
|
- `commit`: Crea un commit siguiendo CC.
|
||||||
|
- `merge`: Mergea la rama actual a una de las ramas principales.
|
||||||
|
- `tag`: Crea un tag sobre el ultimo merge siguiendo SemVer.
|
||||||
|
- `release`: Prepara la rama actual para pasarse al siguiente entorno configurado
|
||||||
|
|
||||||
|
El workflow para el cual se penso la herramienta es el siguiente:
|
||||||
|
|
||||||
|
1. Sobre la primer rama principal configurada (por ejemplo, `dev`), se crea una nueva rama con
|
||||||
|
`git-flow new`
|
||||||
|
2. Se realizan cambios y se commitean los mismos con `git-flow commit` (se repite hasta que se
|
||||||
|
considere que la rama esté lista para mergear)
|
||||||
|
3. Se ejecuta `git-flow merge` para mergear la rama al entorno que corresponda (en este caso,
|
||||||
|
`dev`). En caso de tener un remoto configurado, el comando crea un PR para integrar el cambio. Si
|
||||||
|
no, simplemente se ejecuta un `git merge` simple.
|
||||||
|
4. Para versionar este último merge, se ejecuta `git-flow tag`, ya sea localmente o desde un
|
||||||
|
pipeline para que se ejecute en cada merge.
|
||||||
|
5. Una vez que la rama fue correctamente integrada a un entorno (por ejemplo, `dev`), se usa
|
||||||
|
`git-flow release` para crear una nueva rama para integrar unicamente los cambios de esa rama
|
||||||
|
sobre el siguiente entorno (por ejemplo, `test`). Si la rama original era
|
||||||
|
`feature/my-new-feature`, se crea la rama `release/test/feature/my-new-feature` sobre `test` que
|
||||||
|
tiene los cambios de la rama original.
|
||||||
|
|
||||||
|
## Taggeo automático por pipeline
|
||||||
|
|
||||||
|
Éste repositorio utiliza Git Flow para el taggeo automático usando pipelines, se puede ver el
|
||||||
|
archivo `bitbucket-pipelines.yml` como ejemplo. El comando `git-flow tag` soporta el pasaje del
|
||||||
|
token mediante la opción `--token=<TOKEN>`. Ver la sección [Configuración](#configuracion) para las
|
||||||
|
instrucciones de como generar este token. El mismo necesita scope `write:repository:bitbucket`.
|
||||||
|
|||||||
@@ -1,13 +1,14 @@
|
|||||||
image: python:3.12
|
image: python:3.10
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
branches:
|
branches:
|
||||||
'main':
|
'main':
|
||||||
- step:
|
- step:
|
||||||
name: "Tag main"
|
name: "Tag and publish package"
|
||||||
caches:
|
caches:
|
||||||
- pip
|
- pip
|
||||||
script:
|
script:
|
||||||
- cd $BITBUCKET_CLONE_DIR
|
- pip install uv
|
||||||
- pip install .
|
- uv run git-flow tag --token=$BEARER
|
||||||
- git-flow tag --token=$BEARER
|
- uv build
|
||||||
|
- uv publish --token=$PYPI_TOKEN
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
name = "git-flow"
|
name = "git-flow"
|
||||||
description = "Git workflow automation to follow best practices"
|
description = "Git workflow automation to follow best practices"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
requires-python = ">= 3.12"
|
requires-python = ">= 3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"requests"
|
"requests"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"exclude": [
|
||||||
|
"build",
|
||||||
|
"**/*.egg-info"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -6,6 +6,7 @@ BRANCH_TYPES = [
|
|||||||
"bugfix",
|
"bugfix",
|
||||||
"hotfix",
|
"hotfix",
|
||||||
"chore",
|
"chore",
|
||||||
|
"docs",
|
||||||
]
|
]
|
||||||
|
|
||||||
COMMIT_TYPES = [
|
COMMIT_TYPES = [
|
||||||
@@ -17,9 +18,12 @@ COMMIT_TYPES = [
|
|||||||
"docs",
|
"docs",
|
||||||
"style",
|
"style",
|
||||||
"test",
|
"test",
|
||||||
"wip"
|
"wip",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
WIP_BRANCH_PREFIX = "wip/"
|
||||||
|
TRASH_BRANCH_PREFIX = "trash/"
|
||||||
|
|
||||||
# Commits con estos valores incrementan el componente correspondiente
|
# Commits con estos valores incrementan el componente correspondiente
|
||||||
SEMVER_MAJOR = 3
|
SEMVER_MAJOR = 3
|
||||||
SEMVER_MINOR = 2
|
SEMVER_MINOR = 2
|
||||||
@@ -45,3 +49,15 @@ SUPPORTED_REMOTE_APIS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
REPOSITORY_TOKEN_FILENAME = ".repository-token"
|
REPOSITORY_TOKEN_FILENAME = ".repository-token"
|
||||||
|
|
||||||
|
COLOR_BLACK = "\033[30m"
|
||||||
|
COLOR_RED = "\033[31m"
|
||||||
|
COLOR_GREEN = "\033[32m"
|
||||||
|
COLOR_YELLOW = "\033[33m"
|
||||||
|
COLOR_BLUE = "\033[34m"
|
||||||
|
COLOR_5 = "\033[35m"
|
||||||
|
COLOR_6 = "\033[36m"
|
||||||
|
COLOR_7 = "\033[37m"
|
||||||
|
COLOR_BLACK_BOLD = "\033[1;30m"
|
||||||
|
COLOR_WHITE_BOLD = "\033[1;37m"
|
||||||
|
COLOR_RESET = "\033[0m"
|
||||||
|
|||||||
@@ -16,8 +16,6 @@ class Changelog:
|
|||||||
|
|
||||||
return f"""## {title} - {now.strftime("%F")}
|
return f"""## {title} - {now.strftime("%F")}
|
||||||
|
|
||||||
### Commits
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def generate_content(self, base: str, branch: str):
|
def generate_content(self, base: str, branch: str):
|
||||||
@@ -56,5 +54,6 @@ class Changelog:
|
|||||||
if isfile(self.FILENAME):
|
if isfile(self.FILENAME):
|
||||||
with open(self.FILENAME, "r") as f:
|
with open(self.FILENAME, "r") as f:
|
||||||
content += f.read()
|
content += f.read()
|
||||||
|
|
||||||
with open(self.FILENAME, "w") as f:
|
with open(self.FILENAME, "w") as f:
|
||||||
f.write(content)
|
f.write(content)
|
||||||
|
|||||||
@@ -1,10 +1,14 @@
|
|||||||
from argparse import Namespace, ArgumentParser
|
from argparse import Namespace, ArgumentParser
|
||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
import os
|
|
||||||
from os.path import isfile
|
from os.path import isfile
|
||||||
|
|
||||||
from git_flow import (
|
from git_flow import (
|
||||||
BRANCH_TYPES,
|
BRANCH_TYPES,
|
||||||
|
COLOR_BLUE,
|
||||||
|
COLOR_GREEN,
|
||||||
|
COLOR_RED,
|
||||||
|
COLOR_RESET,
|
||||||
|
COLOR_YELLOW,
|
||||||
REPOSITORY_TOKEN_FILENAME,
|
REPOSITORY_TOKEN_FILENAME,
|
||||||
GitFlowError,
|
GitFlowError,
|
||||||
)
|
)
|
||||||
@@ -13,17 +17,6 @@ from git_flow.remote.base import RemoteAPI
|
|||||||
from git_flow.remote.bitbucket import BitbucketRemoteAPI
|
from git_flow.remote.bitbucket import BitbucketRemoteAPI
|
||||||
from git_flow.remote.github import GithubRemoteAPI
|
from git_flow.remote.github import GithubRemoteAPI
|
||||||
|
|
||||||
COLOR_BLACK = "\033[30m"
|
|
||||||
COLOR_RED = "\033[31m"
|
|
||||||
COLOR_GREEN = "\033[32m"
|
|
||||||
COLOR_YELLOW = "\033[33m"
|
|
||||||
COLOR_BLUE = "\033[34m"
|
|
||||||
COLOR_5 = "\033[35m"
|
|
||||||
COLOR_6 = "\033[36m"
|
|
||||||
COLOR_7 = "\033[37m"
|
|
||||||
COLOR_BLACK_BOLD = "\033[1;30m"
|
|
||||||
COLOR_RESET = "\033[0m"
|
|
||||||
|
|
||||||
TYPE_SUCCESS = 0
|
TYPE_SUCCESS = 0
|
||||||
TYPE_WARNING = 1
|
TYPE_WARNING = 1
|
||||||
TYPE_ERROR = 2
|
TYPE_ERROR = 2
|
||||||
@@ -45,6 +38,11 @@ class Command(ABC):
|
|||||||
def run(self, args: Namespace = Namespace()):
|
def run(self, args: Namespace = Namespace()):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def init(self):
|
||||||
|
self.flowconfig = (
|
||||||
|
Git.get_config(FLOWCONFIG_FILE) if isfile(FLOWCONFIG_FILE) else {}
|
||||||
|
)
|
||||||
|
|
||||||
def success(self, msg: str):
|
def success(self, msg: str):
|
||||||
self._print(TYPE_SUCCESS, msg)
|
self._print(TYPE_SUCCESS, msg)
|
||||||
|
|
||||||
@@ -145,7 +143,7 @@ class Command(ABC):
|
|||||||
raise GitFlowError("Ejecución cancelada.")
|
raise GitFlowError("Ejecución cancelada.")
|
||||||
|
|
||||||
def ensure_repository_token(self):
|
def ensure_repository_token(self):
|
||||||
if not os.path.isfile(REPOSITORY_TOKEN_FILENAME):
|
if not isfile(REPOSITORY_TOKEN_FILENAME):
|
||||||
raise GitFlowError(
|
raise GitFlowError(
|
||||||
"No existe un token para el repositorio en " + REPOSITORY_TOKEN_FILENAME
|
"No existe un token para el repositorio en " + REPOSITORY_TOKEN_FILENAME
|
||||||
)
|
)
|
||||||
@@ -153,9 +151,26 @@ class Command(ABC):
|
|||||||
with open(REPOSITORY_TOKEN_FILENAME) as f:
|
with open(REPOSITORY_TOKEN_FILENAME) as f:
|
||||||
return f.readline().strip()
|
return f.readline().strip()
|
||||||
|
|
||||||
|
def ensure_clean_worktree(self, has_remote: bool):
|
||||||
|
status = Git.status()
|
||||||
|
|
||||||
|
if not status:
|
||||||
|
return
|
||||||
|
|
||||||
|
not_empty = any(map(lambda s: s.index != " " or s.worktree != " ", status))
|
||||||
|
|
||||||
|
if not_empty:
|
||||||
|
if not has_remote:
|
||||||
|
self.warning("Existen cambios en tu entorno de trabajo sin commitear.")
|
||||||
|
else:
|
||||||
|
raise GitFlowError("No se puede continuar con cambios pendientes.")
|
||||||
|
|
||||||
|
if not self.confirm("¿Desea continuar?", False):
|
||||||
|
raise GitFlowError("Ejecución abortada")
|
||||||
|
|
||||||
def get_branch_env_and_type(self, branch: str) -> tuple[str, str]:
|
def get_branch_env_and_type(self, branch: str) -> tuple[str, str]:
|
||||||
components = branch.split("/")
|
components = branch.split("/")
|
||||||
target_branches = self.flowconfig["flow.branches"].split(" ")
|
target_branches = self.flowconfig["flow.branches"].split(",")
|
||||||
|
|
||||||
if len(components) == 2:
|
if len(components) == 2:
|
||||||
if components[0] not in BRANCH_TYPES:
|
if components[0] not in BRANCH_TYPES:
|
||||||
|
|||||||
@@ -0,0 +1,117 @@
|
|||||||
|
from argparse import ArgumentParser, Namespace
|
||||||
|
from git_flow import COLOR_WHITE_BOLD, COLOR_GREEN, COLOR_RED, COLOR_RESET, TRASH_BRANCH_PREFIX, WIP_BRANCH_PREFIX, GitFlowError
|
||||||
|
from git_flow.command.base import Command
|
||||||
|
from git_flow.git import Git
|
||||||
|
|
||||||
|
|
||||||
|
BRANCH_FORMAT = "%(refname:short)"
|
||||||
|
|
||||||
|
|
||||||
|
class BranchCommand(Command):
|
||||||
|
def name(self) -> str:
|
||||||
|
return "branch"
|
||||||
|
|
||||||
|
def description(self) -> str:
|
||||||
|
return """Lista ramas del repositorio, agrupandolas por entorno objetivo"""
|
||||||
|
|
||||||
|
def setup_parser(self, parser: ArgumentParser) -> ArgumentParser:
|
||||||
|
parser.add_argument(
|
||||||
|
"environment",
|
||||||
|
nargs="?",
|
||||||
|
help="Entorno de las ramas a listar. Por defecto, es el entorno actual.",
|
||||||
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--trash",
|
||||||
|
action="store_true",
|
||||||
|
help=f"Listar ramas en la 'papelera de reciclaje' (ramas que empiezan con '{TRASH_BRANCH_PREFIX}')"
|
||||||
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--wip",
|
||||||
|
action="store_true",
|
||||||
|
help=f"Listar ramas 'en progreso' (ramas que empiezan con '{WIP_BRANCH_PREFIX}')"
|
||||||
|
)
|
||||||
|
|
||||||
|
parser.add_argument(
|
||||||
|
"--all",
|
||||||
|
action="store_true",
|
||||||
|
help=f"Listar ramas de todos los entornos"
|
||||||
|
)
|
||||||
|
|
||||||
|
return parser
|
||||||
|
|
||||||
|
def run(self, args: Namespace = Namespace()):
|
||||||
|
self.ensure_initialized()
|
||||||
|
|
||||||
|
self.current_branch = Git.get_current_branch()
|
||||||
|
self.environments = self.flowconfig["flow.branches"].split(",")
|
||||||
|
|
||||||
|
if self.current_branch in self.environments:
|
||||||
|
current_environment = self.current_branch
|
||||||
|
else:
|
||||||
|
(current_environment, _) = self.get_branch_env_and_type(self.current_branch)
|
||||||
|
|
||||||
|
if args.trash:
|
||||||
|
self.show_branches(TRASH_BRANCH_PREFIX)
|
||||||
|
elif args.wip:
|
||||||
|
self.show_branches(WIP_BRANCH_PREFIX)
|
||||||
|
elif args.all:
|
||||||
|
self.show_envs()
|
||||||
|
self.show_all_branches()
|
||||||
|
elif args.environment is None:
|
||||||
|
self.show_envs()
|
||||||
|
self.show_env_branches(current_environment)
|
||||||
|
elif args.environment in self.environments:
|
||||||
|
self.show_envs()
|
||||||
|
self.show_env_branches(args.environment)
|
||||||
|
else:
|
||||||
|
raise GitFlowError(f"'{args.environment}' no es un entorno válido.")
|
||||||
|
|
||||||
|
def show_branches(self, prefix: str):
|
||||||
|
branches = self.get_branches(prefix)
|
||||||
|
|
||||||
|
if not branches:
|
||||||
|
print("No hay ramas a mostrar.")
|
||||||
|
return
|
||||||
|
|
||||||
|
for branch in branches:
|
||||||
|
prefix = (COLOR_RED + "*") if branch == self.current_branch else " "
|
||||||
|
print(prefix + " " + branch + COLOR_RESET)
|
||||||
|
|
||||||
|
def get_branches(self, prefix: str):
|
||||||
|
return Git("for-each-ref", "refs/heads/" + prefix, format=BRANCH_FORMAT).lines()
|
||||||
|
|
||||||
|
def show_all_branches(self):
|
||||||
|
for environment in self.environments:
|
||||||
|
self.show_env_branches(environment, len(self.environments) > 1)
|
||||||
|
|
||||||
|
trash = len(self.get_branches(TRASH_BRANCH_PREFIX))
|
||||||
|
|
||||||
|
if trash:
|
||||||
|
print()
|
||||||
|
print(COLOR_WHITE_BOLD + "Papelera: " + COLOR_RESET + str(trash) + " rama" + ("" if trash == 1 else "s"))
|
||||||
|
|
||||||
|
def show_envs(self):
|
||||||
|
print(COLOR_WHITE_BOLD + "Entornos" + COLOR_RESET)
|
||||||
|
for environment in self.environments:
|
||||||
|
prefix = (COLOR_GREEN + "*") if environment == self.current_branch else " "
|
||||||
|
print(prefix + " " + environment + COLOR_RESET)
|
||||||
|
print()
|
||||||
|
|
||||||
|
def show_env_branches(self, environment: str, show_env: bool = False):
|
||||||
|
is_first_env = environment == self.environments[0]
|
||||||
|
pattern = "refs/heads/" if is_first_env else "refs/heads/release/" + environment + "/"
|
||||||
|
pattern += "*/*"
|
||||||
|
exclude = ["refs/heads/" + TRASH_BRANCH_PREFIX, "refs/heads/release/"] if is_first_env else []
|
||||||
|
branches = Git("for-each-ref", pattern, exclude=exclude, format=BRANCH_FORMAT).lines()
|
||||||
|
|
||||||
|
print(COLOR_WHITE_BOLD + (environment if show_env else "Ramas") + COLOR_RESET)
|
||||||
|
|
||||||
|
if not branches:
|
||||||
|
print("No hay ramas a mostrar.")
|
||||||
|
return
|
||||||
|
|
||||||
|
for branch in branches:
|
||||||
|
prefix = (COLOR_GREEN + "*") if branch == self.current_branch else " "
|
||||||
|
print(prefix + " " + branch + COLOR_RESET)
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
from argparse import Namespace
|
from argparse import Namespace
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from git_flow import COMMIT_TYPES, GitFlowError
|
from git_flow import COMMIT_TYPES, TRASH_BRANCH_PREFIX, WIP_BRANCH_PREFIX, GitFlowError
|
||||||
from git_flow.command.base import Command
|
from git_flow.command.base import Command
|
||||||
from git_flow.git import Git
|
from git_flow.git import Git
|
||||||
|
|
||||||
@@ -31,8 +31,8 @@ class CommitCommand(Command):
|
|||||||
)
|
)
|
||||||
message = commit_type + ": " + commit_message
|
message = commit_type + ": " + commit_message
|
||||||
|
|
||||||
if branch.startswith("wip/"):
|
if branch.startswith(WIP_BRANCH_PREFIX):
|
||||||
original_branch = branch.removeprefix("wip/")
|
original_branch = branch.removeprefix(WIP_BRANCH_PREFIX)
|
||||||
Git("commit", m=message).exec(print="Creando commit en rama WIP")
|
Git("commit", m=message).exec(print="Creando commit en rama WIP")
|
||||||
|
|
||||||
if commit_type != "wip":
|
if commit_type != "wip":
|
||||||
@@ -40,10 +40,10 @@ class CommitCommand(Command):
|
|||||||
Git("switch", original_branch).exec(print="Volviendo a rama original")
|
Git("switch", original_branch).exec(print="Volviendo a rama original")
|
||||||
Git("merge", branch, squash=True).exec(print="Squasheando commits WIP en uno solo")
|
Git("merge", branch, squash=True).exec(print="Squasheando commits WIP en uno solo")
|
||||||
Git("commit", m=message).exec(print="Creando commit final de rama WIP")
|
Git("commit", m=message).exec(print="Creando commit final de rama WIP")
|
||||||
Git("branch", branch, "trash/" + branch + "/" + suffix, move=True).exec(print="Backup de rama WIP")
|
Git("branch", branch, TRASH_BRANCH_PREFIX + branch + "/" + suffix, move=True).exec(print="Backup de rama WIP")
|
||||||
else:
|
else:
|
||||||
if commit_type == "wip":
|
if commit_type == "wip":
|
||||||
Git("switch", "wip/" + branch, create=True).exec(print="Creando nueva rama WIP")
|
Git("switch", WIP_BRANCH_PREFIX + branch, create=True).exec(print="Creando nueva rama WIP")
|
||||||
|
|
||||||
Git("commit", m=message).exec(print="Creando commit")
|
Git("commit", m=message).exec(print="Creando commit")
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
from argparse import Namespace
|
from argparse import Namespace
|
||||||
import os
|
|
||||||
from git_flow import GitFlowError
|
from git_flow import GitFlowError
|
||||||
from git_flow.command.base import Command
|
from git_flow.command.base import Command
|
||||||
from git_flow.git import FLOWCONFIG_FILE, Git
|
from git_flow.git import FLOWCONFIG_FILE, Git
|
||||||
|
|||||||
@@ -17,60 +17,42 @@ class MergeCommand(Command):
|
|||||||
|
|
||||||
branch = self.ensure_right_branch()
|
branch = self.ensure_right_branch()
|
||||||
(target, _) = self.get_branch_env_and_type(branch)
|
(target, _) = self.get_branch_env_and_type(branch)
|
||||||
base = Git.get_first_fork_point(branch, target)
|
|
||||||
|
|
||||||
if "flow.remote" in self.flowconfig:
|
if "flow.remote" in self.flowconfig:
|
||||||
remote = self.flowconfig["flow.remote"]
|
remote = self.flowconfig["flow.remote"]
|
||||||
token = self.ensure_repository_token()
|
token = self.ensure_repository_token()
|
||||||
self.run_remote(remote, token, base, branch, target)
|
self.run_remote(remote, token, branch, target)
|
||||||
else:
|
else:
|
||||||
self.run_local(base, branch, target)
|
self.run_local(branch, target)
|
||||||
|
|
||||||
def run_remote(self, remote: str, token: str, base: str, branch: str, target: str):
|
def run_remote(self, remote: str, token: str, branch: str, target: str):
|
||||||
self.check_pending_changes(True)
|
self.ensure_clean_worktree(True)
|
||||||
|
|
||||||
Git("switch", target).exec(print="Cambiando a rama destino")
|
Git("switch", target).exec(print="Cambiando a rama destino")
|
||||||
Git("pull").exec(print="Obteniendo ultimos cambios del remoto")
|
Git("pull").exec(print="Obteniendo ultimos cambios del remoto")
|
||||||
Git("switch", "-").exec(print="Volviendo a rama a mergear")
|
Git("switch", "-").exec(print="Volviendo a rama a mergear")
|
||||||
|
|
||||||
self.check_merge_conflicts(target)
|
self.check_merge_conflicts(target)
|
||||||
self.show_commits_to_merge(base)
|
self.show_commits_to_merge(target)
|
||||||
|
|
||||||
if self.confirm(f"¿Crear PR de '{branch}' a '{target}'?"):
|
if self.confirm(f"¿Crear PR de '{branch}' a '{target}'?"):
|
||||||
Git("push", remote, branch, set_upstream=True).exec(
|
Git("push", remote, branch, set_upstream=True).exec(
|
||||||
print="Subiendo rama al remoto para crear PR"
|
print="Subiendo rama al remoto para crear PR"
|
||||||
)
|
)
|
||||||
|
|
||||||
self.create_pull_request(token, base, branch, target)
|
self.create_pull_request(token, branch, target)
|
||||||
|
|
||||||
def run_local(self, base: str, branch: str, target: str):
|
def run_local(self, branch: str, target: str):
|
||||||
self.check_pending_changes(False)
|
self.ensure_clean_worktree(False)
|
||||||
self.check_merge_conflicts(target)
|
self.check_merge_conflicts(target)
|
||||||
self.show_commits_to_merge(base)
|
self.show_commits_to_merge(target)
|
||||||
|
|
||||||
if self.confirm(f"¿Mergear rama '{branch}' a '{target}'?"):
|
if self.confirm(f"¿Mergear rama '{branch}' a '{target}'?"):
|
||||||
Git("switch", target).exec(print="Cambiando a rama destino")
|
Git("switch", target).exec(print="Cambiando a rama destino")
|
||||||
Git("merge", branch, ff=False).exec(print="Mergeando")
|
Git("merge", branch, ff=False).exec(print="Mergeando")
|
||||||
|
|
||||||
def check_pending_changes(self, has_remote: bool):
|
def show_commits_to_merge(self, target):
|
||||||
status = Git.status()
|
commits = Git("log", target + "..", format="%s").lines()
|
||||||
|
|
||||||
if not status:
|
|
||||||
return
|
|
||||||
|
|
||||||
not_empty = any(map(lambda s: s.index != " " or s.worktree != " ", status))
|
|
||||||
|
|
||||||
if not_empty:
|
|
||||||
if not has_remote:
|
|
||||||
self.warning("Existen cambios en tu entorno de trabajo sin commitear.")
|
|
||||||
else:
|
|
||||||
raise GitFlowError("No se puede continuar con cambios pendientes.")
|
|
||||||
|
|
||||||
if not self.confirm("¿Desea continuar?", False):
|
|
||||||
raise GitFlowError("Ejecución abortada")
|
|
||||||
|
|
||||||
def show_commits_to_merge(self, base):
|
|
||||||
commits = Git("log", base + "..", format="%s").lines()
|
|
||||||
|
|
||||||
if not commits:
|
if not commits:
|
||||||
raise GitFlowError("No hay cambios a mergear.")
|
raise GitFlowError("No hay cambios a mergear.")
|
||||||
@@ -96,14 +78,34 @@ class MergeCommand(Command):
|
|||||||
else:
|
else:
|
||||||
self.success("No se detectaron merge conflicts.")
|
self.success("No se detectaron merge conflicts.")
|
||||||
|
|
||||||
def create_pull_request(self, token: str, base: str, branch: str, target: str):
|
def create_pull_request(self, token: str, branch: str, target: str):
|
||||||
changelog = Changelog()
|
changelog = Changelog()
|
||||||
|
commits = Git("log", target + "..", format="%s").lines()
|
||||||
|
|
||||||
|
if len(commits) == 1:
|
||||||
|
title = commits[0]
|
||||||
|
else:
|
||||||
|
title = branch.replace("/", ": ").replace("-", " ")
|
||||||
|
|
||||||
|
if title.startswith("release: "):
|
||||||
|
title = title[title.index(' ', title.index(' ') + 1) + 1:]
|
||||||
|
|
||||||
|
self.info("Título del PR por defecto: " + title)
|
||||||
|
|
||||||
|
opt_title = self.prompt("[Opcional] Ingrese otro titulo para el PR")
|
||||||
|
|
||||||
|
if opt_title:
|
||||||
|
title = opt_title
|
||||||
|
|
||||||
message = self.get_remote_api(token).create_pull_request(
|
message = self.get_remote_api(token).create_pull_request(
|
||||||
branch,
|
branch,
|
||||||
target,
|
target,
|
||||||
branch.replace("/", ": ").replace("-", " "),
|
title,
|
||||||
changelog.generate_content(base, branch),
|
changelog.generate_content(target, branch),
|
||||||
)
|
)
|
||||||
|
|
||||||
self.success(message)
|
self.success(message)
|
||||||
|
|
||||||
|
if self.confirm("¿Desea cambiar a la rama objetivo y bajar los cambios?"):
|
||||||
|
Git("switch", target).exec(print="Cambiando a rama objetivo")
|
||||||
|
Git("pull").exec(print="Obteniendo cambios")
|
||||||
|
|||||||
@@ -13,7 +13,11 @@ class NewCommand(Command):
|
|||||||
|
|
||||||
def run(self, args: Namespace = Namespace()):
|
def run(self, args: Namespace = Namespace()):
|
||||||
self.ensure_initialized()
|
self.ensure_initialized()
|
||||||
self.ensure_right_branch()
|
branch = self.ensure_right_branch()
|
||||||
|
envs = self.flowconfig["flow.branches"].split(",")
|
||||||
|
|
||||||
|
if branch not in envs:
|
||||||
|
self.warning("La rama actual no corresponde a un entorno configurado.")
|
||||||
|
|
||||||
self.info("Se creará una nueva rama de trabajo sobre la rama actual.")
|
self.info("Se creará una nueva rama de trabajo sobre la rama actual.")
|
||||||
self.info("Debe seleccionar el tipo de cambio a realizar.")
|
self.info("Debe seleccionar el tipo de cambio a realizar.")
|
||||||
@@ -21,6 +25,9 @@ class NewCommand(Command):
|
|||||||
branch_type = self.choice("Tipos de cambio", BRANCH_TYPES)
|
branch_type = self.choice("Tipos de cambio", BRANCH_TYPES)
|
||||||
new_branch = self._get_unique_branch_name(branch_type)
|
new_branch = self._get_unique_branch_name(branch_type)
|
||||||
|
|
||||||
|
if "flow.remote" in self.flowconfig and Git.get_tracking_branch(branch):
|
||||||
|
Git("pull").exec(print="Actualizando rama actual")
|
||||||
|
|
||||||
if self.confirm(f"¿Crear rama '{new_branch}' sobre la rama actual?"):
|
if self.confirm(f"¿Crear rama '{new_branch}' sobre la rama actual?"):
|
||||||
Git("switch", new_branch, create=True).exec(print="Creando nueva rama")
|
Git("switch", new_branch, create=True).exec(print="Creando nueva rama")
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,105 @@
|
|||||||
|
from argparse import ArgumentParser, Namespace
|
||||||
|
from git_flow import COMMIT_TYPES, GitFlowError
|
||||||
|
from git_flow.command.base import Command
|
||||||
|
from git_flow.git import Git
|
||||||
|
|
||||||
|
|
||||||
|
class ReleaseCommand(Command):
|
||||||
|
def name(self) -> str:
|
||||||
|
return "release"
|
||||||
|
|
||||||
|
def description(self) -> str:
|
||||||
|
return """Realiza el merge de la rama, o crea el PR para hacerlo si tiene un remoto configurado"""
|
||||||
|
|
||||||
|
def setup_parser(self, parser: ArgumentParser) -> ArgumentParser:
|
||||||
|
parser.add_argument(
|
||||||
|
"--group",
|
||||||
|
nargs="?",
|
||||||
|
help="Agrupar release",
|
||||||
|
)
|
||||||
|
|
||||||
|
return parser
|
||||||
|
|
||||||
|
def run(self, args: Namespace = Namespace()):
|
||||||
|
self.ensure_initialized()
|
||||||
|
|
||||||
|
branch = self.ensure_right_branch()
|
||||||
|
envs = self.flowconfig["flow.branches"].split(",")
|
||||||
|
(env, _) = self.get_branch_env_and_type(branch)
|
||||||
|
|
||||||
|
if env == envs[-1]:
|
||||||
|
raise GitFlowError(
|
||||||
|
"No se puede hacer release de una rama en el ultimo entorno."
|
||||||
|
)
|
||||||
|
|
||||||
|
has_remote = "flow.remote" in self.flowconfig
|
||||||
|
|
||||||
|
self.ensure_clean_worktree(has_remote)
|
||||||
|
|
||||||
|
next_env = envs[envs.index(env) + 1]
|
||||||
|
next_branch = (
|
||||||
|
branch.replace(f"/{env}/", f"/{next_env}/")
|
||||||
|
if branch.startswith("release/")
|
||||||
|
else f"release/{next_env}/{branch}"
|
||||||
|
)
|
||||||
|
|
||||||
|
base = Git.get_first_fork_point(branch, env)
|
||||||
|
commits = Git("log", base + ".." , format="%s").lines()
|
||||||
|
|
||||||
|
if not commits:
|
||||||
|
raise GitFlowError("No hay cambios a mergear.")
|
||||||
|
|
||||||
|
print("Cambios a pasar al proximo entorno:")
|
||||||
|
|
||||||
|
for commit in commits:
|
||||||
|
print("- " + commit)
|
||||||
|
|
||||||
|
group = args.group
|
||||||
|
grouping = group is not None
|
||||||
|
|
||||||
|
if not grouping:
|
||||||
|
if self.confirm("¿Desea agrupar este release con otra rama?", False):
|
||||||
|
grouping = True
|
||||||
|
group = self.choice("Grupo release: ", Git.get_branches("release/" + next_env + "/"))
|
||||||
|
else:
|
||||||
|
group = next_env
|
||||||
|
|
||||||
|
if has_remote and Git.get_tracking_branch(group):
|
||||||
|
Git("switch", group).exec(print="Cambiando a la rama objetivo")
|
||||||
|
Git("pull").exec(print="Sincronizando cambios la rama objetivo")
|
||||||
|
Git("switch", "-").exec(print="Volviendo a la rama original")
|
||||||
|
|
||||||
|
if len(commits) > 1 and self.confirm(
|
||||||
|
f"¿Desea reemplazar los {len(commits)} commits de la rama por uno solo?",
|
||||||
|
False
|
||||||
|
):
|
||||||
|
self.info("Debe ingresar el mensaje del commit a crear.")
|
||||||
|
|
||||||
|
commit_type = self.choice("Tipo de commit", COMMIT_TYPES[:-1])
|
||||||
|
commit_message = self.prompt(
|
||||||
|
"Mensaje (máximo recomendado: 100 caracteres)", persistent=True
|
||||||
|
)
|
||||||
|
message = commit_type + ": " + commit_message
|
||||||
|
|
||||||
|
Git("switch", next_branch, base, create=True).exec(
|
||||||
|
print="Creando rama release en base"
|
||||||
|
)
|
||||||
|
Git("merge", branch, squash=True).exec(
|
||||||
|
print="Squasheando commits en uno solo"
|
||||||
|
)
|
||||||
|
Git("commit", m=message).exec(print="Creando commit único")
|
||||||
|
else:
|
||||||
|
Git("switch", next_branch, create=True).exec(print="Creando rama release")
|
||||||
|
|
||||||
|
status = Git("rebase", base, next_branch, onto=group).code(
|
||||||
|
print="Moviendo cambios hacia el siguiente ambiente"
|
||||||
|
)
|
||||||
|
|
||||||
|
if status:
|
||||||
|
Git("rebase", abort=True).exec(
|
||||||
|
print="Deshaciendo cambios por conflictos"
|
||||||
|
)
|
||||||
|
raise GitFlowError("Error al realizar pasaje de cambios a rama objetivo")
|
||||||
|
elif grouping:
|
||||||
|
Git("switch", group).exec(print="Cambiando a rama objetivo")
|
||||||
|
Git("merge", next_branch, ff_only=True).exec(print="Mergeando cambios de la nueva rama")
|
||||||
@@ -50,13 +50,13 @@ class TagCommand(Command):
|
|||||||
if ci:
|
if ci:
|
||||||
Git("push").exec(print="Subiendo commit al remoto para taggearlo")
|
Git("push").exec(print="Subiendo commit al remoto para taggearlo")
|
||||||
self.success(self.get_remote_api(token).create_tag(next_tag, tag_commit))
|
self.success(self.get_remote_api(token).create_tag(next_tag, tag_commit))
|
||||||
else:
|
|
||||||
Git("tag", next_tag, tag_commit).exec(print="Creando tag localmente")
|
Git("tag", next_tag, tag_commit).exec(print="Creando tag localmente")
|
||||||
|
|
||||||
def get_token_and_ci(self, args: Namespace):
|
def get_token_and_ci(self, args: Namespace):
|
||||||
try:
|
try:
|
||||||
return (self.ensure_repository_token(), False)
|
return (self.ensure_repository_token(), False)
|
||||||
except GitFlowError as e:
|
except GitFlowError:
|
||||||
return (args.token, True)
|
return (args.token, True)
|
||||||
|
|
||||||
def setup_parser(self, parser: ArgumentParser) -> ArgumentParser:
|
def setup_parser(self, parser: ArgumentParser) -> ArgumentParser:
|
||||||
@@ -91,7 +91,7 @@ class TagCommand(Command):
|
|||||||
tag = Git.get_current_tag() or f"v0.0.0-{branch}"
|
tag = Git.get_current_tag() or f"v0.0.0-{branch}"
|
||||||
|
|
||||||
until_dash = tag.index("-") if "-" in tag else None
|
until_dash = tag.index("-") if "-" in tag else None
|
||||||
suffix = tag[until_dash + 1 :] if until_dash is not None else ""
|
suffix = tag[until_dash:] if until_dash is not None else ""
|
||||||
[major, minor, patch] = map(int, tag[1:until_dash].split("."))
|
[major, minor, patch] = map(int, tag[1:until_dash].split("."))
|
||||||
|
|
||||||
if increment == SEMVER_MAJOR:
|
if increment == SEMVER_MAJOR:
|
||||||
|
|||||||
+21
-19
@@ -1,5 +1,6 @@
|
|||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
|
from git_flow import GitFlowError
|
||||||
from git_flow.io import *
|
from git_flow.io import *
|
||||||
|
|
||||||
|
|
||||||
@@ -38,7 +39,7 @@ class Git:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def set_config(config: dict[str, str], file: str | None = None):
|
def set_config(config: dict[str, str], file: str | None = None):
|
||||||
for key, value in config:
|
for key, value in config.items():
|
||||||
Git("config", key, value, file=file).exec()
|
Git("config", key, value, file=file).exec()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@@ -50,8 +51,8 @@ class Git:
|
|||||||
return Git("rev-parse", "HEAD", abbrev_ref=True).firstline()
|
return Git("rev-parse", "HEAD", abbrev_ref=True).firstline()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_branches():
|
def get_branches(prefix: str = ""):
|
||||||
return Git._get_references("heads")
|
return Git._get_references("heads/" + prefix)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def status():
|
def status():
|
||||||
@@ -63,33 +64,31 @@ class Git:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_first_fork_point(branch: str, env: str):
|
def get_first_fork_point(branch: str, env: str):
|
||||||
boundary_commits = list(
|
# Lista de commits alcanzables por el entorno (por ejemplo, dev),
|
||||||
filter(
|
env_commits = Git("rev-list", env + "..." + branch, first_parent=True).lines()
|
||||||
lambda c: c.startswith("-"), # boundary commits
|
|
||||||
Git(
|
|
||||||
"rev-list", env + "..." + branch, topo_order=True, boundary=True
|
|
||||||
).lines(),
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
if not boundary_commits:
|
if not env_commits:
|
||||||
raise RuntimeError("No se encontro un commit base para realizar el rebase.")
|
raise RuntimeError("No se encontro un commit base para realizar el rebase.")
|
||||||
|
|
||||||
return boundary_commits[-1].removeprefix("-")
|
return Git("show", env_commits[-1] + "^", patch=False, format="%h").firstline()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _get_references(kind: str):
|
def _get_references(kind: str):
|
||||||
prefix = "refs/" + kind + "/"
|
prefix = "refs/" + kind
|
||||||
return list(map(
|
return Git("for-each-ref", prefix + "**", format="%(refname:short)").lines()
|
||||||
lambda r: r.removeprefix(prefix),
|
|
||||||
Git("for-each-ref", prefix + "*", format="%(refname)").lines(),
|
|
||||||
))
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def is_repository() -> bool:
|
def is_repository() -> bool:
|
||||||
return Git("rev-parse", is_inside_work_tree=True).code() == 0
|
return Git("rev-parse", is_inside_work_tree=True).code() == 0
|
||||||
|
|
||||||
def __init__(self, subcommand: str, *args: str, **kwargs: str | int | bool | None) -> None:
|
@staticmethod
|
||||||
|
def get_tracking_branch(branch: str) -> str | None:
|
||||||
|
try:
|
||||||
|
return Git("rev-parse", branch + "@{upstream}", abbrev_ref=True).firstline()
|
||||||
|
except subprocess.CalledProcessError:
|
||||||
|
return None
|
||||||
|
|
||||||
|
def __init__(self, subcommand: str, *args: str, **kwargs: str | int | bool | list[str] | None) -> None:
|
||||||
self.command = ["git", subcommand]
|
self.command = ["git", subcommand]
|
||||||
|
|
||||||
for option, value in kwargs.items():
|
for option, value in kwargs.items():
|
||||||
@@ -103,6 +102,9 @@ class Git:
|
|||||||
self.command.append(prefix + option)
|
self.command.append(prefix + option)
|
||||||
elif value is None:
|
elif value is None:
|
||||||
continue
|
continue
|
||||||
|
elif isinstance(value, list):
|
||||||
|
for v in value:
|
||||||
|
self.command.append("--" + option + "=" + v)
|
||||||
else:
|
else:
|
||||||
value = value if isinstance(value, str) else str(value)
|
value = value if isinstance(value, str) else str(value)
|
||||||
|
|
||||||
|
|||||||
+1
-9
@@ -1,14 +1,6 @@
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
from git_flow import COLOR_BLACK_BOLD, COLOR_BLUE, COLOR_GREEN, COLOR_RED, COLOR_RESET, COLOR_YELLOW
|
||||||
COLOR_BLACK = '\033[30m'
|
|
||||||
COLOR_RED = '\033[31m'
|
|
||||||
COLOR_GREEN = '\033[32m'
|
|
||||||
COLOR_YELLOW = '\033[33m'
|
|
||||||
COLOR_BLUE = '\033[34m'
|
|
||||||
COLOR_BLACK_BOLD = '\033[1;30m'
|
|
||||||
COLOR_RESET = '\033[0m'
|
|
||||||
|
|
||||||
|
|
||||||
def confirm(prompt, default: bool = True):
|
def confirm(prompt, default: bool = True):
|
||||||
user_input = input(prompt + (" [Y/n]: " if default else " [y/N]: "))
|
user_input = input(prompt + (" [Y/n]: " if default else " [y/N]: "))
|
||||||
|
|||||||
+18
-448
@@ -1,27 +1,23 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
|
||||||
from os.path import isfile
|
|
||||||
import sys
|
|
||||||
import datetime
|
|
||||||
import requests
|
|
||||||
import locale
|
import locale
|
||||||
from argparse import Namespace, ArgumentParser
|
from argparse import Namespace, ArgumentParser
|
||||||
|
|
||||||
from git_flow import GitFlowError
|
from git_flow import GitFlowError
|
||||||
from git_flow.changelog import Changelog
|
|
||||||
from git_flow.command.base import Command
|
from git_flow.command.base import Command
|
||||||
|
from git_flow.command.branch import BranchCommand
|
||||||
from git_flow.command.commit import CommitCommand
|
from git_flow.command.commit import CommitCommand
|
||||||
from git_flow.command.init import InitCommand
|
from git_flow.command.init import InitCommand
|
||||||
from git_flow.command.merge import MergeCommand
|
from git_flow.command.merge import MergeCommand
|
||||||
from git_flow.command.new import NewCommand
|
from git_flow.command.new import NewCommand
|
||||||
|
from git_flow.command.release import ReleaseCommand
|
||||||
from git_flow.command.tag import TagCommand
|
from git_flow.command.tag import TagCommand
|
||||||
from git_flow.git import BUMP_VERSION, FLOWCONFIG_FILE, Git
|
|
||||||
from git_flow.io import *
|
from git_flow.io import *
|
||||||
|
|
||||||
|
|
||||||
REPOSITORY_TOKEN_PATH=".repository-token"
|
REPOSITORY_TOKEN_PATH = ".repository-token"
|
||||||
LOCALE = 'es_AR.UTF-8'
|
LOCALE = "es_AR.UTF-8"
|
||||||
|
|
||||||
|
|
||||||
class GitFlowCommand(Command):
|
class GitFlowCommand(Command):
|
||||||
commands: tuple[Command, ...]
|
commands: tuple[Command, ...]
|
||||||
@@ -33,14 +29,17 @@ class GitFlowCommand(Command):
|
|||||||
return "git-flow"
|
return "git-flow"
|
||||||
|
|
||||||
def description(self) -> str:
|
def description(self) -> str:
|
||||||
return """Git flow es un workflow automatizado siguiendo conventional commits, semver, y
|
return """Git flow es una herramienta para automatizar un workflow siguiendo conventional commits, conventional branch y semver."""
|
||||||
deploys aislados a distintos entornos."""
|
|
||||||
|
|
||||||
def setup_parser(self, parser: ArgumentParser) -> ArgumentParser:
|
def setup_parser(self, parser: ArgumentParser) -> ArgumentParser:
|
||||||
subparsers = parser.add_subparsers(title="comandos", dest="command", required=True)
|
subparsers = parser.add_subparsers(
|
||||||
|
title="comandos", dest="command", required=True
|
||||||
|
)
|
||||||
|
|
||||||
for command in self.commands:
|
for command in self.commands:
|
||||||
subparser = subparsers.add_parser(command.name())
|
subparser = subparsers.add_parser(
|
||||||
|
command.name(), description=command.description()
|
||||||
|
)
|
||||||
command.setup_parser(subparser)
|
command.setup_parser(subparser)
|
||||||
|
|
||||||
return parser
|
return parser
|
||||||
@@ -55,7 +54,7 @@ class GitFlowCommand(Command):
|
|||||||
|
|
||||||
for command in self.commands:
|
for command in self.commands:
|
||||||
if command.name() == args.command:
|
if command.name() == args.command:
|
||||||
command.flowconfig = Git.get_config(FLOWCONFIG_FILE) if isfile(FLOWCONFIG_FILE) else {}
|
command.init()
|
||||||
return command.run(args)
|
return command.run(args)
|
||||||
|
|
||||||
|
|
||||||
@@ -71,6 +70,8 @@ def main():
|
|||||||
CommitCommand(),
|
CommitCommand(),
|
||||||
MergeCommand(),
|
MergeCommand(),
|
||||||
TagCommand(),
|
TagCommand(),
|
||||||
|
ReleaseCommand(),
|
||||||
|
BranchCommand()
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
command.run()
|
command.run()
|
||||||
@@ -78,443 +79,12 @@ def main():
|
|||||||
command.error(str(e))
|
command.error(str(e))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
command.error("Ocurrió un error inesperado: " + str(e))
|
command.error("Ocurrió un error inesperado: " + str(e))
|
||||||
|
except KeyboardInterrupt as e:
|
||||||
|
print()
|
||||||
|
command.error("Ejecución abortada")
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
args = sys.argv
|
|
||||||
|
|
||||||
if len(args) < 2:
|
|
||||||
print_error("missing command")
|
|
||||||
return
|
|
||||||
|
|
||||||
command = args[1]
|
|
||||||
|
|
||||||
try:
|
|
||||||
if command == "tag":
|
|
||||||
tag_command()
|
|
||||||
elif command == "release":
|
|
||||||
release_command()
|
|
||||||
elif command == "help":
|
|
||||||
help_command()
|
|
||||||
else:
|
|
||||||
help_command(command)
|
|
||||||
except Exception as e:
|
|
||||||
print_error(f"Ocurrio un error al ejecutar el comando: {e}")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BRANCH_TYPES = [
|
|
||||||
"feature",
|
|
||||||
"refactor",
|
|
||||||
"bugfix",
|
|
||||||
"hotfix",
|
|
||||||
"perf",
|
|
||||||
"docs",
|
|
||||||
"typo",
|
|
||||||
"testing",
|
|
||||||
"breaking",
|
|
||||||
]
|
|
||||||
|
|
||||||
BRANCH_TYPES_INCREMENT = {
|
|
||||||
"feature": "minor",
|
|
||||||
"refactor": "minor",
|
|
||||||
"bugfix": "patch",
|
|
||||||
"hotfix": "patch",
|
|
||||||
"perf": "minor",
|
|
||||||
"docs": "patch",
|
|
||||||
"typo": "patch",
|
|
||||||
"testing": "patch",
|
|
||||||
"breaking": "major",
|
|
||||||
}
|
|
||||||
|
|
||||||
COMMIT_TYPES = [
|
|
||||||
"feature",
|
|
||||||
"bugfix",
|
|
||||||
"hotfix",
|
|
||||||
"refactor",
|
|
||||||
"perf",
|
|
||||||
"docs",
|
|
||||||
"typo",
|
|
||||||
"testing",
|
|
||||||
"ignore",
|
|
||||||
"wip"
|
|
||||||
]
|
|
||||||
|
|
||||||
DEFAULT_REMOTE = "origin"
|
|
||||||
|
|
||||||
|
|
||||||
def parse_url(url: str) -> list[str]:
|
|
||||||
if "@" in url:
|
|
||||||
# git@github.com:username/repository.git
|
|
||||||
start = url.find("@") + 1
|
|
||||||
end = url.find(":")
|
|
||||||
service = url[start : end]
|
|
||||||
start = end + 1
|
|
||||||
end = url.find(".git") if ".git" in url else len(url)
|
|
||||||
repository = url[start : end]
|
|
||||||
elif "://" in url:
|
|
||||||
# https://github.com/username/repository.git
|
|
||||||
start = url.index("://") + 3
|
|
||||||
end = url.index("/", start)
|
|
||||||
service = url[start : end]
|
|
||||||
start = end + 1
|
|
||||||
end = url.find(".git") if ".git" in url else len(url)
|
|
||||||
repository = url[start : end]
|
|
||||||
else:
|
|
||||||
raise RuntimeError("Invalid url: " + url)
|
|
||||||
|
|
||||||
# Esto permite utilizar un Host ficticio si tenemos 2 cuentas de bitbucket (personal y trabajo)
|
|
||||||
if service.endswith(".bitbucket.org"):
|
|
||||||
service = "bitbucket.org"
|
|
||||||
|
|
||||||
return [service, repository]
|
|
||||||
|
|
||||||
|
|
||||||
def get_branch_env_and_type(branch: str) -> tuple[str, str]:
|
|
||||||
components = branch.split("/")
|
|
||||||
target_branches = Git.flow_config("flow.branches").firstline().split(" ")
|
|
||||||
|
|
||||||
if len(components) == 2:
|
|
||||||
if components[0] not in BRANCH_TYPES:
|
|
||||||
raise ValueError(f"Branch inválida, el tipo '{components[0]}' no es válido.")
|
|
||||||
|
|
||||||
return (target_branches[0], components[0])
|
|
||||||
elif len(components) == 4:
|
|
||||||
target_branches = target_branches[1:]
|
|
||||||
|
|
||||||
if (
|
|
||||||
components[0] != "release"
|
|
||||||
or components[1] not in target_branches
|
|
||||||
or components[2] not in BRANCH_TYPES
|
|
||||||
):
|
|
||||||
raise ValueError(
|
|
||||||
"Branch release inválido, debe tener el siguiente formato: "
|
|
||||||
"release/<env>/<type>/<name>, pero es: " + branch
|
|
||||||
)
|
|
||||||
|
|
||||||
return (components[1], components[2])
|
|
||||||
else:
|
|
||||||
raise ValueError("Branch inválido: " + branch)
|
|
||||||
|
|
||||||
|
|
||||||
def tag_command():
|
|
||||||
ensure_initialized()
|
|
||||||
ci = len(sys.argv) == 3 # ./git-flow tag <BEARER>
|
|
||||||
token = sys.argv[2] if ci else None
|
|
||||||
|
|
||||||
if token is None:
|
|
||||||
with open(REPOSITORY_TOKEN_PATH, "r") as file:
|
|
||||||
token = file.readline().strip()
|
|
||||||
|
|
||||||
output = Git("log", first_parent=True, merges=True, max_count=1, format="%H,%s").lines()
|
|
||||||
|
|
||||||
if not output:
|
|
||||||
print_error("No hay merges a taggear")
|
|
||||||
return
|
|
||||||
|
|
||||||
output = output[0]
|
|
||||||
pos = output.index(',')
|
|
||||||
commit = output[:pos]
|
|
||||||
message = output[pos+1:]
|
|
||||||
merged_branch = None
|
|
||||||
|
|
||||||
output = Git("describe", commit, tags=True, exact_match=True).firstline(check=False)
|
|
||||||
|
|
||||||
if output:
|
|
||||||
print_error("El ultimo merge ya tiene tag: " + output)
|
|
||||||
return
|
|
||||||
|
|
||||||
if message.startswith("Merged in "):
|
|
||||||
merged_branch = message.removeprefix("Merged in ")
|
|
||||||
merged_branch = merged_branch[:merged_branch.index(' ')]
|
|
||||||
elif message.startswith("Merge branch '"):
|
|
||||||
merged_branch = message.removeprefix("Merge branch '")
|
|
||||||
merged_branch = merged_branch[:merged_branch.index("'")]
|
|
||||||
else:
|
|
||||||
print_error("No se pudo obtener el nombre de la rama mergeada")
|
|
||||||
return
|
|
||||||
|
|
||||||
remote = Git.flow_config("flow.remote").firstline()
|
|
||||||
branch = Git.get_current_branch()
|
|
||||||
last_version = Git.get_current_tag() or "v1.0.0"
|
|
||||||
from_major = 1
|
|
||||||
until_dash = last_version.index("-") if "-" in last_version else None
|
|
||||||
[major, minor, patch] = map(int, last_version[from_major:until_dash].split("."))
|
|
||||||
|
|
||||||
(_, merged_branch_type) = get_branch_env_and_type(merged_branch)
|
|
||||||
increment = BRANCH_TYPES_INCREMENT[merged_branch_type]
|
|
||||||
|
|
||||||
if increment == "major":
|
|
||||||
major = major + 1
|
|
||||||
minor = 0
|
|
||||||
patch = 0
|
|
||||||
elif increment == "minor":
|
|
||||||
minor = minor + 1
|
|
||||||
patch = 0
|
|
||||||
elif increment == "patch":
|
|
||||||
patch = patch + 1
|
|
||||||
|
|
||||||
last_branch = Git.flow_config("flow.branches").firstline().split(" ")[-1]
|
|
||||||
suffix = "-" + branch if branch != last_branch else ""
|
|
||||||
new_version = f"v{major}.{minor}.{patch}" + suffix
|
|
||||||
|
|
||||||
if ci:
|
|
||||||
url = Git("remote", "get-url", remote).firstline()
|
|
||||||
|
|
||||||
if url:
|
|
||||||
[service, repository] = parse_url(url)
|
|
||||||
create_tag(service, repository, token, new_version, commit)
|
|
||||||
|
|
||||||
merged_commit = Git("show", "HEAD^2", patch=False, format="%H").firstline()
|
|
||||||
if update_changelog(merged_commit, branch):
|
|
||||||
Git("add", Changelog.FILENAME).exec()
|
|
||||||
Git("commit", message=BUMP_VERSION).exec()
|
|
||||||
Git("push").exec()
|
|
||||||
else:
|
|
||||||
Git("tag", new_version, commit).exec()
|
|
||||||
|
|
||||||
|
|
||||||
def release_command():
|
|
||||||
ensure_initialized()
|
|
||||||
|
|
||||||
branch = ensure_right_branch()
|
|
||||||
env_branches = Git.flow_config("flow.branches").firstline().split(" ")
|
|
||||||
(env, _) = get_branch_env_and_type(branch)
|
|
||||||
|
|
||||||
if env == env_branches[-1]:
|
|
||||||
raise RuntimeError("No se puede hacer release de una rama en el ultimo entorno.")
|
|
||||||
|
|
||||||
base = Git.get_first_fork_point(branch, env)
|
|
||||||
next_env = env_branches[env_branches.index(env) + 1]
|
|
||||||
next_branch = branch.replace(f"/{env}/", f"/{next_env}/") if branch.startswith("release/") else f"release/{next_env}/{branch}"
|
|
||||||
|
|
||||||
Git("switch", next_branch, create=True).exec()
|
|
||||||
commits = int(Git("rev-list", base + ".." + next_branch, count=True).firstline())
|
|
||||||
|
|
||||||
if commits > 1 and confirm(f"Desea reemplazar los {commits} commits de la rama por uno solo?"):
|
|
||||||
Git("reset", base, soft=True).exec()
|
|
||||||
commit_type = choose("Tipo de commit", COMMIT_TYPES[:-1]) # Solo permitir commits NO wip
|
|
||||||
Git("commit", m=commit_type + ": " + get_commit_message()).exec()
|
|
||||||
|
|
||||||
Git("rebase", base, next_branch, onto=next_env).exec()
|
|
||||||
|
|
||||||
|
|
||||||
def help_command(name: str|None = None):
|
|
||||||
if name is not None:
|
|
||||||
print_error(f"Comando inválido: {name}")
|
|
||||||
|
|
||||||
script = sys.argv[0]
|
|
||||||
|
|
||||||
print(f"""USO:
|
|
||||||
{script} <COMANDO>
|
|
||||||
|
|
||||||
COMANDOS:
|
|
||||||
init inicializa el repositorio por única vez para utilizar git-flow
|
|
||||||
new crea una nueva rama para realizar cambios
|
|
||||||
commit crea un commit siguiendo el formato de Conventional Commit
|
|
||||||
merge actualiza el changelog y crea un nuevo PR para mergear la rama
|
|
||||||
tag crea un nuevo tag para el ultimo merge
|
|
||||||
release crea una nueva rama release para pasar la rama actual al siguiente entorno
|
|
||||||
help muestra este texto de ayuda""", file=sys.stderr)
|
|
||||||
|
|
||||||
|
|
||||||
def ensure_initialized():
|
|
||||||
initialized = Git.flow_config("flow.initialized").firstline()
|
|
||||||
|
|
||||||
if initialized == "":
|
|
||||||
raise RuntimeError("El repositorio no fue inicializado, antes de continuar ejecute `git flow init`.")
|
|
||||||
elif initialized != "true":
|
|
||||||
raise RuntimeError(f"El valor de `flow.initialized` ({initialized}) es inválido.")
|
|
||||||
|
|
||||||
|
|
||||||
def get_commit_message():
|
|
||||||
message = None
|
|
||||||
|
|
||||||
while message is None:
|
|
||||||
message = input("Mensaje (recomendado: 100 caracteres): ").strip()
|
|
||||||
|
|
||||||
if not message:
|
|
||||||
print_error("El mensaje no puede ser vacío.")
|
|
||||||
message = None
|
|
||||||
|
|
||||||
return message
|
|
||||||
|
|
||||||
|
|
||||||
def ensure_right_branch():
|
|
||||||
branch = Git.get_current_branch()
|
|
||||||
|
|
||||||
if branch != "HEAD":
|
|
||||||
if confirm(f"Se encuentra sobre la rama '{branch}'. ¿Es correcto?"):
|
|
||||||
return branch
|
|
||||||
|
|
||||||
raise RuntimeError("Abortando operación")
|
|
||||||
|
|
||||||
|
|
||||||
def get_base_branch(branch: str):
|
|
||||||
if branch.startswith("release/"):
|
|
||||||
start = len("release/")
|
|
||||||
end = branch.index("/", start)
|
|
||||||
return branch[start:end]
|
|
||||||
else:
|
|
||||||
return Git.flow_config("flow.branches").firstline().split(" ")[0]
|
|
||||||
|
|
||||||
|
|
||||||
def get_unique_branch_name(branch_type):
|
|
||||||
print_info(f"Ingrese las palabras clave que describan el cambio de tipo '{branch_type}'.")
|
|
||||||
branch = None
|
|
||||||
branches = Git.get_branches()
|
|
||||||
|
|
||||||
while branch is None:
|
|
||||||
keywords = input("Palabras clave (por ej. 'edit worker form'): ")
|
|
||||||
|
|
||||||
if len(keywords) == 0:
|
|
||||||
print_error("Debe ingresar al menos una palabra clave.")
|
|
||||||
else:
|
|
||||||
keywords = list(filter(lambda k: len(k) > 0, keywords.split(" ")))
|
|
||||||
branch = branch_type + "/" + "-".join(keywords)
|
|
||||||
|
|
||||||
if branch in branches:
|
|
||||||
print_error(
|
|
||||||
f"La rama '{branch}' ya existe, cambie las palabras claves para generar otra"
|
|
||||||
)
|
|
||||||
branch = None
|
|
||||||
|
|
||||||
return branch
|
|
||||||
|
|
||||||
|
|
||||||
def update_changelog(branch: str, target: str):
|
|
||||||
last_commit = Git("show", "HEAD", no_patch=True, format="%s").firstline()
|
|
||||||
|
|
||||||
if last_commit == BUMP_VERSION:
|
|
||||||
return False
|
|
||||||
else:
|
|
||||||
content = generate_changelog_entry(branch, target)
|
|
||||||
|
|
||||||
if os.path.isfile(Changelog.FILENAME):
|
|
||||||
with open(Changelog.FILENAME, "r") as changelog:
|
|
||||||
content = content + changelog.read()
|
|
||||||
|
|
||||||
with open(Changelog.FILENAME, "w") as changelog:
|
|
||||||
changelog.write(content)
|
|
||||||
|
|
||||||
|
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
def get_changelog_header_lines(branch: str):
|
|
||||||
name = Git("config", "user.name").firstline()
|
|
||||||
email = Git("config", "user.email").firstline()
|
|
||||||
|
|
||||||
now = datetime.datetime.now()
|
|
||||||
weekday = now.strftime("%A").capitalize()
|
|
||||||
month = now.strftime("%B").capitalize()
|
|
||||||
timestamp = now.strftime(f"{weekday}, %e de {month} de %Y, %H:%M")
|
|
||||||
|
|
||||||
return [
|
|
||||||
f"## {timestamp}",
|
|
||||||
"",
|
|
||||||
f"- Autor: [{name}](mailto:{email})",
|
|
||||||
f"- Rama: `{branch}`",
|
|
||||||
"",
|
|
||||||
"### Commits",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
|
|
||||||
def get_changelog_content_lines(branch: str, target: str):
|
|
||||||
lines = []
|
|
||||||
base = Git.get_first_fork_point(branch, target)
|
|
||||||
commits = Git("log", base + ".." + branch, first_parent=True, format="%h", merges=False).lines()
|
|
||||||
|
|
||||||
for commit in commits:
|
|
||||||
message = Git("show", commit, patch=False, format="%s").firstline()
|
|
||||||
email = Git("show", commit, patch=False, format="%ae").firstline()
|
|
||||||
username = email[:email.index('@')]
|
|
||||||
|
|
||||||
if message == BUMP_VERSION:
|
|
||||||
continue
|
|
||||||
|
|
||||||
index = message.index(":")
|
|
||||||
commit_type = message[:index]
|
|
||||||
commit_message = message[index+1:]
|
|
||||||
|
|
||||||
lines.append(f"- **{commit_type}**: {commit_message} [[{username}](mailto:{email})] ({commit})")
|
|
||||||
|
|
||||||
return lines
|
|
||||||
|
|
||||||
def get_changelog_footer_lines():
|
|
||||||
return [
|
|
||||||
"",
|
|
||||||
"---",
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
]
|
|
||||||
|
|
||||||
def generate_changelog_entry(branch: str, target: str):
|
|
||||||
entry_lines = get_changelog_header_lines(branch)
|
|
||||||
entry_lines += get_changelog_content_lines(branch, target)
|
|
||||||
entry_lines += get_changelog_footer_lines()
|
|
||||||
|
|
||||||
return "\n".join(entry_lines)
|
|
||||||
|
|
||||||
|
|
||||||
def create_pull_request(service: str, repository: str, source: str, destination: str):
|
|
||||||
endpoint = get_api_endpoint(service, repository, "/pullrequests")
|
|
||||||
title = source.replace("/", ": ").replace("-", " ")
|
|
||||||
description = "\n".join(get_changelog_content_lines(source, destination))
|
|
||||||
headers = get_headers()
|
|
||||||
|
|
||||||
json = {
|
|
||||||
"title": title,
|
|
||||||
"description": description,
|
|
||||||
"source": {"branch": {"name": source}},
|
|
||||||
"destination": {"branch": {"name": destination}},
|
|
||||||
"close_source_branch": True
|
|
||||||
}
|
|
||||||
|
|
||||||
request = requests.post(endpoint, headers=headers, json=json)
|
|
||||||
|
|
||||||
if request.ok:
|
|
||||||
json = request.json()
|
|
||||||
print_success("PR creado exitosamente: " + json['links']['html']['href'])
|
|
||||||
else:
|
|
||||||
print_error("Ocurrió un error al crear el PR: " + request.text)
|
|
||||||
|
|
||||||
|
|
||||||
def create_tag(service: str, repository: str, token: str, tag: str, commit: str):
|
|
||||||
endpoint = get_api_endpoint(service, repository, "/refs/tags")
|
|
||||||
headers = get_headers(token)
|
|
||||||
json = {
|
|
||||||
"name": tag,
|
|
||||||
"target": {
|
|
||||||
"hash": commit
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
response = requests.post(endpoint, headers=headers, json=json)
|
|
||||||
|
|
||||||
if response.ok:
|
|
||||||
print("Tag creado exitosamente.")
|
|
||||||
else:
|
|
||||||
print_error("Ocurrió un error al crear el tag: " + response.text)
|
|
||||||
|
|
||||||
|
|
||||||
def get_headers(token: str | None = None):
|
|
||||||
if not token:
|
|
||||||
with open(REPOSITORY_TOKEN_PATH) as file:
|
|
||||||
token = file.readline().strip()
|
|
||||||
|
|
||||||
return {
|
|
||||||
"Accept": "application/json",
|
|
||||||
"Content-Type": "application/json",
|
|
||||||
"Authorization": "Bearer " + token,
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
def get_api_endpoint(service: str, repository: str, path: str):
|
|
||||||
if service == "bitbucket.org":
|
|
||||||
return "https://api.bitbucket.org/2.0/repositories/" + repository + path
|
|
||||||
|
|
||||||
return ""
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|||||||
@@ -0,0 +1,144 @@
|
|||||||
|
version = 1
|
||||||
|
revision = 3
|
||||||
|
requires-python = ">=3.10"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "certifi"
|
||||||
|
version = "2026.1.4"
|
||||||
|
source = { registry = "https://pypi.org/simple" }
|
||||||
|
sdist = { url = "https://files.pythonhosted.org/packages/e0/2d/a891ca51311197f6ad14a7ef42e2399f36cf2f9bd44752b3dc4eab60fdc5/certifi-2026.1.4.tar.gz", hash = "sha256:ac726dd470482006e014ad384921ed6438c457018f4b3d204aea4281258b2120", size = 154268, upload-time = "2026-01-04T02:42:41.825Z" }
|
||||||
|
wheels = [
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/e6/ad/3cc14f097111b4de0040c83a525973216457bbeeb63739ef1ed275c1c021/certifi-2026.1.4-py3-none-any.whl", hash = "sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c", size = 152900, upload-time = "2026-01-04T02:42:40.15Z" },
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "charset-normalizer"
|
||||||
|
version = "3.4.4"
|
||||||
|
source = { registry = "https://pypi.org/simple" }
|
||||||
|
sdist = { url = "https://files.pythonhosted.org/packages/13/69/33ddede1939fdd074bce5434295f38fae7136463422fe4fd3e0e89b98062/charset_normalizer-3.4.4.tar.gz", hash = "sha256:94537985111c35f28720e43603b8e7b43a6ecfb2ce1d3058bbe955b73404e21a", size = 129418, upload-time = "2025-10-14T04:42:32.879Z" }
|
||||||
|
wheels = [
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/1f/b8/6d51fc1d52cbd52cd4ccedd5b5b2f0f6a11bbf6765c782298b0f3e808541/charset_normalizer-3.4.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e824f1492727fa856dd6eda4f7cee25f8518a12f3c4a56a74e8095695089cf6d", size = 209709, upload-time = "2025-10-14T04:40:11.385Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/5c/af/1f9d7f7faafe2ddfb6f72a2e07a548a629c61ad510fe60f9630309908fef/charset_normalizer-3.4.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4bd5d4137d500351a30687c2d3971758aac9a19208fc110ccb9d7188fbe709e8", size = 148814, upload-time = "2025-10-14T04:40:13.135Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/79/3d/f2e3ac2bbc056ca0c204298ea4e3d9db9b4afe437812638759db2c976b5f/charset_normalizer-3.4.4-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:027f6de494925c0ab2a55eab46ae5129951638a49a34d87f4c3eda90f696b4ad", size = 144467, upload-time = "2025-10-14T04:40:14.728Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/ec/85/1bf997003815e60d57de7bd972c57dc6950446a3e4ccac43bc3070721856/charset_normalizer-3.4.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f820802628d2694cb7e56db99213f930856014862f3fd943d290ea8438d07ca8", size = 162280, upload-time = "2025-10-14T04:40:16.14Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/3e/8e/6aa1952f56b192f54921c436b87f2aaf7c7a7c3d0d1a765547d64fd83c13/charset_normalizer-3.4.4-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:798d75d81754988d2565bff1b97ba5a44411867c0cf32b77a7e8f8d84796b10d", size = 159454, upload-time = "2025-10-14T04:40:17.567Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/36/3b/60cbd1f8e93aa25d1c669c649b7a655b0b5fb4c571858910ea9332678558/charset_normalizer-3.4.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9d1bb833febdff5c8927f922386db610b49db6e0d4f4ee29601d71e7c2694313", size = 153609, upload-time = "2025-10-14T04:40:19.08Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/64/91/6a13396948b8fd3c4b4fd5bc74d045f5637d78c9675585e8e9fbe5636554/charset_normalizer-3.4.4-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:9cd98cdc06614a2f768d2b7286d66805f94c48cde050acdbbb7db2600ab3197e", size = 151849, upload-time = "2025-10-14T04:40:20.607Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/b7/7a/59482e28b9981d105691e968c544cc0df3b7d6133152fb3dcdc8f135da7a/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:077fbb858e903c73f6c9db43374fd213b0b6a778106bc7032446a8e8b5b38b93", size = 151586, upload-time = "2025-10-14T04:40:21.719Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/92/59/f64ef6a1c4bdd2baf892b04cd78792ed8684fbc48d4c2afe467d96b4df57/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:244bfb999c71b35de57821b8ea746b24e863398194a4014e4c76adc2bbdfeff0", size = 145290, upload-time = "2025-10-14T04:40:23.069Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/6b/63/3bf9f279ddfa641ffa1962b0db6a57a9c294361cc2f5fcac997049a00e9c/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:64b55f9dce520635f018f907ff1b0df1fdc31f2795a922fb49dd14fbcdf48c84", size = 163663, upload-time = "2025-10-14T04:40:24.17Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/ed/09/c9e38fc8fa9e0849b172b581fd9803bdf6e694041127933934184e19f8c3/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:faa3a41b2b66b6e50f84ae4a68c64fcd0c44355741c6374813a800cd6695db9e", size = 151964, upload-time = "2025-10-14T04:40:25.368Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/d2/d1/d28b747e512d0da79d8b6a1ac18b7ab2ecfd81b2944c4c710e166d8dd09c/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:6515f3182dbe4ea06ced2d9e8666d97b46ef4c75e326b79bb624110f122551db", size = 161064, upload-time = "2025-10-14T04:40:26.806Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/bb/9a/31d62b611d901c3b9e5500c36aab0ff5eb442043fb3a1c254200d3d397d9/charset_normalizer-3.4.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cc00f04ed596e9dc0da42ed17ac5e596c6ccba999ba6bd92b0e0aef2f170f2d6", size = 155015, upload-time = "2025-10-14T04:40:28.284Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/1f/f3/107e008fa2bff0c8b9319584174418e5e5285fef32f79d8ee6a430d0039c/charset_normalizer-3.4.4-cp310-cp310-win32.whl", hash = "sha256:f34be2938726fc13801220747472850852fe6b1ea75869a048d6f896838c896f", size = 99792, upload-time = "2025-10-14T04:40:29.613Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/eb/66/e396e8a408843337d7315bab30dbf106c38966f1819f123257f5520f8a96/charset_normalizer-3.4.4-cp310-cp310-win_amd64.whl", hash = "sha256:a61900df84c667873b292c3de315a786dd8dac506704dea57bc957bd31e22c7d", size = 107198, upload-time = "2025-10-14T04:40:30.644Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/b5/58/01b4f815bf0312704c267f2ccb6e5d42bcc7752340cd487bc9f8c3710597/charset_normalizer-3.4.4-cp310-cp310-win_arm64.whl", hash = "sha256:cead0978fc57397645f12578bfd2d5ea9138ea0fac82b2f63f7f7c6877986a69", size = 100262, upload-time = "2025-10-14T04:40:32.108Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/ed/27/c6491ff4954e58a10f69ad90aca8a1b6fe9c5d3c6f380907af3c37435b59/charset_normalizer-3.4.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:6e1fcf0720908f200cd21aa4e6750a48ff6ce4afe7ff5a79a90d5ed8a08296f8", size = 206988, upload-time = "2025-10-14T04:40:33.79Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/94/59/2e87300fe67ab820b5428580a53cad894272dbb97f38a7a814a2a1ac1011/charset_normalizer-3.4.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5f819d5fe9234f9f82d75bdfa9aef3a3d72c4d24a6e57aeaebba32a704553aa0", size = 147324, upload-time = "2025-10-14T04:40:34.961Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/07/fb/0cf61dc84b2b088391830f6274cb57c82e4da8bbc2efeac8c025edb88772/charset_normalizer-3.4.4-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:a59cb51917aa591b1c4e6a43c132f0cdc3c76dbad6155df4e28ee626cc77a0a3", size = 142742, upload-time = "2025-10-14T04:40:36.105Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/62/8b/171935adf2312cd745d290ed93cf16cf0dfe320863ab7cbeeae1dcd6535f/charset_normalizer-3.4.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8ef3c867360f88ac904fd3f5e1f902f13307af9052646963ee08ff4f131adafc", size = 160863, upload-time = "2025-10-14T04:40:37.188Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/09/73/ad875b192bda14f2173bfc1bc9a55e009808484a4b256748d931b6948442/charset_normalizer-3.4.4-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d9e45d7faa48ee908174d8fe84854479ef838fc6a705c9315372eacbc2f02897", size = 157837, upload-time = "2025-10-14T04:40:38.435Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/6d/fc/de9cce525b2c5b94b47c70a4b4fb19f871b24995c728e957ee68ab1671ea/charset_normalizer-3.4.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:840c25fb618a231545cbab0564a799f101b63b9901f2569faecd6b222ac72381", size = 151550, upload-time = "2025-10-14T04:40:40.053Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/55/c2/43edd615fdfba8c6f2dfbd459b25a6b3b551f24ea21981e23fb768503ce1/charset_normalizer-3.4.4-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ca5862d5b3928c4940729dacc329aa9102900382fea192fc5e52eb69d6093815", size = 149162, upload-time = "2025-10-14T04:40:41.163Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/03/86/bde4ad8b4d0e9429a4e82c1e8f5c659993a9a863ad62c7df05cf7b678d75/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d9c7f57c3d666a53421049053eaacdd14bbd0a528e2186fcb2e672effd053bb0", size = 150019, upload-time = "2025-10-14T04:40:42.276Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/1f/86/a151eb2af293a7e7bac3a739b81072585ce36ccfb4493039f49f1d3cae8c/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:277e970e750505ed74c832b4bf75dac7476262ee2a013f5574dd49075879e161", size = 143310, upload-time = "2025-10-14T04:40:43.439Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/b5/fe/43dae6144a7e07b87478fdfc4dbe9efd5defb0e7ec29f5f58a55aeef7bf7/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:31fd66405eaf47bb62e8cd575dc621c56c668f27d46a61d975a249930dd5e2a4", size = 162022, upload-time = "2025-10-14T04:40:44.547Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/80/e6/7aab83774f5d2bca81f42ac58d04caf44f0cc2b65fc6db2b3b2e8a05f3b3/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:0d3d8f15c07f86e9ff82319b3d9ef6f4bf907608f53fe9d92b28ea9ae3d1fd89", size = 149383, upload-time = "2025-10-14T04:40:46.018Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/4f/e8/b289173b4edae05c0dde07f69f8db476a0b511eac556dfe0d6bda3c43384/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:9f7fcd74d410a36883701fafa2482a6af2ff5ba96b9a620e9e0721e28ead5569", size = 159098, upload-time = "2025-10-14T04:40:47.081Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/d8/df/fe699727754cae3f8478493c7f45f777b17c3ef0600e28abfec8619eb49c/charset_normalizer-3.4.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ebf3e58c7ec8a8bed6d66a75d7fb37b55e5015b03ceae72a8e7c74495551e224", size = 152991, upload-time = "2025-10-14T04:40:48.246Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/1a/86/584869fe4ddb6ffa3bd9f491b87a01568797fb9bd8933f557dba9771beaf/charset_normalizer-3.4.4-cp311-cp311-win32.whl", hash = "sha256:eecbc200c7fd5ddb9a7f16c7decb07b566c29fa2161a16cf67b8d068bd21690a", size = 99456, upload-time = "2025-10-14T04:40:49.376Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/65/f6/62fdd5feb60530f50f7e38b4f6a1d5203f4d16ff4f9f0952962c044e919a/charset_normalizer-3.4.4-cp311-cp311-win_amd64.whl", hash = "sha256:5ae497466c7901d54b639cf42d5b8c1b6a4fead55215500d2f486d34db48d016", size = 106978, upload-time = "2025-10-14T04:40:50.844Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/7a/9d/0710916e6c82948b3be62d9d398cb4fcf4e97b56d6a6aeccd66c4b2f2bd5/charset_normalizer-3.4.4-cp311-cp311-win_arm64.whl", hash = "sha256:65e2befcd84bc6f37095f5961e68a6f077bf44946771354a28ad434c2cce0ae1", size = 99969, upload-time = "2025-10-14T04:40:52.272Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/f3/85/1637cd4af66fa687396e757dec650f28025f2a2f5a5531a3208dc0ec43f2/charset_normalizer-3.4.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0a98e6759f854bd25a58a73fa88833fba3b7c491169f86ce1180c948ab3fd394", size = 208425, upload-time = "2025-10-14T04:40:53.353Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/9d/6a/04130023fef2a0d9c62d0bae2649b69f7b7d8d24ea5536feef50551029df/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b5b290ccc2a263e8d185130284f8501e3e36c5e02750fc6b6bdeb2e9e96f1e25", size = 148162, upload-time = "2025-10-14T04:40:54.558Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/78/29/62328d79aa60da22c9e0b9a66539feae06ca0f5a4171ac4f7dc285b83688/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74bb723680f9f7a6234dcf67aea57e708ec1fbdf5699fb91dfd6f511b0a320ef", size = 144558, upload-time = "2025-10-14T04:40:55.677Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/86/bb/b32194a4bf15b88403537c2e120b817c61cd4ecffa9b6876e941c3ee38fe/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f1e34719c6ed0b92f418c7c780480b26b5d9c50349e9a9af7d76bf757530350d", size = 161497, upload-time = "2025-10-14T04:40:57.217Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/19/89/a54c82b253d5b9b111dc74aca196ba5ccfcca8242d0fb64146d4d3183ff1/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2437418e20515acec67d86e12bf70056a33abdacb5cb1655042f6538d6b085a8", size = 159240, upload-time = "2025-10-14T04:40:58.358Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/c0/10/d20b513afe03acc89ec33948320a5544d31f21b05368436d580dec4e234d/charset_normalizer-3.4.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:11d694519d7f29d6cd09f6ac70028dba10f92f6cdd059096db198c283794ac86", size = 153471, upload-time = "2025-10-14T04:40:59.468Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/61/fa/fbf177b55bdd727010f9c0a3c49eefa1d10f960e5f09d1d887bf93c2e698/charset_normalizer-3.4.4-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:ac1c4a689edcc530fc9d9aa11f5774b9e2f33f9a0c6a57864e90908f5208d30a", size = 150864, upload-time = "2025-10-14T04:41:00.623Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/05/12/9fbc6a4d39c0198adeebbde20b619790e9236557ca59fc40e0e3cebe6f40/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:21d142cc6c0ec30d2efee5068ca36c128a30b0f2c53c1c07bd78cb6bc1d3be5f", size = 150647, upload-time = "2025-10-14T04:41:01.754Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/ad/1f/6a9a593d52e3e8c5d2b167daf8c6b968808efb57ef4c210acb907c365bc4/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:5dbe56a36425d26d6cfb40ce79c314a2e4dd6211d51d6d2191c00bed34f354cc", size = 145110, upload-time = "2025-10-14T04:41:03.231Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/30/42/9a52c609e72471b0fc54386dc63c3781a387bb4fe61c20231a4ebcd58bdd/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:5bfbb1b9acf3334612667b61bd3002196fe2a1eb4dd74d247e0f2a4d50ec9bbf", size = 162839, upload-time = "2025-10-14T04:41:04.715Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/c4/5b/c0682bbf9f11597073052628ddd38344a3d673fda35a36773f7d19344b23/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:d055ec1e26e441f6187acf818b73564e6e6282709e9bcb5b63f5b23068356a15", size = 150667, upload-time = "2025-10-14T04:41:05.827Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/e4/24/a41afeab6f990cf2daf6cb8c67419b63b48cf518e4f56022230840c9bfb2/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:af2d8c67d8e573d6de5bc30cdb27e9b95e49115cd9baad5ddbd1a6207aaa82a9", size = 160535, upload-time = "2025-10-14T04:41:06.938Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/2a/e5/6a4ce77ed243c4a50a1fecca6aaaab419628c818a49434be428fe24c9957/charset_normalizer-3.4.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:780236ac706e66881f3b7f2f32dfe90507a09e67d1d454c762cf642e6e1586e0", size = 154816, upload-time = "2025-10-14T04:41:08.101Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/a8/ef/89297262b8092b312d29cdb2517cb1237e51db8ecef2e9af5edbe7b683b1/charset_normalizer-3.4.4-cp312-cp312-win32.whl", hash = "sha256:5833d2c39d8896e4e19b689ffc198f08ea58116bee26dea51e362ecc7cd3ed26", size = 99694, upload-time = "2025-10-14T04:41:09.23Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/3d/2d/1e5ed9dd3b3803994c155cd9aacb60c82c331bad84daf75bcb9c91b3295e/charset_normalizer-3.4.4-cp312-cp312-win_amd64.whl", hash = "sha256:a79cfe37875f822425b89a82333404539ae63dbdddf97f84dcbc3d339aae9525", size = 107131, upload-time = "2025-10-14T04:41:10.467Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/d0/d9/0ed4c7098a861482a7b6a95603edce4c0d9db2311af23da1fb2b75ec26fc/charset_normalizer-3.4.4-cp312-cp312-win_arm64.whl", hash = "sha256:376bec83a63b8021bb5c8ea75e21c4ccb86e7e45ca4eb81146091b56599b80c3", size = 100390, upload-time = "2025-10-14T04:41:11.915Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/97/45/4b3a1239bbacd321068ea6e7ac28875b03ab8bc0aa0966452db17cd36714/charset_normalizer-3.4.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e1f185f86a6f3403aa2420e815904c67b2f9ebc443f045edd0de921108345794", size = 208091, upload-time = "2025-10-14T04:41:13.346Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/7d/62/73a6d7450829655a35bb88a88fca7d736f9882a27eacdca2c6d505b57e2e/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6b39f987ae8ccdf0d2642338faf2abb1862340facc796048b604ef14919e55ed", size = 147936, upload-time = "2025-10-14T04:41:14.461Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/89/c5/adb8c8b3d6625bef6d88b251bbb0d95f8205831b987631ab0c8bb5d937c2/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3162d5d8ce1bb98dd51af660f2121c55d0fa541b46dff7bb9b9f86ea1d87de72", size = 144180, upload-time = "2025-10-14T04:41:15.588Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/91/ed/9706e4070682d1cc219050b6048bfd293ccf67b3d4f5a4f39207453d4b99/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:81d5eb2a312700f4ecaa977a8235b634ce853200e828fbadf3a9c50bab278328", size = 161346, upload-time = "2025-10-14T04:41:16.738Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/d5/0d/031f0d95e4972901a2f6f09ef055751805ff541511dc1252ba3ca1f80cf5/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5bd2293095d766545ec1a8f612559f6b40abc0eb18bb2f5d1171872d34036ede", size = 158874, upload-time = "2025-10-14T04:41:17.923Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/f5/83/6ab5883f57c9c801ce5e5677242328aa45592be8a00644310a008d04f922/charset_normalizer-3.4.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a8a8b89589086a25749f471e6a900d3f662d1d3b6e2e59dcecf787b1cc3a1894", size = 153076, upload-time = "2025-10-14T04:41:19.106Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/75/1e/5ff781ddf5260e387d6419959ee89ef13878229732732ee73cdae01800f2/charset_normalizer-3.4.4-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:bc7637e2f80d8530ee4a78e878bce464f70087ce73cf7c1caf142416923b98f1", size = 150601, upload-time = "2025-10-14T04:41:20.245Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/d7/57/71be810965493d3510a6ca79b90c19e48696fb1ff964da319334b12677f0/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f8bf04158c6b607d747e93949aa60618b61312fe647a6369f88ce2ff16043490", size = 150376, upload-time = "2025-10-14T04:41:21.398Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/e5/d5/c3d057a78c181d007014feb7e9f2e65905a6c4ef182c0ddf0de2924edd65/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:554af85e960429cf30784dd47447d5125aaa3b99a6f0683589dbd27e2f45da44", size = 144825, upload-time = "2025-10-14T04:41:22.583Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/e6/8c/d0406294828d4976f275ffbe66f00266c4b3136b7506941d87c00cab5272/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:74018750915ee7ad843a774364e13a3db91682f26142baddf775342c3f5b1133", size = 162583, upload-time = "2025-10-14T04:41:23.754Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/d7/24/e2aa1f18c8f15c4c0e932d9287b8609dd30ad56dbe41d926bd846e22fb8d/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:c0463276121fdee9c49b98908b3a89c39be45d86d1dbaa22957e38f6321d4ce3", size = 150366, upload-time = "2025-10-14T04:41:25.27Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/e4/5b/1e6160c7739aad1e2df054300cc618b06bf784a7a164b0f238360721ab86/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:362d61fd13843997c1c446760ef36f240cf81d3ebf74ac62652aebaf7838561e", size = 160300, upload-time = "2025-10-14T04:41:26.725Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/7a/10/f882167cd207fbdd743e55534d5d9620e095089d176d55cb22d5322f2afd/charset_normalizer-3.4.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9a26f18905b8dd5d685d6d07b0cdf98a79f3c7a918906af7cc143ea2e164c8bc", size = 154465, upload-time = "2025-10-14T04:41:28.322Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/89/66/c7a9e1b7429be72123441bfdbaf2bc13faab3f90b933f664db506dea5915/charset_normalizer-3.4.4-cp313-cp313-win32.whl", hash = "sha256:9b35f4c90079ff2e2edc5b26c0c77925e5d2d255c42c74fdb70fb49b172726ac", size = 99404, upload-time = "2025-10-14T04:41:29.95Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/c4/26/b9924fa27db384bdcd97ab83b4f0a8058d96ad9626ead570674d5e737d90/charset_normalizer-3.4.4-cp313-cp313-win_amd64.whl", hash = "sha256:b435cba5f4f750aa6c0a0d92c541fb79f69a387c91e61f1795227e4ed9cece14", size = 107092, upload-time = "2025-10-14T04:41:31.188Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/af/8f/3ed4bfa0c0c72a7ca17f0380cd9e4dd842b09f664e780c13cff1dcf2ef1b/charset_normalizer-3.4.4-cp313-cp313-win_arm64.whl", hash = "sha256:542d2cee80be6f80247095cc36c418f7bddd14f4a6de45af91dfad36d817bba2", size = 100408, upload-time = "2025-10-14T04:41:32.624Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/2a/35/7051599bd493e62411d6ede36fd5af83a38f37c4767b92884df7301db25d/charset_normalizer-3.4.4-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:da3326d9e65ef63a817ecbcc0df6e94463713b754fe293eaa03da99befb9a5bd", size = 207746, upload-time = "2025-10-14T04:41:33.773Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/10/9a/97c8d48ef10d6cd4fcead2415523221624bf58bcf68a802721a6bc807c8f/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8af65f14dc14a79b924524b1e7fffe304517b2bff5a58bf64f30b98bbc5079eb", size = 147889, upload-time = "2025-10-14T04:41:34.897Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/10/bf/979224a919a1b606c82bd2c5fa49b5c6d5727aa47b4312bb27b1734f53cd/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74664978bb272435107de04e36db5a9735e78232b85b77d45cfb38f758efd33e", size = 143641, upload-time = "2025-10-14T04:41:36.116Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/ba/33/0ad65587441fc730dc7bd90e9716b30b4702dc7b617e6ba4997dc8651495/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:752944c7ffbfdd10c074dc58ec2d5a8a4cd9493b314d367c14d24c17684ddd14", size = 160779, upload-time = "2025-10-14T04:41:37.229Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/67/ed/331d6b249259ee71ddea93f6f2f0a56cfebd46938bde6fcc6f7b9a3d0e09/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d1f13550535ad8cff21b8d757a3257963e951d96e20ec82ab44bc64aeb62a191", size = 159035, upload-time = "2025-10-14T04:41:38.368Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/67/ff/f6b948ca32e4f2a4576aa129d8bed61f2e0543bf9f5f2b7fc3758ed005c9/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ecaae4149d99b1c9e7b88bb03e3221956f68fd6d50be2ef061b2381b61d20838", size = 152542, upload-time = "2025-10-14T04:41:39.862Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/16/85/276033dcbcc369eb176594de22728541a925b2632f9716428c851b149e83/charset_normalizer-3.4.4-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:cb6254dc36b47a990e59e1068afacdcd02958bdcce30bb50cc1700a8b9d624a6", size = 149524, upload-time = "2025-10-14T04:41:41.319Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/9e/f2/6a2a1f722b6aba37050e626530a46a68f74e63683947a8acff92569f979a/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c8ae8a0f02f57a6e61203a31428fa1d677cbe50c93622b4149d5c0f319c1d19e", size = 150395, upload-time = "2025-10-14T04:41:42.539Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/60/bb/2186cb2f2bbaea6338cad15ce23a67f9b0672929744381e28b0592676824/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:47cc91b2f4dd2833fddaedd2893006b0106129d4b94fdb6af1f4ce5a9965577c", size = 143680, upload-time = "2025-10-14T04:41:43.661Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/7d/a5/bf6f13b772fbb2a90360eb620d52ed8f796f3c5caee8398c3b2eb7b1c60d/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:82004af6c302b5d3ab2cfc4cc5f29db16123b1a8417f2e25f9066f91d4411090", size = 162045, upload-time = "2025-10-14T04:41:44.821Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/df/c5/d1be898bf0dc3ef9030c3825e5d3b83f2c528d207d246cbabe245966808d/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b7d8f6c26245217bd2ad053761201e9f9680f8ce52f0fcd8d0755aeae5b2152", size = 149687, upload-time = "2025-10-14T04:41:46.442Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/a5/42/90c1f7b9341eef50c8a1cb3f098ac43b0508413f33affd762855f67a410e/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:799a7a5e4fb2d5898c60b640fd4981d6a25f1c11790935a44ce38c54e985f828", size = 160014, upload-time = "2025-10-14T04:41:47.631Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/76/be/4d3ee471e8145d12795ab655ece37baed0929462a86e72372fd25859047c/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:99ae2cffebb06e6c22bdc25801d7b30f503cc87dbd283479e7b606f70aff57ec", size = 154044, upload-time = "2025-10-14T04:41:48.81Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/b0/6f/8f7af07237c34a1defe7defc565a9bc1807762f672c0fde711a4b22bf9c0/charset_normalizer-3.4.4-cp314-cp314-win32.whl", hash = "sha256:f9d332f8c2a2fcbffe1378594431458ddbef721c1769d78e2cbc06280d8155f9", size = 99940, upload-time = "2025-10-14T04:41:49.946Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/4b/51/8ade005e5ca5b0d80fb4aff72a3775b325bdc3d27408c8113811a7cbe640/charset_normalizer-3.4.4-cp314-cp314-win_amd64.whl", hash = "sha256:8a6562c3700cce886c5be75ade4a5db4214fda19fede41d9792d100288d8f94c", size = 107104, upload-time = "2025-10-14T04:41:51.051Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/da/5f/6b8f83a55bb8278772c5ae54a577f3099025f9ade59d0136ac24a0df4bde/charset_normalizer-3.4.4-cp314-cp314-win_arm64.whl", hash = "sha256:de00632ca48df9daf77a2c65a484531649261ec9f25489917f09e455cb09ddb2", size = 100743, upload-time = "2025-10-14T04:41:52.122Z" },
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/0a/4c/925909008ed5a988ccbb72dcc897407e5d6d3bd72410d69e051fc0c14647/charset_normalizer-3.4.4-py3-none-any.whl", hash = "sha256:7a32c560861a02ff789ad905a2fe94e3f840803362c84fecf1851cb4cf3dc37f", size = 53402, upload-time = "2025-10-14T04:42:31.76Z" },
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "git-flow"
|
||||||
|
source = { editable = "." }
|
||||||
|
dependencies = [
|
||||||
|
{ name = "requests" },
|
||||||
|
]
|
||||||
|
|
||||||
|
[package.metadata]
|
||||||
|
requires-dist = [{ name = "requests" }]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "idna"
|
||||||
|
version = "3.11"
|
||||||
|
source = { registry = "https://pypi.org/simple" }
|
||||||
|
sdist = { url = "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60/idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902", size = 194582, upload-time = "2025-10-12T14:55:20.501Z" }
|
||||||
|
wheels = [
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/0e/61/66938bbb5fc52dbdf84594873d5b51fb1f7c7794e9c0f5bd885f30bc507b/idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea", size = 71008, upload-time = "2025-10-12T14:55:18.883Z" },
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "requests"
|
||||||
|
version = "2.32.5"
|
||||||
|
source = { registry = "https://pypi.org/simple" }
|
||||||
|
dependencies = [
|
||||||
|
{ name = "certifi" },
|
||||||
|
{ name = "charset-normalizer" },
|
||||||
|
{ name = "idna" },
|
||||||
|
{ name = "urllib3" },
|
||||||
|
]
|
||||||
|
sdist = { url = "https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4/requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf", size = 134517, upload-time = "2025-08-18T20:46:02.573Z" }
|
||||||
|
wheels = [
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size = 64738, upload-time = "2025-08-18T20:46:00.542Z" },
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "urllib3"
|
||||||
|
version = "2.6.3"
|
||||||
|
source = { registry = "https://pypi.org/simple" }
|
||||||
|
sdist = { url = "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", size = 435556, upload-time = "2026-01-07T16:24:43.925Z" }
|
||||||
|
wheels = [
|
||||||
|
{ url = "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4", size = 131584, upload-time = "2026-01-07T16:24:42.685Z" },
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user