Skip to content

Commit faf9d52

Browse files
committed
ffsync: Migrate to Python 3.12
1 parent c4ced34 commit faf9d52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spk/ffsync/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
SPK_NAME = ffsync
22
SPK_VERS = 0.18.2
3-
SPK_REV = 4
3+
SPK_REV = 5
44
SPK_ICON = src/ffsync.png
55

66
DEPENDS = cross/syncstorage-rs cross/diesel
77

8-
PYTHON_PACKAGE = python311
8+
PYTHON_PACKAGE = python312
99
WHEELS = src/requirements-crossenv.txt src/requirements-pure.txt
1010

1111
UNSUPPORTED_ARCHS = $(ARMv5_ARCHS) $(PPC_ARCHS)
@@ -16,7 +16,7 @@ SPK_DEPENDS = MariaDB10:$(PYTHON_PACKAGE)
1616
MAINTAINER = SynoCommunity
1717
DESCRIPTION = An implementation of the Mozilla Sync-1.5 Server protocol used by the sync service in Firefox 29 and later. You can use Mozilla Sync Server to exchange browser data \(bookmarks, history, open tabs, passwords, add-ons, and the like\) between \'clients\' in a manner that respects a user\'s security and privacy. The service runs on port 8132.
1818
DISPLAY_NAME = Mozilla Sync Server
19-
CHANGELOG = "Update Mozilla Sync Server package to v0.18.2."
19+
CHANGELOG = "1. Update Mozilla Sync Server package to v0.18.2.</br>2. Migrate to Python 3.12."
2020

2121
HOMEPAGE = https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html
2222
LICENSE = MPL 2.0

spk/ffsync/src/service-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# ffsync service setup
3-
PYTHON_DIR="/var/packages/python311/target/bin"
3+
PYTHON_DIR="/var/packages/python312/target/bin"
44
PATH="${SYNOPKG_PKGDEST}/env/bin:${SYNOPKG_PKGDEST}/bin:${PYTHON_DIR}:${PATH}"
55

66
MARIADB_10_INSTALL_DIRECTORY="/var/packages/MariaDB10"

0 commit comments

Comments
 (0)