Path to this page: ./
textproc/py-markupsafe,
Implements a unicode subclass that supports HTML strings
Branch: CURRENT,
Version: 3.0.3,
Package name: py312-markupsafe-3.0.3,
Maintainer: kleinkMarkupSafe implements a unicode subclass that supports HTML strings.
Required to run:[
lang/python310]
Master sites:
Filesize: 78.431 KB
Version history: (Expand)
- (2025-09-28) Updated to version: py312-markupsafe-3.0.3
- (2025-04-12) Updated to version: py312-markupsafe-3.0.2nb2
- (2025-03-03) Updated to version: py312-markupsafe-3.0.2nb1
- (2024-10-22) Updated to version: py312-markupsafe-3.0.2
- (2024-10-09) Updated to version: py312-markupsafe-3.0.1
- (2024-02-07) Updated to version: py311-markupsafe-2.1.5
CVS history: (Expand)
2025-09-28 22:17:50 by Thomas Klausner | Files touched by this commit (2) |  |
Log message: py-markupsafe: update to 3.0.3. __version__ raises DeprecationWarning instead of UserWarning. #487 Adopt multi-phase initialization PEP 489 for the C extension. #494 Build Windows ARM64 wheels. #485 Build Python 3.14 wheels. #503 Build riscv64 wheels. #505 |
| 2025-04-12 19:12:08 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-markupsafe: bump PKGREVISION for previous. |
| 2025-04-12 19:05:46 by Paul Goyette | Files touched by this commit (1) |
Log message: Depend on new setuptools |
| 2025-04-12 18:45:00 by Paul Goyette | Files touched by this commit (1) |
Log message: more license |
| 2025-03-02 22:20:02 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-markupsafe: fix wheel name for latest setuptools and depend on it Bump PKGREVISION. |
| 2025-02-02 11:38:04 by Havard Eidnes | Files touched by this commit (28) |
Log message: lang/python and a number of python packages: re-do atomic64.mk issue. Evidently, python 3.13 brought in the need to support 64-bit atomics. This means that python extension packages built with C needs to use mk/atomic64.mk to make -latomic available on the required 32-bit ports. Sadly, there is no reliable way to detect in the .mk files whether the package is using C (or C++), so this change adds an unconditional include of mk/atomic64.mk when the python version is equal to or larger than 3.13 for packages using egg.mk or wheel.mk. This undoes the individual package Makefile inclusions of mk/atomic64.mk that I've added over the last few days. |
| 2025-01-18 20:43:28 by Havard Eidnes | Files touched by this commit (1) |
Log message: textproc/py-markupsafe: use atomic64.mk to fix build on macppc w/python3.13. |
| 2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message: py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays |