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


Default branch: MAIN


Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 6 21:47:09 2024 UTC (7 weeks, 1 day ago) by adam
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored) to selected 1.11 (colored)

py-markupsafe: updated to 2.1.5

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

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jan 20 08:04:00 2024 UTC (2 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.17: +6 -3 lines
Diff to previous 1.17 (colored) to selected 1.11 (colored)

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) - annotate - [select for diffs], Tue Jun 6 08:22:07 2023 UTC (9 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.11 (colored)

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) - annotate - [select for diffs], Fri Mar 17 19:45:42 2023 UTC (12 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.11 (colored)

py-markupsafe: updated to 2.1.2

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

Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 19 11:04:17 2022 UTC (23 months, 1 week ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored) to selected 1.11 (colored)

py-markupsafe: not compatible with python 2.7

Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 18 13:35:43 2022 UTC (23 months, 1 week ago) by js
Branch: MAIN
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored) to selected 1.11 (colored)

Update textproc/py-markupsafe to 2.1.1

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

Revision 1.13 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:59 2022 UTC (2 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.11 (colored)

*: bump PKGREVISION for egg.mk users

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

Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 25 16:27:24 2019 UTC (5 years, 1 month ago) by kleink
Branch: 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
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

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) - annotate - [selected], Fri Nov 16 15:46:17 2018 UTC (5 years, 4 months ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

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) - annotate - [select for diffs], Tue Mar 14 13:36:16 2017 UTC (7 years ago) by kleink
Branch: 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
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored) to selected 1.11 (colored)

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) - annotate - [select for diffs], Wed Jun 8 17:43:41 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.11 (colored)

Switch to MASTER_SITES_PYPI.

Revision 1.8 / (download) - annotate - [select for diffs], Wed May 14 08:45:07 2014 UTC (9 years, 10 months ago) by wiz
Branch: 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
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.11 (colored)

Update to 0.23. Changes not found.
Remove unnecessary patches (for python-3.x compat).

Revision 1.7 / (download) - annotate - [select for diffs], Fri Apr 25 08:55:41 2014 UTC (9 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.11 (colored)

Update to 0.21. Changes not found.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 10 09:14:13 2014 UTC (10 years ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.11 (colored)

Update py-markupsafe to 0.19.

No changelog available; setup.py maintenance only.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:24 2014 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored) to selected 1.11 (colored)

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) - annotate - [select for diffs], Wed May 22 11:52:43 2013 UTC (10 years, 10 months ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.11 (colored)

Update py-markupsafe to 0.18.

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

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

Revision 1.3 / (download) - annotate - [select for diffs], Tue May 21 19:33:56 2013 UTC (10 years, 10 months ago) by kleink
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.11 (colored)

Make HOMEPAGE point to the project page.

Revision 1.2 / (download) - annotate - [select for diffs], Tue May 21 19:30:37 2013 UTC (10 years, 10 months ago) by kleink
Branch: MAIN
Changes since 1.1: +2 -4 lines
Diff to previous 1.1 (colored) to selected 1.11 (colored)

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) - annotate - [select for diffs], Tue May 21 15:03:43 2013 UTC (10 years, 10 months ago) by kleink
Branch: MAIN
Diff to selected 1.11 (colored)

Import MarkupSafe-0.16 as textproc/py-markupsafe.

MarkupSafe implements a unicode subclass that supports HTML strings.

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>