Package python3: Information

    Source package: python3
    Version: 3.5.1-alt7
    Build time:  May 5, 2016, 02:58 PM in the task #164328
    Report package bug
    License: Python
    Summary: Version 3 of the Python programming language aka Python 3000
    Description: 
    Python 3 is a new version of the language that is incompatible with the 2.x
    line of releases. The language is mostly the same, but many details, especially
    how built-in objects like dictionaries and strings work, have changed
    considerably, and a lot of deprecated features have finally been removed.

    List of rpms provided by this srpm:
    libpython3 (x86_64, i586)
    libpython3-debuginfo (x86_64, i586)
    python3 (x86_64, i586)
    python3-base (x86_64, i586)
    python3-base-debuginfo (x86_64, i586)
    python3-debuginfo (x86_64, i586)
    python3-dev (x86_64, i586)
    python3-dev-debuginfo (x86_64, i586)
    python3-modules-curses (x86_64, i586)
    python3-modules-curses-debuginfo (x86_64, i586)
    python3-modules-sqlite3 (x86_64, i586)
    python3-modules-sqlite3-debuginfo (x86_64, i586)
    python3-modules-tkinter (x86_64, i586)
    python3-modules-tkinter-debuginfo (x86_64, i586)
    python3-test (x86_64, i586)
    python3-test-debuginfo (x86_64, i586)
    python3-tools (x86_64, i586)

    Maintainer: Ivan Zakharyaschev


      1. libexpat-devel
      2. libffi-devel
      3. liblzma-devel
      4. /dev/pts
      5. libsqlite3-devel
      6. libssl-devel
      7. bzip2-devel
      8. libncursesw-devel
      9. db4-devel
      10. libgmp-devel
      11. libX11-devel
      12. libGL-devel
      13. rpm-build-python3 >= 0.1.9.3
      14. tcl-devel
      15. tk-devel
      16. gcc-c++
      17. valgrind-devel
      18. gdbm-devel
      19. libbluez-devel
      20. zlib-devel
      21. libreadline-devel

    Last changed


    May 5, 2016 Ivan Zakharyaschev 3.5.1-alt7
    - python3-modules-tkinter: Requires: tk (ALT#29206)
    May 4, 2016 Ivan Zakharyaschev 3.5.1-alt6
    - (.spec) Adapted for other 64bit archs (thx sbolshakov@).
    April 29, 2016 Ivan Zakharyaschev 3.5.1-alt5
    - %py3_provides os.path (an OS-independent alias, which other modules
      might want to import).
    - test: Some good code in lib2to3/tests restored (and some bad code removed).