<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/unidecode.git, branch unidecode-1.0.23</title>
<subtitle>www.tablix.org: ~avian/git/unidecode.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/'/>
<entry>
<title>Set version to 1.0.23</title>
<updated>2018-11-19T07:08:11+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2018-11-18T11:56:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/commit/?id=e3c730e5830f15c613f65f1764258165f4e5f52f'/>
<id>e3c730e5830f15c613f65f1764258165f4e5f52f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ChangeLog</title>
<updated>2018-11-19T07:08:09+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2018-11-18T11:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/commit/?id=825dadd7a7d6c866c3f50aad526ea5e9963a0386'/>
<id>825dadd7a7d6c866c3f50aad526ea5e9963a0386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some more README improvements.</title>
<updated>2018-11-18T18:01:15+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2018-11-18T18:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/commit/?id=c365178b7dd076e029178d038fb80bec5f870862'/>
<id>c365178b7dd076e029178d038fb80bec5f870862</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a FAQ section to the README.</title>
<updated>2018-11-18T11:14:01+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2018-11-18T11:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/commit/?id=8a4fb4a7082be93107e71322550219c6c83068be'/>
<id>8a4fb4a7082be93107e71322550219c6c83068be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.7 target to .travis.yml</title>
<updated>2018-07-19T08:43:52+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2018-07-19T08:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/commit/?id=578cdb9eba3eeaed80871dca103fd156de07e5b5'/>
<id>578cdb9eba3eeaed80871dca103fd156de07e5b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'jdufresne/py26'</title>
<updated>2018-07-19T08:43:34+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2018-07-19T08:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/commit/?id=f8cac9f12117dfcc3c81df756040fcba2ad9382f'/>
<id>f8cac9f12117dfcc3c81df756040fcba2ad9382f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Greatly simplify tox configuration</title>
<updated>2018-06-30T13:50:35+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-06-30T13:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/commit/?id=4a1afbcc07b72d7e0856a300ad8157b05508e13c'/>
<id>4a1afbcc07b72d7e0856a300ad8157b05508e13c</id>
<content type='text'>
The project requires a very simple tox file and so can remove a lot of
boilerplate and re-specifying of tox defaults. When using py36 notation,
the "basepython" configuration option has a correct default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The project requires a very simple tox file and so can remove a lot of
boilerplate and re-specifying of tox defaults. When using py36 notation,
the "basepython" configuration option has a correct default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for EOL Python 2.6 &amp; 3.3</title>
<updated>2018-06-30T13:41:06+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-06-30T13:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/commit/?id=d0719f9167d9f38c7d12aab4e7f06b54e63161e1'/>
<id>d0719f9167d9f38c7d12aab4e7f06b54e63161e1</id>
<content type='text'>
Python 2.6 and 3.3 are end of life. They are no longer receiving bug
fixes, including for security issues. Python 2.6 went EOL on 2013-10-29
and 3.3 on 2017-09-29. For additional details on supported Python
versions, see:

https://devguide.python.org/#status-of-python-branches

Removing support for EOL Pythons will reduce testing and maintenance
resources.

Using pypinfo, here are the download statistics for Unidecode over the
last 30 days, showing minimal 3.3 &amp; 2.6 installs.

$ pypinfo --percent unidecode pyversion

| python_version | percent | download_count |
| -------------- | ------- | -------------- |
| 2.7            |  66.07% |        244,263 |
| 3.6            |  19.69% |         72,777 |
| 3.5            |   8.27% |         30,585 |
| 3.4            |   5.59% |         20,663 |
| 3.7            |   0.29% |          1,062 |
| 2.6            |   0.06% |            210 |
| 3.8            |   0.02% |             72 |
| 3.3            |   0.01% |             44 |
| 3.2            |   0.00% |              6 |
| None           |   0.00% |              2 |
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2.6 and 3.3 are end of life. They are no longer receiving bug
fixes, including for security issues. Python 2.6 went EOL on 2013-10-29
and 3.3 on 2017-09-29. For additional details on supported Python
versions, see:

https://devguide.python.org/#status-of-python-branches

Removing support for EOL Pythons will reduce testing and maintenance
resources.

Using pypinfo, here are the download statistics for Unidecode over the
last 30 days, showing minimal 3.3 &amp; 2.6 installs.

$ pypinfo --percent unidecode pyversion

| python_version | percent | download_count |
| -------------- | ------- | -------------- |
| 2.7            |  66.07% |        244,263 |
| 3.6            |  19.69% |         72,777 |
| 3.5            |   8.27% |         30,585 |
| 3.4            |   5.59% |         20,663 |
| 3.7            |   0.29% |          1,062 |
| 2.6            |   0.06% |            210 |
| 3.8            |   0.02% |             72 |
| 3.3            |   0.01% |             44 |
| 3.2            |   0.00% |              6 |
| None           |   0.00% |              2 |
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "SQUARE V OVER M" and "SQUARE A OVER M".</title>
<updated>2018-06-19T18:37:05+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2018-06-19T18:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/commit/?id=bb723e2ddb07c943c692ec08087c5b70fcdc4632'/>
<id>bb723e2ddb07c943c692ec08087c5b70fcdc4632</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use uA instead of microampere, etc.</title>
<updated>2018-06-19T18:36:53+00:00</updated>
<author>
<name>Tomaz Solc</name>
<email>tomaz.solc@tablix.org</email>
</author>
<published>2018-06-19T18:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/unidecode.git/commit/?id=2fcca2e2c6c37c59af173c5eb372f47bdaae3c65'/>
<id>2fcca2e2c6c37c59af173c5eb372f47bdaae3c65</id>
<content type='text'>
These codepoints are defined as "Greek small letter mu" and a Latin capital
letter, not with spelled-out unit names.

"u" is a common way of representing "micro" SI prefix in ASCII.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These codepoints are defined as "Greek small letter mu" and a Latin capital
letter, not with spelled-out unit names.

"u" is a common way of representing "micro" SI prefix in ASCII.
</pre>
</div>
</content>
</entry>
</feed>
