<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/MarkupSafe, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2023-05-30T02:19:33Z</updated>
<entry>
<title>MarkupSafe: Update to 2.1.2, rename source package</title>
<updated>2023-05-30T02:19:33Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-05-29T11:59:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5602cc85d393bef68bc7104529aee12937dbe4c0'/>
<id>urn:sha1:5602cc85d393bef68bc7104529aee12937dbe4c0</id>
<content type='text'>
This renames the source package from MarkupSafe to python-markupsafe to
match other Python packages.

This also updates the package title and description.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>MarkupSafe: update to version 2.1.1</title>
<updated>2022-12-23T00:30:48Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2022-12-20T23:20:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6957a4275afb3ec8c08dbed3146b42be67984933'/>
<id>urn:sha1:6957a4275afb3ec8c08dbed3146b42be67984933</id>
<content type='text'>
Version 2.1.1
Released 2022-03-14
  Avoid ambiguous regex matches in striptags. pallets/markupsafe#293

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>MarkupSafe: update to version 2.1.0</title>
<updated>2022-02-24T14:46:36Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-02-24T14:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2d10b0836df5c119fd570f00f57424ab19f59e66'/>
<id>urn:sha1:2d10b0836df5c119fd570f00f57424ab19f59e66</id>
<content type='text'>
Changelog:
https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-0

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>MarkupSafe: update to version 2.0.1</title>
<updated>2021-08-01T03:15:31Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-08-01T03:12:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c30b80484238cd2d255fa75f856e470f2bd6161b'/>
<id>urn:sha1:c30b80484238cd2d255fa75f856e470f2bd6161b</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>python-packages: Clean up Makefiles</title>
<updated>2020-04-22T08:36:55Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-21T17:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be'/>
<id>urn:sha1:2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be</id>
<content type='text'>
This removes:

* Python 3 variants (VARIANT:=python3)

* "for Python3" from package titles

* Package selection condition from package dependencies, e.g.
  +PACKAGE_python3-six:python3-light replaced with +python3-light

* "Default" package information sections, e.g.
  Package/python-six/Default removed and package details merged into
  Package/python3-six

* "(Variant for Python3)" from package descriptions

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Use pypi.mk for Python packages</title>
<updated>2019-10-30T15:16:18Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2019-10-20T19:03:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=635cb1309c4d52763c03bc00e7c367e06908b54f'/>
<id>urn:sha1:635cb1309c4d52763c03bc00e7c367e06908b54f</id>
<content type='text'>
This updates all Python packages that download their source from PyPi to
use pypi.mk.

This will allow future improvements/changes to pypi.mk to affect all
relevant packages.

This also makes it easier for future Python packages to start using
pypi.mk, when it's clear how it is used in existing packages.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>MarkupSafe: Makefile polishing and add src package</title>
<updated>2019-07-11T18:16:22Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2019-07-11T18:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=39934610fa37baad1851b695990be12572f6d8ec'/>
<id>urn:sha1:39934610fa37baad1851b695990be12572f6d8ec</id>
<content type='text'>
- Improve TITLE and Description
- Remove PKG_UNPACK as it is not necessary
- Correct LICENSE file

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>MarkupSafe: update to version 1.1.1</title>
<updated>2019-03-02T21:46:54Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2019-03-02T21:46:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c843d478f5e418019cc1450a181858ddff917dba'/>
<id>urn:sha1:c843d478f5e418019cc1450a181858ddff917dba</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>MarkupSafe: Update to 1.1.0</title>
<updated>2018-11-08T18:01:34Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-08T16:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e162a6c86e38d80ee26be6bfeb009b0f900f6916'/>
<id>urn:sha1:e162a6c86e38d80ee26be6bfeb009b0f900f6916</id>
<content type='text'>
Most interesting: Use newer CPython API on Python 3, resulting in a 1.5x speedup.

Switched to a standard URL.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: use local python-package.mk &amp; python3-package.mk files</title>
<updated>2018-01-10T21:06:23Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2018-01-10T07:56:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1476739d5f85be70b5db63b439dfe812065b52c7'/>
<id>urn:sha1:1476739d5f85be70b5db63b439dfe812065b52c7</id>
<content type='text'>
This guarantees for the package feeds that
the mk files will always be available for all packages.

Will need to see about external-feed Python packages
a bit later.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
</feed>
