<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-slugify.git, branch 3.0.2</title>
<subtitle>github.com: un33k/python-slugify.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/'/>
<entry>
<title>Add Python 3.7 Support (#77)</title>
<updated>2019-03-31T14:14:44+00:00</updated>
<author>
<name>Val Neekman</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2019-03-31T14:14:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/commit/?id=4ed9500f00c02d2429f1e0aaa236c28db0d23a8b'/>
<id>4ed9500f00c02d2429f1e0aaa236c28db0d23a8b</id>
<content type='text'>
* enable raw re pattern

* conditional text_unidecode install

* update readme, changelog, manifest

* update ci

* readme

* drop test for py 2.6 and 3.3

* clean up readme

* readme

* add support user-specific replacements (#66)

thx

* clean up, up version

* add text-unidecode option as extra

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* Optional Extra Requirements (#72)

* Add replacements option (#67)

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* use text-unidecode as primary decoding package

* add dev reqs

* up version

* add pypy3.5 test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enable raw re pattern

* conditional text_unidecode install

* update readme, changelog, manifest

* update ci

* readme

* drop test for py 2.6 and 3.3

* clean up readme

* readme

* add support user-specific replacements (#66)

thx

* clean up, up version

* add text-unidecode option as extra

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* Optional Extra Requirements (#72)

* Add replacements option (#67)

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* use text-unidecode as primary decoding package

* add dev reqs

* up version

* add pypy3.5 test
</pre>
</div>
</content>
</entry>
<entry>
<title>Test against Python 3.7 (#75)</title>
<updated>2019-03-31T13:43:39+00:00</updated>
<author>
<name>Steven Loria</name>
<email>sloria1@gmail.com</email>
</author>
<published>2019-03-31T13:43:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/commit/?id=cab1c969e8bed86ab03f61dd04c90c376267988d'/>
<id>cab1c969e8bed86ab03f61dd04c90c376267988d</id>
<content type='text'>
Also, remove `sudo: false` because TravisCI has
migrated to their VM-based infrastructure:

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, remove `sudo: false` because TravisCI has
migrated to their VM-based infrastructure:

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration</pre>
</div>
</content>
</entry>
<entry>
<title>add test to manifest</title>
<updated>2019-03-25T22:23:35+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2019-03-25T22:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/commit/?id=98c83bee0900751d37fd70c1a048cdd85ca034c4'/>
<id>98c83bee0900751d37fd70c1a048cdd85ca034c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MANIFEST.in: Add test.py to sdist (#74)</title>
<updated>2019-03-25T22:21:41+00:00</updated>
<author>
<name>John Vandenberg</name>
<email>jayvdb@gmail.com</email>
</author>
<published>2019-03-25T22:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/commit/?id=ee1741bede09cf712dcdc3d6d213f8b4d00d3688'/>
<id>ee1741bede09cf712dcdc3d6d213f8b4d00d3688</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Promote text-unidecode to primary decoding api (#73)</title>
<updated>2019-03-03T17:40:56+00:00</updated>
<author>
<name>Val Neekman</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2019-03-03T17:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/commit/?id=b8be7d69119dcceb9a3e0ce64a509415737190ac'/>
<id>b8be7d69119dcceb9a3e0ce64a509415737190ac</id>
<content type='text'>
* enable raw re pattern

* conditional text_unidecode install

* update readme, changelog, manifest

* update ci

* readme

* drop test for py 2.6 and 3.3

* clean up readme

* readme

* add support user-specific replacements (#66)

thx

* clean up, up version

* add text-unidecode option as extra

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* Optional Extra Requirements (#72)

* Add replacements option (#67)

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* use text-unidecode as primary decoding package

* add dev reqs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enable raw re pattern

* conditional text_unidecode install

* update readme, changelog, manifest

* update ci

* readme

* drop test for py 2.6 and 3.3

* clean up readme

* readme

* add support user-specific replacements (#66)

thx

* clean up, up version

* add text-unidecode option as extra

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* Optional Extra Requirements (#72)

* Add replacements option (#67)

* Upgrade Unidecode, add text-unidecode as extra option (#71)

* Add replacements option (#67)

* add text-unidecode option as extra

* remove req.txt files

* use text-unidecode as primary decoding package

* add dev reqs
</pre>
</div>
</content>
</entry>
<entry>
<title>Add replacements option (#67)</title>
<updated>2019-01-03T23:03:36+00:00</updated>
<author>
<name>Val Neekman</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2019-01-03T23:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/commit/?id=1340320455f7201117ac3970c0facf5d1e0f8767'/>
<id>1340320455f7201117ac3970c0facf5d1e0f8767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename word_boundaries: more consistent naming (#64)</title>
<updated>2018-12-30T02:57:39+00:00</updated>
<author>
<name>theotheo</name>
<email>theotheo@users.noreply.github.com</email>
</author>
<published>2018-12-30T02:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/commit/?id=683364ea0f4637364b84486ef24124ece0e0597c'/>
<id>683364ea0f4637364b84486ef24124ece0e0597c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>readme</title>
<updated>2018-12-26T04:32:17+00:00</updated>
<author>
<name>Val Neekman</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2018-12-26T04:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/commit/?id=fb869bdad9023916eede6cf0215bb90893df0dcf'/>
<id>fb869bdad9023916eede6cf0215bb90893df0dcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>readme typo</title>
<updated>2018-12-25T23:18:03+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2018-12-25T23:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/commit/?id=d040db408a50c88277c9359bd71e18bd8dc340fa'/>
<id>d040db408a50c88277c9359bd71e18bd8dc340fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Proper fallback to text-unidecode, favoring Unidecode, drop support for py 2.6, 3.3. (#63)</title>
<updated>2018-12-25T23:00:44+00:00</updated>
<author>
<name>Val Neekman</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2018-12-25T23:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/python-slugify.git/commit/?id=76f4eabe323653555d11702c3e53b66ebf352683'/>
<id>76f4eabe323653555d11702c3e53b66ebf352683</id>
<content type='text'>
* enable raw re pattern

* conditional text_unidecode install

* update readme, changelog, manifest

* update ci

* readme

* drop test for py 2.6 and 3.3

* clean up readme

* readme
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* enable raw re pattern

* conditional text_unidecode install

* update readme, changelog, manifest

* update ci

* readme

* drop test for py 2.6 and 3.3

* clean up readme

* readme
</pre>
</div>
</content>
</entry>
</feed>
