<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python-chardet/Makefile, 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-21T08:00:30Z</updated>
<entry>
<title>python-chardet: update license to 0BSD</title>
<updated>2026-04-21T08:00:30Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-04-19T10:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2a998b61db1c5aba270f7154f570678509d59494'/>
<id>urn:sha1:2a998b61db1c5aba270f7154f570678509d59494</id>
<content type='text'>
Upstream changed the project license to 0BSD.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-chardet: update to 7.4.3</title>
<updated>2026-04-17T10:46:59Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-17T06:55:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=fa912f32d9845f26caeea23bce9d6456027fe1d4'/>
<id>urn:sha1:fa912f32d9845f26caeea23bce9d6456027fe1d4</id>
<content type='text'>
- bump 7.4.1 -&gt; 7.4.3

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python3-chardet: update to 7.4.1</title>
<updated>2026-04-11T09:56:34Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-04-09T05:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=684e738cab500fd4ea2d3cca8214f7c9c666a9fe'/>
<id>urn:sha1:684e738cab500fd4ea2d3cca8214f7c9c666a9fe</id>
<content type='text'>
Update package to 7.4.1.

Changes since 7.2.0:

7.3.0:
- License changed from MIT to 0BSD (no attribution required)
- New mime_type field in all detection results -- identifies binary and text
  file types via magic number matching (40+ formats supported)
- Performance: 4 additional modules compiled with mypyc; per-file detection
  capped at 16 KB (worst-case time: 62ms -&gt; 26ms)
- Added riscv64 prebuilt wheel support
- Bug fix: null-separated ASCII data was misdetected as UTF-16-BE

7.4.0:
- Accuracy improved from 98.6% to 99.3%; speed improved with new dense
  zlib-compressed model format (cold start: ~75ms -&gt; ~13ms with mypyc)
- Training data overhauled: added MADLAD-400 and Wikipedia sources,
  eliminated train/test overlap, samples increased from 15K to 25K per
  language/encoding pair
- Bug fix: dedicated structural analyzers added for CP932, CP949, and
  Big5-HKSCS (previously sharing base encoding byte-range analyzer)

7.4.1:
- Bug fix: BOM-prefixed UTF-16/32 input now correctly returns utf-16/utf-32
  instead of endian-specific variants (utf-16-le/utf-16-be/etc.), which
  previously caused a stray U+FEFF character at the start of decoded text

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-chardet: bump to 7.2.0</title>
<updated>2026-03-24T04:23:37Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-23T17:15:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=20fbeb8bcadaca0c9ff67f11dc62b9c865fbc9eb'/>
<id>urn:sha1:20fbeb8bcadaca0c9ff67f11dc62b9c865fbc9eb</id>
<content type='text'>
Bump to 7.2.0.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-chardet: bump to 7.1.0</title>
<updated>2026-03-21T19:16:16Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-21T06:57:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b303f7823ffef2ff35d6180f2e2bb4dc6c766a61'/>
<id>urn:sha1:b303f7823ffef2ff35d6180f2e2bb4dc6c766a61</id>
<content type='text'>
Changes since 7.0.1:
- Add PEP 263 encoding declaration detection for Python source files
- Improve performance: 5.5x faster first-detect time
- Fix undocumented encoding name changes introduced in 5.x
- Restore backward compatibility for encoding names

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>python-chardet: bump to 7.0.1</title>
<updated>2026-03-14T08:22:59Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2026-03-11T14:38:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6e014ede1946a374a6fe80925db70efea92a279f'/>
<id>urn:sha1:6e014ede1946a374a6fe80925db70efea92a279f</id>
<content type='text'>
Full release notes:
https://github.com/chardet/chardet/releases/tag/7.0.1

Add 'python3-codecs' as dependency. No idea when (or if) this was
ever needed, but it became obvious after test.sh was added.

Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
<entry>
<title>treewide: fix licenses</title>
<updated>2026-02-19T18:15:36Z</updated>
<author>
<name>Wei-Ting Yang</name>
</author>
<published>2026-02-10T11:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f7e3317515ae5ba9b4efc8dd56e88af8fb2cb02e'/>
<id>urn:sha1:f7e3317515ae5ba9b4efc8dd56e88af8fb2cb02e</id>
<content type='text'>
Fix licenses.

Signed-off-by: Wei-Ting Yang &lt;williamatcg@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-chardet: fix build (depend on setuptools)</title>
<updated>2025-11-26T13:57:44Z</updated>
<author>
<name>Austin Lane</name>
</author>
<published>2025-11-26T11:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2201690cd166c75e20fcee32bff734d3379151df'/>
<id>urn:sha1:2201690cd166c75e20fcee32bff734d3379151df</id>
<content type='text'>
- Properly depend on python-setuptools to fix build failures.

Signed-off-by: Austin Lane &lt;vidplace7@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-chardet: add hostbuild</title>
<updated>2024-12-09T08:56:30Z</updated>
<author>
<name>Austin Lane</name>
</author>
<published>2024-12-05T05:44:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7db7fd2aea53689eeb9252b3edf6f8f2fefb5e54'/>
<id>urn:sha1:7db7fd2aea53689eeb9252b3edf6f8f2fefb5e54</id>
<content type='text'>
Signed-off-by: Austin Lane &lt;vidplace7@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-chardet: bump to 5.2.0</title>
<updated>2023-09-09T08:27:37Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2023-09-09T08:27:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=40a06febd2e29d17bca3345c8d4ab5dd1690ad88'/>
<id>urn:sha1:40a06febd2e29d17bca3345c8d4ab5dd1690ad88</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;alex@shruggie.ro&gt;
</content>
</entry>
</feed>
