SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-32bit-3.6.2-1.1.x86_64.rpm :
Thu Aug 3 14:00:00 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 14:00:00 2017 jmatejekAATTsuse.com
- drop db-devel from requirements

Thu Mar 23 13:00:00 2017 jmatejekAATTsuse.com
- update to 3.6.1

* see python3-base for details

Wed Jan 11 13:00:00 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 14:00:00 2016 jmatejekAATTsuse.com
- move _hashlib and _ssl modules and tests to python3-base
- change Suggests to Recommends on supplemental modules

Tue Mar 15 13:00:00 2016 schwabAATTsuse.de
- Skip test_asyncio under qemu_user_space_build

Mon Mar 7 13:00:00 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 9 13:00:00 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 14:00:00 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 1 14:00:00 2015 jmatejekAATTsuse.com
- update to 3.5.0

* see python3-base.changes for details
- update list of tests

Wed Sep 9 14:00:00 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 14:00:00 2015 fisiuAATTopensuse.org
- Build with --enable-loadable-sqlite-extensions to make it works
as geospatial database.

Wed Jun 24 14:00:00 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 1 14:00:00 2015 mailaenderAATTopensuse.org
- Update to version 3.4.3
- Drop upstreamed CVE-2014-4650-CGIHTTPServer-traversal.patch
(bpo#21766)

Sat Oct 18 14:00:00 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 14:00:00 2014 dimstarAATTopensuse.org
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.

Fri May 23 14:00:00 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 13:00:00 2014 jmatejekAATTsuse.com
- update to 3.4.0 final
- lower pip requirement to Suggests, to prevent build cycles

Fri Mar 14 13:00:00 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 13:00:00 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 13:00:00 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 13:00:00 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 14:00:00 2013 crrodriguezAATTopensuse.org
- build with -DOPENSSL_LOAD_CONF for the same reasons
described in the python2 package.

Fri Aug 16 14:00:00 2013 jmatejekAATTsuse.com
- handle NULL bytes in certain fields of SSL certificates
(CVE-2013-4238, bnc#834601)

Thu Jun 13 14:00:00 2013 jmatejekAATTsuse.com
- update to 3.3.2
- switch to xz compression
- move _lzma module to python3-base

Mon Apr 29 14:00:00 2013 schwabAATTsuse.de
- Readd missing bits from ctypes-libffi-aarch64.patch

Sat Apr 13 14:00:00 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 8 14:00:00 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 5 14:00:00 2013 idonmezAATTsuse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls

Mon Oct 29 13:00:00 2012 dmuellerAATTsuse.com
- disable more checks for qemu builds as they use syscalls not
implemented yet

Mon Oct 1 14:00:00 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 14:00:00 2012 jmatejekAATTsuse.com
- update to 3.3.0 RC1
- added Provides for %{python_version}, we\'ll see whether that
breaks everything

Fri Aug 3 14:00:00 2012 jmatejekAATTsuse.com
- update to 3.3.0 beta 1

Fri Jul 27 14:00:00 2012 dvaleevAATTsuse.com
- drop test_io ppc patch... we run only selective tests here

Tue Jun 12 14:00:00 2012 adrianAATTsuse.de
- fix logic of checks exclusion

Sun Dec 25 13:00:00 2011 idonmezAATTsuse.com
- Use system ffi, included one is broken see
http://bugs.python.org/issue11729 and
http://bugs.python.org/issue12081

Fri Dec 9 13:00:00 2011 jmatejekAATTsuse.com
- license.opensuse.org-compatible license headers

Fri Dec 2 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency

Fri Sep 2 14:00:00 2011 cooloAATTsuse.com
- fix baselibs.conf

Mon Jul 18 14:00:00 2011 jmatejekAATTnovell.com
- update to 3.2.1
- fix build on linux3

Fri May 13 14:00:00 2011 jmatejekAATTnovell.com
- updated to build --with-wide-unicode (for compatibility with
fedora and our own python 2.x series)

Wed Mar 23 13:00:00 2011 termimAATTgmail.com
- update to 3.2

Tue Feb 8 13:00:00 2011 matejcikAATTsuse.cz
- update to 3.2 RC2

Wed Jan 19 13:00:00 2011 jmatejekAATTnovell.com
- update to 3.2 beta 2 and other tales

Fri Jan 14 13:00:00 2011 cooloAATTnovell.com
- update to 3.1.3

* tons of bug fixes from 3.1 branch

Mon Nov 15 13:00:00 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 13:00:00 2010 jengelhAATTmedozas.de
- package baselibs.conf

Tue Nov 3 13:00:00 2009 cooloAATTnovell.com
- updated patches to apply with fuzz=0

Tue Sep 8 14:00:00 2009 maxAATTsuse.de
- removed blt from BuildRequires so that it can be dropped.

Thu Aug 6 14:00:00 2009 matejcikAATTsuse.cz
- update to 3.1

* new version, much improved over the shakedown 3.0 series

Thu Jul 16 14:00:00 2009 cooloAATTnovell.com
- disable as-needed to fix build


 
ICM