Commit Graph

28 Commits

Author SHA256 Message Date
e512efb9b8 - update to 2.1.5:
* Fix striptags not collapsing spaces. :issue:`417`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=49
2024-02-04 10:45:45 +00:00
33fbe7a043 - update to 2.1.4:
* Don't use regular expressions for striptags, avoiding a
    performance issue. :pr:`413`
- Patch PKG-INFO to avoid pip failing on Python 3.6 with
- minor spec improvement

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=47
2024-01-26 21:18:48 +00:00
d8ab630a97 - update to 2.1.3:
* Implement ``format_map``, ``casefold``, ``removeprefix``,
    and ``removesuffix`` methods.
  * Fix static typing for basic ``str`` methods on ``Markup``.
  * Use ``Self`` for annotating return types. :pr:`379`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=45
2023-06-19 20:14:59 +00:00
ce0302ba22 Accepting request 1081301 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081301
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=43
2023-04-21 15:05:02 +00:00
ef9f36cb6c - update to 2.1.2:
*   Fix ``striptags`` not stripping tags containing newlines.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=41
2023-01-29 18:17:03 +00:00
7bf58263d5 Accepting request 984778 from home:mjacob:branches:devel:languages:python
- Patch PKG-INFO to avoid pip failing on Python 3.6 with 
  `ERROR: Package 'MarkupSafe' requires a different Python:
   3.6.15 not in '>=3.7'`.

OBS-URL: https://build.opensuse.org/request/show/984778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=39
2022-06-27 07:52:22 +00:00
528d63b8d6 Accepting request 981487 from home:gladiac:mailman3
- Require python 3.6. There is no need to require a newer version and
  this way it builds on openSUSE Leap >= 15.3

OBS-URL: https://build.opensuse.org/request/show/981487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=37
2022-06-09 21:23:00 +00:00
de68846ff2 Accepting request 965211 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/965211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=35
2022-03-27 20:04:17 +00:00
07dbe902f7 Accepting request 899817 from home:stroeder:iam
skip building for Python 2.x

OBS-URL: https://build.opensuse.org/request/show/899817
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=34
2021-06-14 18:41:18 +00:00
54a7cb0e82 Accepting request 896644 from home:alarrosa:branches:devel:languages:python
- Update to v2.0.1
  * Mark top-level names as exported so type checking understands
    imports in user projects.
  * Fix some types that weren’t available in Python 3.6.0.
- Update to v2.0.0
  * Drop Python 2.7, 3.4, and 3.5 support.
  * Markup.unescape uses html.unescape() to support HTML5 character
    references. #117
  * Add type annotations for static typing tools. #149

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

OBS-URL: https://build.opensuse.org/request/show/896644
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=33
2021-06-01 18:21:31 +00:00
db43ba758a - allow tests to be disabled (still on by default)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=31
2021-04-16 07:39:15 +00:00
fdb169de9c - temp disable testing to fix cycle with pytest
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=30
2021-04-16 07:30:13 +00:00
Tomáš Chvátal
b07e8d02bd - Update to 1.1.1:
* Fix segfault when __html__ method raises an exception when using the C speedups. The exception is now propagated correctly. (#109)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=28
2019-03-05 16:47:33 +00:00
Tomáš Chvátal
1c982ea5d3 Accepting request 678054 from home:jayvdb:moban
- Update to v1.1.0
  - 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
  - Use newer CPython API on Python 3, resulting in a 1.5x speedup
  - ``escape`` wraps ``__html__`` result in ``Markup``, consistent with
    documented behavior
- Switch to using pytest in %check as setup.py test no longer works
- Use more precise URL https://github.com/pallets/markupsafe
- Add docs/ to %doc, including the changelog
- Remove AUTHORS from %doc, removed upstream in 6247e015

OBS-URL: https://build.opensuse.org/request/show/678054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=27
2019-02-21 22:46:07 +00:00
Tomáš Chvátal
02ed92135a Accepting request 665988 from home:kukuk:branches:devel:languages:python
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/665988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=25
2019-01-14 15:25:17 +00:00
Jan Matejek
ba48056a37 - update source url
- fix obs/prov to refer to old python
- drop _speedups.c from installed directory

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=23
2017-04-04 15:22:44 +00:00
Thomas Bechtold
0cbdca616a - Add missing BuildRequires for python-rpm-macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=22
2017-03-22 15:12:33 +00:00
bacf888368 Accepting request 481979 from home:tbechtold:branches:devel:languages:python
- update to 1.0.0
  + No upstream changelog
- Switch to singlespec approach

OBS-URL: https://build.opensuse.org/request/show/481979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=21
2017-03-22 13:30:16 +00:00
Todd R
00f2854c81 Accepting request 241047 from home:TheBlackCat:branches:devel:languages:python
Update to 0.23

OBS-URL: https://build.opensuse.org/request/show/241047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=19
2014-07-15 10:47:10 +00:00
Todd R
def5061b81 Accepting request 233089 from home:TheBlackCat:branches:devel:languages:python
Update to 0.21

OBS-URL: https://build.opensuse.org/request/show/233089
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=17
2014-05-08 14:00:42 +00:00
Sascha Peilicke
5d7a2fd7e9 Accepting request 225820 from home:Nijel:branches:devel:languages:python
- update to 0.19:
  + Various Python 3.x fixes

OBS-URL: https://build.opensuse.org/request/show/225820
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=15
2014-03-13 14:53:47 +00:00
Sascha Peilicke
f3fbfcfa7c - Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=13
2013-10-24 11:08:19 +00:00
Sascha Peilicke
79e77871e0 Accepting request 180865 from home:dirkmueller:branches:devel:languages:python
- update to 0.18:
  + Fixed interpolation on tuples
  + Varios Python 3.x fixes

OBS-URL: https://build.opensuse.org/request/show/180865
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=11
2013-06-25 12:20:34 +00:00
Sascha Peilicke
001941a000 Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=9
2013-06-17 12:51:56 +00:00
Todd R
07d54a8027 Accepting request 121844 from home:HighwayStar:branches:devel:languages:python
python3 package added
minor spec improvement

OBS-URL: https://build.opensuse.org/request/show/121844
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=5
2012-05-23 07:13:09 +00:00
Sascha Peilicke
8dd03b3223 Accepting request 81621 from home:aturrini:branches:devel:languages:python
Fixed typo in description of python-MarkupSafe.spec

OBS-URL: https://build.opensuse.org/request/show/81621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=3
2011-09-09 07:15:08 +00:00
5dba7c0c50 Autobuild autoformatter for 80534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-MarkupSafe?expand=0&rev=2
2011-09-01 15:51:21 +00:00
Sascha Peilicke
cecafa92aa - Update to 0.15
- Changed license to BSD-3-Clause
- Renamed to python-MarkupSafe (from python-markupsafe)

- Update to 0.11
    Since MarkupSafe 0.10 there is now also a separate escape function
    called `escape_silent` that returns an empty string for `None` for
    consistency with other systems that return empty strings for `None`
    when escaping (for instance Pylons' webhelpers).

- Initial release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MarkupSafe?expand=0&rev=1
2011-09-01 13:34:27 +00:00