1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

sysutils/py-rendercv: Update to 2.8

ChangeLog: https://github.com/rendercv/rendercv/releases/tag/v2.8
This commit is contained in:
Jesús Daniel Colmenares Oviedo
2026-04-11 16:06:07 -04:00
parent 061d8bed87
commit 9f7e9706fc
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= rendercv
DISTVERSION= 2.7
DISTVERSION= 2.8
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1773186528
SHA256 (rendercv-2.7.tar.gz) = 024014872e1d6b0102ee4f1b03383f9dc8e8c8af33d2dc2e4921aed95cc72702
SIZE (rendercv-2.7.tar.gz) = 84817
TIMESTAMP = 1775932855
SHA256 (rendercv-2.8.tar.gz) = e51b2e96654f8eeac612c9f2ba08c703e1a59e4d3433140a3d13fdbdb7192f73
SIZE (rendercv-2.8.tar.gz) = 511752
@@ -1,6 +1,6 @@
--- src/rendercv/schema/models/design/classic_theme.py.orig 2025-12-19 21:33:55 UTC
--- src/rendercv/schema/models/design/classic_theme.py.orig 2026-04-11 19:19:45 UTC
+++ src/rendercv/schema/models/design/classic_theme.py
@@ -7,14 +7,14 @@ from rendercv.schema.models.design.typst_dimension imp
@@ -7,10 +7,10 @@ from rendercv.schema.models.design.typst_dimension imp
from rendercv.schema.models.design.font_family import FontFamily as FontFamilyType
from rendercv.schema.models.design.typst_dimension import TypstDimension
@@ -12,7 +12,12 @@
+BodyAlignment = Literal["left", "justified", "justified-with-no-hyphenation"]
+Alignment = Literal["left", "center", "right"]
+SectionTitleType = Literal[
"with_partial_line", "with_full_line", "without_line", "moderncv"
"with_partial_line",
"with_full_line",
"without_line",
@@ -20,8 +20,8 @@ type SectionTitleType = Literal[
"centered_with_centered_partial_line",
"centered_with_full_line",
]
-type PhoneNumberFormatType = Literal["national", "international", "E164"]
-type PageSize = Literal["a4", "a5", "us-letter", "us-executive"]
@@ -20,4 +25,4 @@
+PageSize = Literal["a4", "a5", "us-letter", "us-executive"]
length_common_description = (
"It can be specified with units (cm, in, pt, mm, ex, em). For example, `0.1cm`."
"It can be specified with units (cm, in, pt, mm, em). For example, `0.1cm`."