|
|
|
|
Changelog for python3-32bit-3.6.5-lp150.2.3.1.x86_64.rpm :
* Mon Sep 03 2018 Matěj Cepl - Add -fwrapv to OPTS, which is default for python3 anyway See for example https://github.com/zopefoundation/persistent/issues/86 for bugs which are caused by avoiding it. * Tue Apr 17 2018 tchvatalAATTsuse.com- As we run in main python package do not generate the pre_checkin from both now * Mon Apr 16 2018 tchvatalAATTsuse.com- Move the tests from base to generic package wrt bsc#1088573 * We still fail the whole distro if python3 is not build * The other archs than x86_64 took couple of hours to unblock build of other software, this way we work around the issue * Sat Mar 31 2018 mimi.vxAATTgmail.com- update to 3.6.5 * bugfix release * see Misc/NEWS for details- drop ctypes-pass-by-value.patch- drop fix-localeconv-encoding-for-LC_NUMERIC.patch- refresh python-3.6.0-multilib-new.patch * 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. * Thu Jul 31 2014 dimstarAATTopensuse.org- Rename rpmlintrc to %{name}-rpmlintrc. Follow the packaging guidelines. * Fri May 23 2014 jmatejekAATTsuse.com- update to 3.4.1 * * bugfix-only release, over 300 bugs fixed- upgrade pip to Recommends (it seems to be a stronger hint)- move ensurepip here, because it requires ssl through pip- python-3.4.1-SUSE-ensurepip.patch: make ensurepip require python3-pip from separate package- Suggests every subpackage that is part of stdlib * Mon Mar 17 2014 jmatejekAATTsuse.com- update to 3.4.0 final- lower pip requirement to Suggests, to prevent build cycles * Fri Mar 14 2014 andreas.stiegerAATTgmx.de- Fix build with SQLite 3.8.4 [bnc#867887], fixing SQLite tests, adding python-2.7.6-sqlite-3.8.4-tests.patch * Thu Feb 27 2014 jmatejekAATTsuse.com- update to 3.4.0 rc2 * for full changelog, see python3-base- hard Require for python3-pip, see what happens * Tue Jan 21 2014 jmatejekAATTsuse.com- initial commit of 3.4.0 beta 3 * for full changelog, see python3-base- modify script shebangs in common %prep * Tue Nov 19 2013 jmatejekAATTsuse.com- update to 3.3.3- move example module xxlimited to python3-testsuite- drop CVE-2013-4238_py33.patch - it is upstreamed * Tue Oct 15 2013 crrodriguezAATTopensuse.org- build with -DOPENSSL_LOAD_CONF for the same reasons described in the python2 package. * Fri Aug 16 2013 jmatejekAATTsuse.com- handle NULL bytes in certain fields of SSL certificates (CVE-2013-4238, bnc#834601) * Thu Jun 13 2013 jmatejekAATTsuse.com- update to 3.3.2- switch to xz compression- move _lzma module to python3-base * Mon Apr 29 2013 schwabAATTsuse.de- Readd missing bits from ctypes-libffi-aarch64.patch * Sat Apr 13 2013 idonmezAATTsuse.com- Update to version 3.3.1 * Fix the –enable-profiling configure switch. * In IDLE, close the replace dialog after it is used.- Too many bugfixes to list here, see See http://hg.python.org/cpython/file/v3.3.0/Misc/NEWS- Refresh Python-3.3.0b2-multilib.patch- Refresh python-3.2b2-buildtime-generate.patch- Drop upstream patches: ctypes-libffi-aarch64.patch, python-3.2.3rc2-pypirc-secure.patch, python-3.3.0-getdents64.patch * Mon Apr 08 2013 speilickeAATTsuse.com- Exclude sqlite/test and tk/test directories from the respective sub-packages. These are owned by the testsuite sub-package already * Fri Apr 05 2013 idonmezAATTsuse.com- Add Source URL, see https://en.opensuse.org/SourceUrls * Mon Oct 29 2012 dmuellerAATTsuse.com- disable more checks for qemu builds as they use syscalls not implemented yet * Mon Oct 01 2012 idonmezAATTsuse.com- Update to final 3.3.0 release * See http://hg.python.org/cpython/file/v3.3.0/Misc/NEWS * Mon Aug 27 2012 jmatejekAATTsuse.com- update to 3.3.0 RC1- added Provides for %{python_version}, we\'ll see whether that breaks everything * Fri Aug 03 2012 jmatejekAATTsuse.com- update to 3.3.0 beta 1 * Fri Jul 27 2012 dvaleevAATTsuse.com- drop test_io ppc patch... we run only selective tests here * Tue Jun 12 2012 adrianAATTsuse.de- fix logic of checks exclusion * Sun Dec 25 2011 idonmezAATTsuse.com- Use system ffi, included one is broken see http://bugs.python.org/issue11729 and http://bugs.python.org/issue12081 * Fri Dec 09 2011 jmatejekAATTsuse.com- license.opensuse.org-compatible license headers * Fri Dec 02 2011 cooloAATTsuse.com- add automake as buildrequire to avoid implicit dependency * Fri Sep 02 2011 cooloAATTsuse.com- fix baselibs.conf * Mon Jul 18 2011 jmatejekAATTnovell.com- update to 3.2.1- fix build on linux3 * Fri May 13 2011 jmatejekAATTnovell.com- updated to build --with-wide-unicode (for compatibility with fedora and our own python 2.x series) * Wed Mar 23 2011 termimAATTgmail.com- update to 3.2 * Tue Feb 08 2011 matejcikAATTsuse.cz- update to 3.2 RC2 * Wed Jan 19 2011 jmatejekAATTnovell.com- update to 3.2 beta 2 and other tales * Fri Jan 14 2011 cooloAATTnovell.com- update to 3.1.3 * tons of bug fixes from 3.1 branch * Mon Nov 15 2010 cooloAATTnovell.com- update to 3.1.2 * new stable release from 3.1 branch- add svn patch to fix zlib test case * Sat Jan 23 2010 jengelhAATTmedozas.de- package baselibs.conf * Tue Nov 03 2009 cooloAATTnovell.com- updated patches to apply with fuzz=0 * Tue Sep 08 2009 maxAATTsuse.de- removed blt from BuildRequires so that it can be dropped. * Thu Aug 06 2009 matejcikAATTsuse.cz- update to 3.1 * new version, much improved over the shakedown 3.0 series * Thu Jul 16 2009 cooloAATTnovell.com- disable as-needed to fix build
|
|
|