<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/python3/patches/017_lib2to3_fix_pyc_search.patch, 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>2019-10-21T12:24:51Z</updated>
<entry>
<title>python3: bump to version 3.8</title>
<updated>2019-10-21T12:24:51Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2019-10-18T06:25:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=48277ec9158151763239461c6f60808e38a99c2f'/>
<id>urn:sha1:48277ec9158151763239461c6f60808e38a99c2f</id>
<content type='text'>
This required a bit work to get working, compared to other versions. So,
some things have changed a bit more significantly.

Some highlights:
* there is no longer a pgen executable, seems this is now part of
  libpython; let's see what this means for us in the future
* blake2 hash (from OpenSSL) detection needs some fixing; will upstream
  added patch 002-fix-blake2-detection.patch
* removed all bpo patches; those should be fixed in upstream
* some needed to be manually re-applied as stuff changed:
  - 001-enable-zlib.patch  - file changed
  - 004-do-not-write-bytes-codes.patch  - file changed
  - 015-abort-on-failed-modules.patch - variable was renamed
    cross_compiling -&gt; CROSS_COMPILING
* 017_lib2to3_fix_pyc_search.patch - the code changed, it does not seem to
     have the original problem with respect to file-extension, as there
     does not seem to be any special extension logic anymore there
* 006-remove-multi-arch-and-local-paths.patch - dropped patch; I can't
     remember the full-details of this issue; it was something with
     Debian/Ubuntu's multi-arch stuff; it was probably added maybe due to
     some overzealous (on my part) thingy caused by some weird reports,
     that I could never solve; let's have this patch dropped and see
* make package/python3/refresh to reduce fuzz for the rest

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3: Update to version 3.7.4</title>
<updated>2019-07-10T08:11:50Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2019-07-09T18:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ce769db0077f3ace8ef691cf33b827a10e0613a5'/>
<id>urn:sha1:ce769db0077f3ace8ef691cf33b827a10e0613a5</id>
<content type='text'>
- Update setuptools to 40.8.0
- Update pip to 19.0.3
- Refreshed patches
- Removed 4 patches (2 of them was included in 3.7.3 and other two are
included in this release)

Makefile python3:
- Move PKG_MAINTAINER above PKG_LICENSE

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3: enable lib2to3 to also search and fix .pyc files.</title>
<updated>2019-01-09T14:06:52Z</updated>
<author>
<name>Nj Hsiong</name>
</author>
<published>2019-01-09T11:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c98b12d9a920ede376d1eaef0da0c0da9d26d6b3'/>
<id>urn:sha1:c98b12d9a920ede376d1eaef0da0c0da9d26d6b3</id>
<content type='text'>
python3's lib2to3 would fail in silence if python3 and its packages are installed as compiled .pyc files. Root cause is, in Lib/lib2to3/refactor.py, the function get_all_fix_names only searches '.py' fix names.

Signed-off-by: Nj Hsiong &lt;nj.hsiong@gmail.com&gt;
</content>
</entry>
</feed>
