The NetBSD Project

CVS log for pkgsrc/textproc/py-markupsafe/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / py-markupsafe

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Apr 12 17:12:08 2025 UTC (11 days, 11 hours ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
py-markupsafe: bump PKGREVISION for previous.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Apr 12 17:05:46 2025 UTC (11 days, 11 hours ago) by pgoyette
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Depend on new setuptools

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Mar 2 21:20:02 2025 UTC (7 weeks, 3 days ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -4 lines
py-markupsafe: fix wheel name for latest setuptools and depend on it

Bump PKGREVISION.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Feb 2 10:38:02 2025 UTC (2 months, 2 weeks ago) by he
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
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.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jan 18 19:43:28 2025 UTC (3 months ago) by he
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -1 lines
textproc/py-markupsafe: use atomic64.mk to fix build on macppc w/python3.13.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Nov 11 07:29:05 2024 UTC (5 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -2 lines
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Oct 22 07:56:40 2024 UTC (6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
py-markupsafe: update to 3.0.2.

Version 3.0.2
-------------

Released 2024-10-18

-   Fix compatibility when ``__str__`` returns a ``str`` subclass. :issue:`472`
-   Build requires setuptools >= 70.1. :issue:`475`

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Oct 9 13:04:10 2024 UTC (6 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
py-markupsafe: update to 3.0.1.

Version 3.0.1
-------------

Released 2024-10-08

-   Address compiler warnings that became errors in GCC 14. :issue:`466`
-   Fix compatibility with proxy objects. :issue:`467`


Version 3.0.0
-------------

Released 2024-10-07

-   Support Python 3.13 and its experimental free-threaded build. :pr:`461`
-   Drop support for Python 3.7 and 3.8.
-   Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
    :pr:`348`
-   Change ``distutils`` imports to ``setuptools``. :pr:`399`
-   Use deferred evaluation of annotations. :pr:`400`
-   Update signatures for ``Markup`` methods to match ``str`` signatures. Use
    positional-only arguments. :pr:`400`
-   Some ``str`` methods on ``Markup`` no longer escape their argument:
    ``strip``, ``lstrip``, ``rstrip``, ``removeprefix``, ``removesuffix``,
    ``partition``, and ``rpartition``; ``replace`` only escapes its ``new``
    argument. These methods are conceptually linked to search methods such as
    ``in``, ``find``, and ``index``, which already do not escape their argument.
    :issue:`401`
-   The ``__version__`` attribute is deprecated. Use feature detection, or
    ``importlib.metadata.version("markupsafe")``, instead. :pr:`402`
-   Speed up escaping plain strings by 40%. :pr:`434`
-   Simplify speedups implementation. :pr:`437`

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Feb 6 21:47:09 2024 UTC (14 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
py-markupsafe: updated to 2.1.5

Version 2.1.5
- Fix ``striptags`` not collapsing spaces.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Jan 20 08:04:00 2024 UTC (15 months ago) by adam
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -3 lines
py-markupsafe: updated to 2.1.4

Version 2.1.4

- Don't use regular expressions for ``striptags``, avoiding a performance

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Jun 6 08:22:07 2023 UTC (22 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
py-markupsafe: update to 2.1.3.

Version 2.1.3
-------------

Released 2023-06-02

-   Implement ``format_map``, ``casefold``, ``removeprefix``, and ``removesuffix``
    methods. :issue:`370`
-   Fix static typing for basic ``str`` methods on ``Markup``. :issue:`358`
-   Use ``Self`` for annotating return types. :pr:`379`

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Mar 17 19:45:42 2023 UTC (2 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
py-markupsafe: updated to 2.1.2

Version 2.1.2
- Fix ``striptags`` not stripping tags containing newlines.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 19 11:04:17 2022 UTC (3 years ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -1 lines
py-markupsafe: not compatible with python 2.7

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 18 13:35:43 2022 UTC (3 years ago) by js
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -3 lines
Update textproc/py-markupsafe to 2.1.1

Waaaaay to many versions skipped to provide a full change log here.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:54:59 2022 UTC (3 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Feb 25 16:27:24 2019 UTC (6 years, 1 month ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
py-markupsafe: Update to 1.1.1.

Version 1.1.1
-------------

Released 2019-02-23

-   Fix segfault when ``__html__`` method raises an exception when using
    the C speedups. The exception is now propagated correctly. (#109)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Nov 16 15:46:17 2018 UTC (6 years, 5 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
py-markupsafe: Update to 1.1.0.

Version 1.1.0
-------------

Released 2018-11-05

-   Drop support for Python 2.6 and 3.3.
-   Build wheels for Linux, Mac, and Windows, allowing systems without
    a compiler to take advantage of the C extension speedups. (104)
-   Use newer CPython API on Python 3, resulting in a 1.5x speedup.
    (64)
-   ``escape`` wraps ``__html__`` result in ``Markup``, consistent with
    documented behavior. (69)
CVs: ----------------------------------------------------------------------

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Mar 14 13:36:16 2017 UTC (8 years, 1 month ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Update py-markupsafe to 1.0.


Version 1.0
-----------

- Fixed custom types not invoking `__unicode__` when used
  with `format()`.
- Added `__version__` module attribute
- Improve unescape code to leave lone ampersands alone.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jun 8 17:43:41 2016 UTC (8 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Switch to MASTER_SITES_PYPI.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 14 08:45:07 2014 UTC (10 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update to 0.23. Changes not found.
Remove unnecessary patches (for python-3.x compat).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 25 08:55:41 2014 UTC (11 years ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Update to 0.21. Changes not found.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Mar 10 09:14:13 2014 UTC (11 years, 1 month ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Update py-markupsafe to 0.19.

No changelog available; setup.py maintenance only.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 25 10:30:24 2014 UTC (11 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -3 lines
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 22 11:52:43 2013 UTC (11 years, 11 months ago) by kleink
Branches: MAIN
CVS tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Update py-markupsafe to 0.18.

Version 0.18
------------

- Fixed `__mul__` and string splitting on Python 3.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue May 21 19:33:56 2013 UTC (11 years, 11 months ago) by kleink
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Make HOMEPAGE point to the project page.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 21 19:30:37 2013 UTC (11 years, 11 months ago) by kleink
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -4 lines
Update py-markupsafe to 0.17.

0.17
* Fixed interpolation on tuples
* Added travis file
* Added a tiny note on Python 3

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue May 21 15:03:43 2013 UTC (11 years, 11 months ago) by kleink
Branches: MAIN
Import MarkupSafe-0.16 as textproc/py-markupsafe.

MarkupSafe implements a unicode subclass that supports HTML strings.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>