Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mercurial: Update hg from 6.5 to version 6.9.1 and python 3.12 #6422

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions spk/mercurial/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
SPK_NAME = mercurial
SPK_VERS = 6.5
SPK_REV = 9
SPK_VERS = 6.9.1
SPK_REV = 10
SPK_ICON = src/mercurial.png

PYTHON_PACKAGE = python311
th0ma7 marked this conversation as resolved.
Show resolved Hide resolved
SPK_DEPENDS = "python311>=3.11.5-8"
SPK_DEPENDS = "python312"
UNSUPPORTED_ARCHS = $(OLD_PPC_ARCHS)

WHEELS = src/requirements-crossenv.txt src/requirements-pure.txt
Expand All @@ -13,7 +13,7 @@ MAINTAINER = SynoCommunity
DESCRIPTION = Mercurial is a free, distributed source control management tool
STARTABLE = no
DISPLAY_NAME = Mercurial
CHANGELOG = "1. Update mercurial to 6.5.<br/>2. Update to Python 3.11."
CHANGELOG = "1. Update mercurial to 6.9.1.<br/>2. Update to Python 3.12."

HOMEPAGE = https://www.mercurial-scm.org/
LICENSE = MPL1.1
Expand Down
2 changes: 1 addition & 1 deletion spk/mercurial/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mercurial==6.5
mercurial==6.9.1
2 changes: 1 addition & 1 deletion spk/mercurial/src/requirements-pure.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docutils==0.20.1
docutils==0.21.2
2 changes: 1 addition & 1 deletion spk/mercurial/src/service-setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTHON_DIR="/var/packages/python311/target/bin"
PYTHON_DIR="/var/packages/python312/target/bin"
PATH="${SYNOPKG_PKGDEST}/env/bin:${SYNOPKG_PKGDEST}/bin:${PYTHON_DIR}:${PATH}"

service_postinst ()
Expand Down
Loading