Browse Source

package/python-simplelogging: bump to version 0.12.0

Drop patch which is now upstream.

License hash changed due to year update:
https://github.com/vpoulailleau/simplelogging/commit/f1e551b962f55afd547cc842e416a95b20c860d1

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
James Hilliard 10 months ago
parent
commit
ce1c9bf646

+ 0 - 31
package/python-simplelogging/0001-Switch-build-backend-to-poetry-core.patch

@@ -1,31 +0,0 @@
-From 76c1c545bad28f592405ca1e5bcf6081051c946a Mon Sep 17 00:00:00 2001
-From: James Hilliard <james.hilliard1@gmail.com>
-Date: Tue, 13 Feb 2024 13:37:00 -0700
-Subject: [PATCH] Switch build-backend to poetry-core
-
-poetry-core is the lightweight counterpart of poetry that is intended
-to be used as a build-backend. Unlike poetry, it does not require
-installing all the dependencies of the package manager, making
-the builds much faster. The generated artifacts are the same.
-
-Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
-Upstream: https://github.com/vpoulailleau/simplelogging/pull/230
----
- pyproject.toml | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index a89ab64..79403cb 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -55,5 +55,5 @@ commands =
- """
- 
- [build-system]
--requires = ["poetry>=0.12"]
--build-backend = "poetry.masonry.api"
-+requires = ["poetry-core>=1.0.0"]
-+build-backend = "poetry.core.masonry.api"
--- 
-2.34.1
-

+ 3 - 3
package/python-simplelogging/python-simplelogging.hash

@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/simplelogging/json
-md5  97b5f2a5cd9cff1b60c727cd03b3ffe1  simplelogging-0.11.0.tar.gz
-sha256  23a128b47d3e88213adc51fdd102aae15a398cf459d782eb19534945d23f0bc5  simplelogging-0.11.0.tar.gz
+md5  993862aca6fe6d0962effe07a335b554  simplelogging-0.12.0.tar.gz
+sha256  a9695b05090951c029733606f14e24a783c7a100bbe96f8f16a5f2c4c9b08102  simplelogging-0.12.0.tar.gz
 # Locally computed sha256 checksums
-sha256  bd2a0fe3b3bab7092ffa7f58d46bb05d98f12f107b3a6be947c098f7c2ad1d1a  LICENSE
+sha256  71cc6fb7236f1a0734c24b4e5dff18d3afc87a5fb68f25f2d368d8fe099a6cda  LICENSE

+ 2 - 2
package/python-simplelogging/python-simplelogging.mk

@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_SIMPLELOGGING_VERSION = 0.11.0
+PYTHON_SIMPLELOGGING_VERSION = 0.12.0
 PYTHON_SIMPLELOGGING_SOURCE = simplelogging-$(PYTHON_SIMPLELOGGING_VERSION).tar.gz
-PYTHON_SIMPLELOGGING_SITE = https://files.pythonhosted.org/packages/73/d6/4c06aa7f2c3b9fc09429a1196fd357357cc555de5e16c09b2d12e9db1ebb
+PYTHON_SIMPLELOGGING_SITE = https://files.pythonhosted.org/packages/30/71/d6b6513598e6a4300f6142a839d1b0e10a25a4707f1b586d9a6331be91bb
 PYTHON_SIMPLELOGGING_SETUP_TYPE = pep517
 PYTHON_SIMPLELOGGING_LICENSE = BSD-3-Clause
 PYTHON_SIMPLELOGGING_LICENSE_FILES = LICENSE