Skip to content

Commit

Permalink
reforis: update to version 2.0.0
Browse files Browse the repository at this point in the history
* Add & updated Weblate translations
* Update Webpack to v5 & plugins to latest versions
* Update dependencies
* Update Node.js version to v21 in Makefile
* Update eslint-config-reforis to v2.1.1
* Update CI to use shared scripts, build and publish python package
* Fix heading font sizes
* Fix crashed API request on the Hostname page
* Fix reForis to be compatible with Flask 2.3
* Split Webpack JS bundle into main and vendor
* Change build system to hatch
* Pin Flask 2.x
* Remove acorn-dynamic-import dependency
* Move reForis Dockerfile to foris-ci
* Unpin werkzeug
  • Loading branch information
aleksan4eg authored and muzikr committed Apr 22, 2024
1 parent d50dc81 commit 861818d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
6 changes: 3 additions & 3 deletions web/reforis/reforis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=reforis
PKG_VERSION:=1.5.0
PKG_VERSION:=2.0.0
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/reforis/reforis
PKG_MIRROR_HASH:=54a903928f6647f11c65340207f4905f73da6116de1316bc4f7d716492424853
PKG_MIRROR_HASH:=6fca95dbc4e2e1d76c272b533570fe0aca98cb9365436561da25d71630d479e1
PKG_SOURCE_VERSION:=v$(PKG_VERSION)

PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
PKG_LICENSE:=GPL-3.0-or-later
PKG_LICENSE_FILES:=LICENSE

PKG_BUILD_DEPENDS:=node/host reforis-distutils/host python-babel/host
PKG_BUILD_DEPENDS:=node/host hatch-reforis/host python-babel/host

include $(INCLUDE_DIR)/package.mk
include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk
Expand Down
2 changes: 1 addition & 1 deletion web/reforis/reforis/files/reforis-translations.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ define ReForisTranslation
define Package/reforis-l10n-$(1)/install
$$(INSTALL_DIR) $$(1)$$(PYTHON3_PKG_DIR)/reforis/translations/$(1)/LC_MESSAGES
$$(CP) \
$$(PKG_BUILD_DIR)/build/lib/reforis/translations/$(1)/LC_MESSAGES/*.mo \
$$(PKG_BUILD_DIR)/reforis/translations/$(1)/LC_MESSAGES/*.mo \
$$(1)$$(PYTHON3_PKG_DIR)/reforis/translations/$(1)/LC_MESSAGES/
endef

Expand Down

This file was deleted.

0 comments on commit 861818d

Please sign in to comment.