<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-slugify.git/slugify, branch v7.0.0</title>
<subtitle>github.com: un33k/python-slugify.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/'/>
<entry>
<title>drop py 3.6, add py 3.11, upversion</title>
<updated>2022-11-18T19:03:48+00:00</updated>
<author>
<name>Val Neekman (AvidCoder)</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2022-11-18T19:03:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=247fe299c524f48adb94325ce79c84d87fbd0197'/>
<id>247fe299c524f48adb94325ce79c84d87fbd0197</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update __init__.py to have __verstion__ variables. (#116)</title>
<updated>2022-09-27T11:58:23+00:00</updated>
<author>
<name>eNV25</name>
<email>env252525@gmail.com</email>
</author>
<published>2022-09-27T11:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=dbe74897764eb8338151e09cfc611e90cef12280'/>
<id>dbe74897764eb8338151e09cfc611e90cef12280</id>
<content type='text'>
This allows you to use `from slugify import __version__ as slugifyVersion`, while `from slugify.__version__ import __version__ as slugifyVersion` continues to work.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows you to use `from slugify import __version__ as slugifyVersion`, while `from slugify.__version__ import __version__ as slugifyVersion` continues to work.</pre>
</div>
</content>
</entry>
<entry>
<title>Add cmdLine option</title>
<updated>2022-04-27T16:08:35+00:00</updated>
<author>
<name>Val Neekman (AvidCoder)</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2022-04-27T16:08:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=3f1a0fe7c5775a72141163ccdd593272e512898c'/>
<id>3f1a0fe7c5775a72141163ccdd593272e512898c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove type hinting (#113)</title>
<updated>2022-02-26T18:55:55+00:00</updated>
<author>
<name>Reza Moradi</name>
<email>reza.moradi@oneflow.com</email>
</author>
<published>2022-02-26T18:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=0bf1b8761f695e5ae14d9c439a05b151b4a1093d'/>
<id>0bf1b8761f695e5ae14d9c439a05b151b4a1093d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow unicode (#111)</title>
<updated>2022-02-22T19:05:08+00:00</updated>
<author>
<name>Reza Moradi</name>
<email>mrezzamoradi@gmail.com</email>
</author>
<published>2022-02-22T19:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=d968ca7419e6f4e40685888c56d03bea50fd39d7'/>
<id>d968ca7419e6f4e40685888c56d03bea50fd39d7</id>
<content type='text'>
* initial commit to allow unicode

* update version and changelog

* add the flag to the CLI

* update README.md</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* initial commit to allow unicode

* update version and changelog

* add the flag to the CLI

* update README.md</pre>
</div>
</content>
</entry>
<entry>
<title>regex_patter to disallow</title>
<updated>2022-02-16T22:41:14+00:00</updated>
<author>
<name>Val Neekman (AvidCoder)</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2022-02-16T22:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=d8c9d8a1220743f28f98de60a3eed9cbae30c624'/>
<id>d8c9d8a1220743f28f98de60a3eed9cbae30c624</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misleading pattern name and documentation (#109)</title>
<updated>2022-02-16T22:36:00+00:00</updated>
<author>
<name>Reza Moradi</name>
<email>mrezzamoradi@gmail.com</email>
</author>
<published>2022-02-16T22:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=dce218991ddf16d916501fb6f72980f9ca0c892a'/>
<id>dce218991ddf16d916501fb6f72980f9ca0c892a</id>
<content type='text'>
* Add better typing for slugify.slugify

Currently, mypy understands the type as `Iterable[str]`, which doesn't match what should actually be passed in, which is `Iterable[Iterable[str]]` or, ideally, `Iterable[Tuple[str, str]]`

* whitespace around =

* fix misleading pattern name and documentation

* fix README.md and cli doc as well

Co-authored-by: Fahrzin Hemmati &lt;fahhem@users.noreply.github.com&gt;
Co-authored-by: Val Neekman (AvidCoder) &lt;un33kvu@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add better typing for slugify.slugify

Currently, mypy understands the type as `Iterable[str]`, which doesn't match what should actually be passed in, which is `Iterable[Iterable[str]]` or, ideally, `Iterable[Tuple[str, str]]`

* whitespace around =

* fix misleading pattern name and documentation

* fix README.md and cli doc as well

Co-authored-by: Fahrzin Hemmati &lt;fahhem@users.noreply.github.com&gt;
Co-authored-by: Val Neekman (AvidCoder) &lt;un33kvu@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>version</title>
<updated>2022-02-16T21:30:41+00:00</updated>
<author>
<name>Val Neekman (AvidCoder)</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2022-02-16T21:30:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=7534199cf4b214309619e7486e1de1057bff74a3'/>
<id>7534199cf4b214309619e7486e1de1057bff74a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version file, github action</title>
<updated>2022-02-16T21:11:08+00:00</updated>
<author>
<name>Val Neekman (AvidCoder)</name>
<email>un33kvu@gmail.com</email>
</author>
<published>2022-02-16T21:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=ad33581c491fd16cd64930fe02c862c04595550b'/>
<id>ad33581c491fd16cd64930fe02c862c04595550b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switch to twine for pushing to pypi</title>
<updated>2021-05-05T23:38:59+00:00</updated>
<author>
<name>Val Neekman</name>
<email>val@neekware.com</email>
</author>
<published>2021-05-05T23:38:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-slugify.git/commit/?id=937779c77420f4acb8acd775bc2c35ed94f1393d'/>
<id>937779c77420f4acb8acd775bc2c35ed94f1393d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
