Skip to content

Commit

Permalink
python-dateutil: "downgrade" to version 2.9.0
Browse files Browse the repository at this point in the history
Fixes:
  #23648 (comment)

As weird as this sounds, the only different between the current version
(2.9.0.post0) and 2.9.0 is the pinning of `setuptools_scm` to `< 8`.
See:  https://github.com/dateutil/dateutil/releases/tag/2.9.0.post0

Also, the APK build doesn't seem to like the 'post0' suffix.

Signed-off-by: Alexandru Ardelean <[email protected]>
(cherry picked from commit 40cfff8)
  • Loading branch information
commodo committed Dec 6, 2024
1 parent 20fa4df commit 45fa25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/python/python-dateutil/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=python-dateutil
PKG_VERSION:=2.9.0.post0
PKG_VERSION:=2.9.0
PKG_RELEASE:=1
PKG_LICENSE:=BSD-2-Clause

PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3
PKG_HASH:=78e73e19c63f5b20ffa567001531680d939dc042bf7850431877645523c66709
PKG_MAINTAINER:=Alexandru Ardelean <[email protected]>

PKG_BUILD_DEPENDS:=python-setuptools-scm/host
Expand Down

0 comments on commit 45fa25b

Please sign in to comment.