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 Mar 11, 2024
1 parent d50dc81 commit c68b60e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
4 changes: 2 additions & 2 deletions web/reforis/reforis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
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:=d476b46b4c9977b5738db39f7d0b8845e216ca224b1bb23ad5ed914d16aad154
PKG_SOURCE_VERSION:=v$(PKG_VERSION)

PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
Expand Down

This file was deleted.

0 comments on commit c68b60e

Please sign in to comment.