Skip to content

Commit 088d083

Browse files
authored
Merge branch 'master' into python-updates1
2 parents a41e181 + ff9c11a commit 088d083

File tree

85 files changed

+970
-1142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+970
-1142
lines changed

lang/perl/perl-ack/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
include $(TOPDIR)/rules.mk
66

77
PKG_NAME:=perl-ack
8-
PKG_VERSION:=3.8.2
8+
PKG_VERSION:=3.9.0
99
PKG_RELEASE:=1
1010

1111
PKG_SOURCE_URL:=https://www.cpan.org/authors/id/P/PE/PETDANCE/
1212
PKG_SOURCE:=ack-v$(PKG_VERSION).tar.gz
13-
PKG_HASH:=a5239f5a2c12e0c7b4e432ffd7e936feef945a9621a41591c77d3b0cf458560b
13+
PKG_HASH:=94ed477e3b3f94d126cec7329f0e8399f1d0ce82c7c4d882a94adb150e7ffc90
1414

1515
PKG_LICENSE:=Artistic-2.0
1616
PKG_LICENSE_FILE:=LICENSE.md

lang/python/Flask/Makefile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
include $(TOPDIR)/rules.mk
66

77
PKG_NAME:=Flask
8-
PKG_VERSION:=2.0.2
9-
PKG_RELEASE:=6
8+
PKG_VERSION:=3.1.2
9+
PKG_RELEASE:=1
1010

11-
PYPI_NAME:=$(PKG_NAME)
12-
PKG_HASH:=7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2
11+
PYPI_NAME:=Flask
12+
PYPI_SOURCE_NAME:=flask
13+
PKG_HASH:=bf656c15c80190ed628ad08cdfd3aaa35beb087855e2f494910aa3774cc4fd87
1314

1415
PKG_MAINTAINER:=Michal Vasilek <[email protected]>
1516
PKG_LICENSE:=BSD-3-Clause

lang/python/pymysql/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=pymysql
11-
PKG_VERSION:=1.1.0
12-
PKG_RELEASE:=2
11+
PKG_VERSION:=1.1.2
12+
PKG_RELEASE:=1
1313

14-
PYPI_NAME:=PyMySQL
15-
PKG_HASH:=4f13a7df8bf36a51e81dd9f3605fede45a4878fe02f9236349fd82a3f0612f96
14+
PYPI_NAME:=pymysql
15+
PKG_HASH:=4961d3e165614ae65014e361811a724e2044ad3ea3739de9903ae7c21f539f03
1616

1717
PKG_MAINTAINER:=Alexandru Ardelean <[email protected]>
1818
PKG_LICENSE:=MIT

lang/python/pyproject-metadata/Makefile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,23 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=pyproject-metadata
4-
PKG_VERSION:=0.7.1
4+
PKG_VERSION:=0.9.1
55
PKG_RELEASE:=1
66

77
PYPI_NAME:=pyproject-metadata
8-
PKG_HASH:=0a94f18b108b9b21f3a26a3d541f056c34edcb17dc872a144a15618fed7aef67
8+
PYPI_SOURCE_NAME:=pyproject_metadata
9+
PKG_HASH:=b8b2253dd1b7062b78cf949a115f02ba7fa4114aabe63fa10528e9e1a954a816
910

1011
PKG_MAINTAINER:=Andy Syam <[email protected]>
1112
PKG_LICENSE:=MIT
1213
PKG_LICENSE_FILES:=LICENSE
1314

14-
HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
15+
HOST_BUILD_DEPENDS:= \
16+
python3/host \
17+
python-setuptools/host \
18+
python-build/host \
19+
python-installer/host \
20+
python-wheel/host
1521

1622
include ../pypi.mk
1723
include $(INCLUDE_DIR)/package.mk

lang/python/python-automat/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-automat
11-
PKG_VERSION:=22.10.0
11+
PKG_VERSION:=25.4.16
1212
PKG_RELEASE:=1
1313

14-
PYPI_NAME:=Automat
15-
PKG_HASH:=e56beb84edad19dcc11d30e8d9b895f75deeb5ef5e96b84a467066b3b84bb04e
14+
PYPI_NAME:=automat
15+
PKG_HASH:=0017591a5477066e90d26b0e696ddc143baafd87b588cfac8100bc6be9634de0
1616

1717
PKG_LICENSE:=MIT
1818
PKG_LICENSE_FILES:=LICENSE
@@ -32,8 +32,7 @@ define Package/python3-automat
3232
URL:=https://github.com/glyph/Automat
3333
DEPENDS:= \
3434
+python3-light \
35-
+python3-attrs \
36-
+python3-six
35+
+python3-attrs
3736
endef
3837

3938
define Package/python3-automat/description

lang/python/python-automat/patches/002-omit-visualize.patch

Lines changed: 0 additions & 18 deletions
This file was deleted.

lang/python/python-automat/patches/003-omit-tests.patch

Lines changed: 0 additions & 19 deletions
This file was deleted.

lang/python/python-babel/Makefile

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,23 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-babel
11-
PKG_VERSION:=2.12.1
11+
PKG_VERSION:=2.17.0
1212
PKG_RELEASE:=1
1313

14-
PYPI_NAME:=Babel
15-
PKG_HASH:=cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455
14+
PYPI_NAME:=babel
15+
PKG_HASH:=0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d
1616

1717
PKG_MAINTAINER:=Josef Schlehofer <[email protected]>
1818
PKG_LICENSE:=BSD-3-Clause
1919
PKG_LICENSE_FILES:=LICENSE
2020

21-
HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
21+
PKG_BUILD_DEPENDS:=python3/host python-setuptools/host
22+
HOST_BUILD_DEPENDS:= \
23+
python3/host \
24+
python-setuptools/host \
25+
python-build/host \
26+
python-installer/host \
27+
python-wheel/host
2228

2329
include ../pypi.mk
2430
include $(INCLUDE_DIR)/package.mk

lang/python/python-calver/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ PKG_LICENSE_FILES:=LICENSE
1919
PKG_MAINTAINER:=Jeffery To <[email protected]>
2020

2121
PKG_HOST_ONLY:=1
22-
HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
22+
HOST_BUILD_DEPENDS:= \
23+
python3/host \
24+
python-setuptools/host \
25+
python-build/host \
26+
python-installer/host \
27+
python-wheel/host
2328

2429
include ../pypi.mk
2530
include $(INCLUDE_DIR)/package.mk

lang/python/python-cffi/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-cffi
11-
PKG_VERSION:=1.16.0
11+
PKG_VERSION:=2.0.0
1212
PKG_RELEASE:=1
1313

1414
PYPI_NAME:=cffi
15-
PKG_HASH:=bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0
15+
PKG_HASH:=44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529
1616

1717
PKG_LICENSE:=MIT
1818
PKG_LICENSE_FILES:=LICENSE

0 commit comments

Comments
 (0)