From 5e4e65744b32a3072f7a70e85b14f4852da7368d Mon Sep 17 00:00:00 2001 From: B Date: Tue, 7 Jan 2025 18:51:15 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9D=20docs(core):=20bump=20year=20?= =?UTF-8?q?version=20[patch=20candidate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 1 + LICENSE.md => LICENSE | 6 +++--- README.md | 4 ++-- pyproject.toml | 2 +- requirements.txt | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) rename LICENSE.md => LICENSE (99%) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 82aeaa0..1127d48 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,4 @@ updates: commit-message: prefix: "deps" open-pull-requests-limit: 5 + target-branch: "dev" diff --git a/LICENSE.md b/LICENSE similarity index 99% rename from LICENSE.md rename to LICENSE index 0738848..d52b2cf 100644 --- a/LICENSE.md +++ b/LICENSE @@ -530,7 +530,7 @@ modification follow. conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, - or that patent license was granted, prior to 28 March 2024. + or that patent license was granted, prior to 28 March 2025. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may @@ -631,7 +631,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. CICD Core Scripts - Copyright (C) 2024 Na0nh + Copyright (C) 2025 Na0nh This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -651,7 +651,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - scripts Copyright (C) 2024 Na0nh + scripts Copyright (C) 2025 Na0nh This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c` for details. diff --git a/README.md b/README.md index a649c72..13aa934 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![Python](https://img.shields.io/badge/Python-3.11%2B-blue.svg) ![Build Status](https://github.com/JuanVilla424/scripts/actions/workflows/ci.yml/badge.svg?branch=main) ![Status](https://img.shields.io/badge/Status-Stable-green.svg) -[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE.md) +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE) This repository contains a collection of base Python scripts that are invoked by the CI/CD processes of other repositories, especially the template repository. These scripts are used for formatting, checking files, version control, and updating the year in file headers or documentation. @@ -147,4 +147,4 @@ For any inquiries or support, please open an issue or contact [r6ty5r296it6tl4eg ## 📜 License -2025 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE.md) file included in this repository. +2025 - This project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this software under the terms of the GPL-3.0 license. For more details, please refer to the [LICENSE](LICENSE) file included in this repository. diff --git a/pyproject.toml b/pyproject.toml index 7728bab..0fe517a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ idna = "^3.0" certifi = "^2024.8.30" bump2version = "^1.0.0" python-dotenv = "^1.0.0" -cryptography = "^43.0.0" +cryptography = "^44.0.0" requests = "^2.32.3" wheel = ">=0.36.2" diff --git a/requirements.txt b/requirements.txt index 7367a0f..5fc76a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,4 +30,4 @@ requests~=2.32.3 python-dotenv>=1.0.0 -cryptography>=43.0.0 +cryptography>=44.0.0 From 833a667644751c741efee3259d92def364097afe Mon Sep 17 00:00:00 2001 From: B Date: Tue, 7 Jan 2025 18:51:24 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=201.1.11=20?= =?UTF-8?q?=E2=86=92=201.1.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 13b551d..c766356 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.11 +current_version = 1.1.12 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index 0fe517a..66ad3fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scripts" -version = "1.1.11" +version = "1.1.12" description = "CICD Core Scripts" authors = ["B "] license = "Apache 2.0"