Changelog for
python3-3.6.4-1.19.i586.rpm :
* Tue Feb 20 2018 tchvatalAATTsuse.com- Drop python3-tk and python3-idle recommends to reduce python3 always pulling X stack bsc#1081751
* Wed Feb 07 2018 tchvatalAATTsuse.com- Add patch to fix glibc 2.27 fail bsc#1079761:
* fix-localeconv-encoding-for-LC_NUMERIC.patch
* Mon Feb 05 2018 normandAATTlinux.vnet.ibm.com- Update skip_random_failing_tests.patch (for PowerPC) to avoid test_call_later failure
* Wed Jan 24 2018 jmatejekAATTsuse.com- move XML modules and python3-xml provide to python3-base (fixes bsc#1077230)- move ensurepip to base
* Thu Jan 18 2018 normandAATTlinux.vnet.ibm.com- Add skip_random_failing_tests.patch only for PowerPC
* Wed Jan 03 2018 jmatejekAATTsuse.com- update to 3.6.4
* bugfix release, over a hundred bugs fixed
* see Misc/NEWS for details- drop upstreamed python3-ncurses-6.0-accessors.patch- drop PYTHONSTARTUP hooks that cause spurious startup errors
* fixes bsc#1070738
* the relevant feature (REPL history) is now built into Python itself
* Thu Nov 16 2017 mimi.vxAATTgmail.com- move 2to3 to python3-tools package
* Wed Oct 11 2017 jmatejekAATTsuse.com- update to 3.6.3
* bugfix release, over a hundred bugs fixed
* see Misc/NEWS for details- drop upstreamed 0001-3.6-bpo-30714-ALPN-changes-for-OpenSSL-1.1.0f-3093.patch
* Wed Sep 20 2017 dmuellerAATTsuse.com- drop python-2.7-libffi-aarch64.patch: this patches the intree copy of libffi which is unused/deleted in the line afterwards
* Wed Aug 30 2017 jmatejekAATTsuse.com- distutils-reproducible-compile.patch: ensure distutils order files before compiling, which works around bsc#1049186
* Thu Aug 17 2017 kukukAATTsuse.de- Add libnsl-devel build requires for glibc obsoleting libnsl
* Thu Aug 03 2017 jmatejekAATTsuse.com- update to 3.6.2
* bugfix release, over a hundred bugs fixed
* see Misc/NEWS for details- drop upstreamed test-socket-aead-kernel49.patch- add Provides: python3-typing (fixes bsc#1050653)- drop duplicate Provides: python3
* Mon Jun 26 2017 jmatejekAATTsuse.com- drop db-devel from requirements
* Thu Mar 23 2017 jmatejekAATTsuse.com- update to 3.6.1
* see python3-base for details
* Wed Jan 11 2017 jmatejekAATTsuse.com- update to 3.6.0
* PEP 498 Formated string literals
* PEP 515 Underscores in numeric literals
* PEP 526 Syntax for variable annotations
* PEP 525 Asynchronous generators
* PEP 530 Asynchronous comprehensions
* PEP 506 New \"secrets\" module for safe key generation
* less memory consumed by dicts
* dtrace and systemtap support
* improved asyncio module
* better defaults for ssl
* new hashing algorithms in hashlib
* bytecode format changed to allow more optimizations
* \"async\" and \"await\" are on track to be reserved words
* StopIteration from generators is deprecated
* support for openssl < 1.0.2 is deprecated
* os.urandom now blocks when getrandom() blocks
* huge number of new features, bugfixes and optimizations
* see https://docs.python.org/3.6/whatsnew/3.6.html for details- rework multilib patch: drop Python-3.5.0-multilib.patch, implement upstreamable python-3.6.0-multilib-new.patch- refresh python-3.3.0b1-localpath.patch, subprocess-raise-timeout.patch- drop upstreamed Python-3.5.1-fix_lru_cache_copying.patch- finally drop python-2.6b1-canonicalize2.patch that was not applied in source and only kept around in case we needed it in the future. (which we don\'t, as it seems)- update import_failed map and baselibs- improve summaries and descriptions (fixes bsc#917607)- add new key to keyring (signed by keys already in keyring)- introduced common configure section between python3 and python3-base- do not disable ASNEEDED- remove baselibs/rpmlint as sources from python.spec, only keep in base.spec- run spec through spec-cleaner, rearrange sections
* Fri Apr 22 2016 jmatejekAATTsuse.com- move _hashlib and _ssl modules and tests to python3-base- change Suggests to Recommends on supplemental modules
* Tue Mar 15 2016 schwabAATTsuse.de- Skip test_asyncio under qemu_user_space_build
* Mon Mar 07 2016 toddrme2178AATTgmail.com- Add Python-3.5.1-fix_lru_cache_copying.patch Fix copying the lru_cache() wrapper object. Fixes deep-copying lru_cache regression, which worked on previous versions of python but fails on python 3.5. This fixes a bunch of packages in devel:languages:python3. See: https://bugs.python.org/issue25447
* Wed Dec 09 2015 toddrme2178AATTgmail.com- update to 3.5.1
* bugfix-only release, dozens of bugs fixed- Drop upstreamed Python-3.5.0-_Py_atomic_xxx-symbols.patch- \"Python3\" to \"Python 3\" in summary
* This seems cleaner and fixes and rpmlint warning
* Wed Oct 14 2015 toddrme2178AATTgmail.com- Add python3-3.5.0-_Py_atomic_xxx-symbols.patch This fixes a build error for many packages that use the Python, C-API. This patch is already accepted upstream and is slated to appear in python 3.5.1.
* Thu Oct 01 2015 jmatejekAATTsuse.com- update to 3.5.0
* see python3-base.changes for details- update list of tests
* Wed Sep 09 2015 dimstarAATTopensuse.org- Add python3-ncurses-6.0-accessors.patch: Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1.
* Thu Jul 23 2015 fisiuAATTopensuse.org- Build with --enable-loadable-sqlite-extensions to make it works as geospatial database.
* Wed Jun 24 2015 meissnerAATTsuse.com- dh2048.pem: added generated 2048 dh parameter set to fix ssl test (bsc#935856)- python-fix-short-dh.patch: replace the 512 bits dh parameter set by 2048 bits to fix build with new openssl 1.0.2c (bsc#935856)
* Fri May 01 2015 mailaenderAATTopensuse.org- Update to version 3.4.3- Drop upstreamed CVE-2014-4650-CGIHTTPServer-traversal.patch (bpo#21766)
* Sat Oct 18 2014 crrodriguezAATTopensuse.org- Only pkgconfig(x11) is required for build, not the whole set of packages provided by xorg-x11-devel metapackage.