diff options
-rw-r--r-- | lang/python/python-exceptiongroup/Makefile | 4 | ||||
-rw-r--r-- | lang/python/python-exceptiongroup/patches/0001-add-setup.py-to-avoid-depending-on-flit-for-building.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-exceptiongroup/Makefile b/lang/python/python-exceptiongroup/Makefile index dd64f9210..7c096dc5e 100644 --- a/lang/python/python-exceptiongroup/Makefile +++ b/lang/python/python-exceptiongroup/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-exceptiongroup -PKG_VERSION:=1.0.4 +PKG_VERSION:=1.1.0 PKG_RELEASE:=1 PYPI_NAME:=exceptiongroup -PKG_HASH:=bd14967b79cd9bdb54d97323216f8fdf533e278df937aa2a90089e7d6e06e5ec +PKG_HASH:=bcb67d800a4497e1b404c2dd44fca47d3b7a5e5433dbab67f96c1a685cdfdf23 PKG_LICENSE:=MIT,Python-2.0 PKG_LICENSE_FILES:=LICENSE diff --git a/lang/python/python-exceptiongroup/patches/0001-add-setup.py-to-avoid-depending-on-flit-for-building.patch b/lang/python/python-exceptiongroup/patches/0001-add-setup.py-to-avoid-depending-on-flit-for-building.patch index ec2763825..5c6cf2519 100644 --- a/lang/python/python-exceptiongroup/patches/0001-add-setup.py-to-avoid-depending-on-flit-for-building.patch +++ b/lang/python/python-exceptiongroup/patches/0001-add-setup.py-to-avoid-depending-on-flit-for-building.patch @@ -1,4 +1,4 @@ -From 99e590f2177148420f3556bbb0dc2e493e94e45f Mon Sep 17 00:00:00 2001 +From d6a0c3045598597023ee2423144b134fc87f4b6f Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@paraiso.me> Date: Sat, 26 Nov 2022 13:05:20 +0100 Subject: [PATCH] add setup.py to avoid depending on flit for building @@ -17,7 +17,7 @@ Subject: [PATCH] add setup.py to avoid depending on flit for building + +setuptools.setup( + name='exceptiongroup', -+ version='1.0.4', ++ version='1.1.0', + description='Backport of PEP 654 (exception groups)', + author='Alex Grönholm', + author_email='Alex Grönholm <alex.gronholm@nextday.fi>', |