Skip to content

Commit

Permalink
python313: Update from version 3.13.0 to 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Dec 4, 2024
1 parent fce0233 commit 487239e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cross/python313/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = python313
PKG_VERS = 3.13.0
PKG_VERS = 3.13.1
PKG_VERS_MAJOR_MINOR = $(word 1,$(subst ., ,$(PKG_VERS))).$(word 2,$(subst ., ,$(PKG_VERS)))
PKG_EXT = tar.xz
PKG_DIST_NAME = Python-$(PKG_VERS).$(PKG_EXT)
Expand Down
6 changes: 3 additions & 3 deletions cross/python313/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Python-3.13.0.tar.xz SHA1 0f71dce4a3251460985a944bbd1d1b7db1660a91
Python-3.13.0.tar.xz SHA256 086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
Python-3.13.0.tar.xz MD5 726e5b829fcf352326874c1ae599abaa
Python-3.13.1.tar.xz SHA1 4b0c2a49a848c3c5d611416099636262a0b9090f
Python-3.13.1.tar.xz SHA256 9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9
Python-3.13.1.tar.xz MD5 80c16badb94ffe235280d4d9a099b8bc
2 changes: 1 addition & 1 deletion native/python313/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = python313
PKG_VERS = 3.13.0
PKG_VERS = 3.13.1
PKG_EXT = tar.xz
PKG_DIST_NAME = Python-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://www.python.org/ftp/python/$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions native/python313/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Python-3.13.0.tar.xz SHA1 0f71dce4a3251460985a944bbd1d1b7db1660a91
Python-3.13.0.tar.xz SHA256 086de5882e3cb310d4dca48457522e2e48018ecd43da9cdf827f6a0759efb07d
Python-3.13.0.tar.xz MD5 726e5b829fcf352326874c1ae599abaa
Python-3.13.1.tar.xz SHA1 4b0c2a49a848c3c5d611416099636262a0b9090f
Python-3.13.1.tar.xz SHA256 9cf9427bee9e2242e3877dd0f6b641c1853ca461f39d6503ce260a59c80bf0d9
Python-3.13.1.tar.xz MD5 80c16badb94ffe235280d4d9a099b8bc
4 changes: 2 additions & 2 deletions spk/python313/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPK_NAME = python313
SPK_VERS = 3.13.0
SPK_VERS = 3.13.1
SPK_VERS_MAJOR_MINOR = $(word 1,$(subst ., ,$(SPK_VERS))).$(word 2,$(subst ., ,$(SPK_VERS)))
SPK_REV = 1
SPK_ICON = src/python3.png
Expand All @@ -16,7 +16,7 @@ DESCRIPTION_FRE = Language de programmation Python.
DESCRIPTION_SPN = Lenguaje de programación Python.
STARTABLE = no
DISPLAY_NAME = Python 3.13
CHANGELOG = "1. Initial Python 3.13.0 package release"
CHANGELOG = "1. Initial Python 3.13.1 package release"

HOMEPAGE = https://www.python.org
LICENSE = PSF
Expand Down

0 comments on commit 487239e

Please sign in to comment.