<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-slugify, 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>2026-04-02T16:23:54Z</updated>
<entry>
<title>python-slugify: bump to 8.0.4</title>
<updated>2026-04-02T16:23:54Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-01T15:25:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4c017bab49da321304ad18ea1cedc3cb262cb865'/>
<id>urn:sha1:4c017bab49da321304ad18ea1cedc3cb262cb865</id>
<content type='text'>
Changes since 8.0.1:
- Improved uppercase special character handling and text
  normalization before unicode conversion
- Resolved pattern type issues
- Various bug fixes for robust character handling

Also add test.sh to verify slugification, unicode handling and
options like separator and max_length.

Link: https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md
Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: change my no longer used email</title>
<updated>2023-09-04T14:02:56Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2023-09-04T09:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1e1b2051db47a82513f4eb4e9da892207785b7e2'/>
<id>urn:sha1:1e1b2051db47a82513f4eb4e9da892207785b7e2</id>
<content type='text'>
Since February 2023, I decided to no longer work with Turris, I mean CZ.NIC company
due to some reasons how the development goes and since that day my work address is not
available and not sure if there is some redirect to someone else, but if anyone wants to
reach me, use my email address, where they can find me.

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-slugify: Update to 8.0.1, update list of dependencies</title>
<updated>2023-08-31T08:14:29Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-08-24T17:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1ec68a6e98ec0c1a7256023baee1f9b01ccbf5d2'/>
<id>urn:sha1:1ec68a6e98ec0c1a7256023baee1f9b01ccbf5d2</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-slugify: update to version 4.0.1</title>
<updated>2021-01-09T17:49:29Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2021-01-09T17:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5fbd256b86b88879b6424e1f51ec22357bf5d4ef'/>
<id>urn:sha1:5fbd256b86b88879b6424e1f51ec22357bf5d4ef</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&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>python-slugify: update to version 4.0.0</title>
<updated>2020-01-19T13:34:31Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2020-01-19T13:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2be7b44fdd5e7b02b909b5047b36f36196ed130a'/>
<id>urn:sha1:2be7b44fdd5e7b02b909b5047b36f36196ed130a</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@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>python-slugify: Update to version 3.0.3</title>
<updated>2019-09-01T08:56:28Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2019-09-01T08:39:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d3c2ff35b573a3a86ad6cf4b8ac71d91243bb90e'/>
<id>urn:sha1:d3c2ff35b573a3a86ad6cf4b8ac71d91243bb90e</id>
<content type='text'>
Change indentation in dependencies and as well in description

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-slugify: update to version 3.0.2</title>
<updated>2019-04-14T12:29:17Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2019-04-11T14:34:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=43ad9834708a11796ce74811139f36005681dec5'/>
<id>urn:sha1:43ad9834708a11796ce74811139f36005681dec5</id>
<content type='text'>
Add python3-codecs and python3-setuptools as dependencies

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-slugify: add Python3 package</title>
<updated>2019-03-31T23:28:53Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2019-03-27T15:13:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d90516182b305d8cda1b0d266ce13321285782f2'/>
<id>urn:sha1:d90516182b305d8cda1b0d266ce13321285782f2</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
</feed>
