diff mbox series

[meta-python] python3-fastnumbers: upgrade 5.0.1 -> 5.1.0

Message ID 1702599458-1577-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-fastnumbers: upgrade 5.0.1 -> 5.1.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 15, 2023, 12:17 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
-Added the denoise option to convert floats to int without numerical noise
-Support for Python 3.12
-The changelog now only explictly exists in the repository

License-Update: Copyright year updated to 2023

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/python3-fastnumbers_5.0.1.bb                | 10 ----------
 .../python/python3-fastnumbers_5.1.0.bb                | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb

Comments

Khem Raj Dec. 19, 2023, 6:27 a.m. UTC | #1
On Fri, 15 Dec 2023 08:17:38 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> ==========
> -Added the denoise option to convert floats to int without numerical noise
> -Support for Python 3.12
> -The changelog now only explictly exists in the repository
> 
> License-Update: Copyright year updated to 2023
> 
> [...]

Applied, thanks!

[1/1] python3-fastnumbers: upgrade 5.0.1 -> 5.1.0
      commit: 236bf067d420b1a7747697989a06735f34924fe6

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb
deleted file mode 100644
index 7494c45f0..000000000
--- a/meta-python/recipes-devtools/python/python3-fastnumbers_5.0.1.bb
+++ /dev/null
@@ -1,10 +0,0 @@ 
-SUMMARY = "Super-fast and clean conversions to numbers."
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a"
-
-PYPI_PACKAGE = "fastnumbers"
-
-SRC_URI[sha256sum] = "9e4fd92cdf263a8e0865af19c40ae9df45a9bc0eb5e22fefea871140e7e0262f"
-
-inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb
new file mode 100644
index 000000000..01aa8b3b4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-fastnumbers_5.1.0.bb
@@ -0,0 +1,10 @@ 
+SUMMARY = "Super-fast and clean conversions to numbers."
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d32431d1b650010945da4e078011c8fa"
+
+PYPI_PACKAGE = "fastnumbers"
+
+SRC_URI[sha256sum] = "e092d33f8b95c3171a2fb34e579efe0c54b0290dd7f96ffaa2762437601d90a7"
+
+inherit pypi setuptools3