diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 17:44:24 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 17:44:24 +0300 |
commit | c089c4500b0b78acf03ee5405ad250a84b0dfa66 (patch) | |
tree | 23870848d194569aff6e0e4e41bc7907960b1af1 /debian/changelog | |
parent | 377002e7300431b68f3548d9fd2c7f99cf883939 (diff) | |
download | python3.7-debian.tar.gz |
Import python3.7 (3.7.5-2)debian/3.7.5-2debian
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 472 |
1 files changed, 417 insertions, 55 deletions
diff --git a/debian/changelog b/debian/changelog index d0975ff..de88536 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,104 +1,466 @@ -python3.6 (3.6.3~rc1-2) unstable; urgency=medium +python3.7 (3.7.5-2) unstable; urgency=medium - * Update symbols files for 32bit and big endian architectures. + * python3.7-dev: Depend on zlib1g-dev, needed to link as an + embedded interpreter. - -- Matthias Klose <doko@debian.org> Wed, 20 Sep 2017 12:49:48 +0200 + -- Matthias Klose <doko@debian.org> Sun, 27 Oct 2019 17:43:29 +0200 -python3.6 (3.6.3~rc1-1) unstable; urgency=medium +python3.7 (3.7.5-1) unstable; urgency=medium - * Python 3.6.3 release candidate 1. - * Don't run test_platform/test_linux_distribution_encoding, Fedora only. - * test_{ftplib,httplib,poplib,urllib2_localnet}: Run tests with TLSv1_2. - * Update symbols files. + * Python 3.7.5 release. - -- Matthias Klose <doko@debian.org> Wed, 20 Sep 2017 09:38:18 +0200 + -- Matthias Klose <doko@debian.org> Tue, 15 Oct 2019 17:24:06 +0200 -python3.6 (3.6.2-5) unstable; urgency=medium +python3.7 (3.7.5~rc1-2) unstable; urgency=medium - * Fix symbols files. + * Apply proposed patch for issue 38368. LP: #1847036. Closes: #941650. - -- Matthias Klose <doko@debian.org> Tue, 05 Sep 2017 22:23:28 +0200 + -- Matthias Klose <doko@debian.org> Tue, 08 Oct 2019 18:47:45 +0200 -python3.6 (3.6.2-4) unstable; urgency=medium +python3.7 (3.7.5~rc1-1) unstable; urgency=medium - * Add package breaks for extensions referencing symbols for the removed - _PyFPE module. Addresses: #873921. + * Python 3.7.5 release candidate 1. * Bump standards version. - -- Matthias Klose <doko@debian.org> Tue, 05 Sep 2017 21:20:29 +0200 + -- Matthias Klose <doko@debian.org> Wed, 02 Oct 2019 06:19:31 +0200 + +python3.7 (3.7.4-4) unstable; urgency=medium + + * Update to 20190904 from the 3.7 branch. + + -- Matthias Klose <doko@debian.org> Wed, 04 Sep 2019 10:03:05 +0200 + +python3.7 (3.7.4-3) unstable; urgency=medium + + * Enable pgo/lto builds on arm64. Closes: #934812. + * Don't propagate lto flags to the _sysconfigdata module. Closes: #934771. + * d/patches/issue35998.diff: Disable TLS1.3 in the client on all platforms + rather than just reducing the payload size (Michael Hudson-Doyle). + * Annote build dependencies used for tests. Closes: #928513. + + -- Matthias Klose <doko@debian.org> Wed, 21 Aug 2019 18:01:23 +0200 + +python3.7 (3.7.4-2) unstable; urgency=medium + + * Bump the platform name for KFreeBSD. + + -- Matthias Klose <doko@debian.org> Thu, 11 Jul 2019 12:43:21 +0200 + +python3.7 (3.7.4-1) unstable; urgency=medium + + * Python 3.7.4 release. + + -- Matthias Klose <doko@debian.org> Tue, 09 Jul 2019 07:48:37 +0200 + +python3.7 (3.7.4~rc2-2) unstable; urgency=medium + + * Bump standards version. + + -- Matthias Klose <doko@debian.org> Mon, 08 Jul 2019 12:07:13 +0200 + +python3.7 (3.7.4~rc2-1) experimental; urgency=medium + + * Python 3.7.4 release candidate 2. + + -- Matthias Klose <doko@debian.org> Wed, 03 Jul 2019 09:09:05 +0200 + +python3.7 (3.7.4~rc1-1) experimental; urgency=medium + + * Python 3.7.4 release candidate 1. + + -- Matthias Klose <doko@debian.org> Wed, 19 Jun 2019 19:04:25 +0200 + +python3.7 (3.7.3-2) unstable; urgency=medium + + * d/p/arm-alignment.diff: Don't allow unaligned memory accesses in the + _sha3 extension (Dave Jones). LP: #1821869. Issue #36515. + * Tweak the asyncio/ssl test again. + + -- Matthias Klose <doko@debian.org> Wed, 03 Apr 2019 07:39:12 +0200 + +python3.7 (3.7.3-1) unstable; urgency=medium + + * Python 3.7.3 release. + * Work around issue #35988, reducing the payload size for the asyncio/ssl + tests. + + -- Matthias Klose <doko@debian.org> Tue, 26 Mar 2019 08:25:18 +0100 -python3.6 (3.6.2-3) unstable; urgency=medium +python3.7 (3.7.3~rc1-1) unstable; urgency=medium - * Stop building the fpectl extension. - * Break python3-numpy (<< 1:1.12.1-3.1), referencing the now missing fpectl - modules. Closes: #873791. + * Python 3.7.3 release candidate 1. + * CVE-2019-9636. Fix issue #36216: Add check for characters in netloc that + normalize to separators. Closes: #924072. + * Use a build profile for libbluetooth-dev (<!pkg.python3.7.nobluetooth>). - -- Matthias Klose <doko@debian.org> Wed, 23 Aug 2017 15:37:24 +0200 + -- Matthias Klose <doko@debian.org> Wed, 13 Mar 2019 12:01:15 +0100 -python3.6 (3.6.2-2) unstable; urgency=medium +python3.7 (3.7.2-3) unstable; urgency=medium - * Move test_support.py and libregrtest from libpython3.6-testsuite to - libpython3.6-stdlib. + * Update to 20190227 from the 3.7 branch. + * Add more breaks for packages not compatible with Python 3.7: + - xapers. Closes: #916914. + * Move the test/ann_module{,2,3} modules into libpython-stdlib. + Closes: #922285. + * Limit the import checks for some extension modules to native builds. + Closes: #921742. - -- Matthias Klose <doko@debian.org> Fri, 04 Aug 2017 10:35:04 -0400 + -- Matthias Klose <doko@debian.org> Wed, 27 Feb 2019 16:41:59 +0100 -python3.6 (3.6.2-1) unstable; urgency=medium +python3.7 (3.7.2-2) unstable; urgency=medium - * Python 3.6.2 release. + * Update to 20190202 from the 3.7 branch. - -- Matthias Klose <doko@debian.org> Mon, 17 Jul 2017 15:39:29 +0200 + -- Matthias Klose <doko@debian.org> Sat, 02 Feb 2019 15:31:48 +0100 -python3.6 (3.6.2~rc2-2) unstable; urgency=medium +python3.7 (3.7.2-1) unstable; urgency=medium - * Python 3.6.2 release candidate 2. + * Python 3.7.2 release. + * Revert the link optimization changes which appeared after the + release candidate. + * Make the build compatible with sphinx 1.6.x. + * Loosen the pyzo break. Closes: #916548. - -- Matthias Klose <doko@debian.org> Sat, 08 Jul 2017 16:29:22 +0200 + -- Matthias Klose <doko@debian.org> Thu, 03 Jan 2019 03:55:40 +0100 -python3.6 (3.6.2~rc1-1) unstable; urgency=medium +python3.7 (3.7.2~rc1-1) unstable; urgency=medium - * Python 3.6.2 release candidate 1. + * Python 3.7.2 release candidate 1. + * Add more breaks for packages not compatible with Python 3.7: + - python3-dns. Closes: #912988. + - python3-dkim. Closes: #912084. + - pyzo. Closes: #914332. + * Update VCS attributes. Closes: #904097. * Update symbols files. - * Build using -fexceptions on ppc64 and ppc64el. - Addresses: #862925. LP: #1691848. - -- Matthias Klose <doko@debian.org> Tue, 20 Jun 2017 14:51:36 +0200 + -- Matthias Klose <doko@debian.org> Wed, 12 Dec 2018 07:25:49 +0100 -python3.6 (3.6.1-2) unstable; urgency=medium +python3.7 (3.7.1-1~18.10) cosmic-proposed; urgency=medium - * Update to 20170607 from the 3.6 branch. - * Explicitly use the system python for byte compilation in postinst scripts. + * SRU: LP: #1799202. + + -- Matthias Klose <doko@ubuntu.com> Mon, 22 Oct 2018 13:21:55 +0200 + +python3.7 (3.7.1-1) unstable; urgency=medium + + * Python 3.7.1 release. + + -- Matthias Klose <doko@debian.org> Sun, 21 Oct 2018 10:03:53 +0200 + +python3.7 (3.7.1~rc2-1) unstable; urgency=medium + + * Python 3.7.1 release candidate 2. + + -- Matthias Klose <doko@debian.org> Mon, 15 Oct 2018 11:24:12 +0200 + +python3.7 (3.7.1~rc1-1) unstable; urgency=medium + + * Python 3.7.1 release candidate 1. + + -- Matthias Klose <doko@debian.org> Thu, 27 Sep 2018 11:41:42 +0200 + +python3.7 (3.7.0-7) unstable; urgency=medium + + * Update to 20180925 from the 3.7 branch. + * Don't run OpenSSL related tests during the build. Hanging on + some buildds. + + -- Matthias Klose <doko@debian.org> Tue, 25 Sep 2018 16:01:24 +0200 + +python3.7 (3.7.0-6) unstable; urgency=medium + + * Update to 20180901 from the 3.7 branch. + - Fixes the build with OpenSSL 1.1.1. Closes: #907031. + * Don't run the test_ftplib and test_ssl autopkg tests, not yet ready + for OpenSSL 1.1.1. + + -- Matthias Klose <doko@debian.org> Sat, 01 Sep 2018 01:21:37 +0200 + +python3.7 (3.7.0-5) unstable; urgency=medium + + * Update to 20180820 from the 3.7 branch. + * Avoid usage of distutils in the platform module. See issue #26544. + * Fix some issues on architectures from the computer museum (Jason Duerstock). + Closes: #905536. + - Disable -O3 on ia64 (see PR rtl-optimization/85412). + - Remove the -O2 override on m68k (see Debian #326903). + - Remove the -mieee and -O2 overrides for DEC Alpha (see Debian #212912). + * Add more breaks for packages not compatible with Python 3.7: + - python3-aiomeasures. See #906159. + - python3-motor (updated). See #903527. + * Again close the RC issue about the syntax errors triggered by Python 3.7. + Closes: #902788. + * Update symbols files. + + -- Matthias Klose <doko@debian.org> Mon, 20 Aug 2018 19:52:20 +0200 + +python3.7 (3.7.0-4) unstable; urgency=medium + + * Update to 20180802 from the 3.7 branch. + * Add more breaks for packages not compatible with Python 3.7: + - python3-pyatspi. See #902989. + * Move test/__main__.py into libpython3.7-stdlib. + + -- Matthias Klose <doko@debian.org> Thu, 02 Aug 2018 08:46:56 +0200 + +python3.7 (3.7.0-3) unstable; urgency=medium + + * Update to 20180730 from the 3.7 branch. + * Add more breaks for packages not compatible with Python 3.7: + - python3-trollius. See #903888. + - python3-sleekxmpp. See #904453. + - voltron. See #904657. + - visidata. See #904656. + - salt-common. See #903654. + - python3-yowsup. See #904653. + - python3-websockets. See #904650. + - python3-txfixtures. See #904649. + - python3-tweepy. See #904648. + - python3-slixmpp. See #904644. + - python3-signaller. See #904642. + - python3-rpyc. See #904615. + - python3-protorpc-standalone. See #904603. + - python3-nova. See #904587. + - python3-murano. See #904581. + - python3-mastodon. See #904579. + - python3-hug. See #904576. + - python3-async. See #904492. + - python3-pylama. See #904491. + - python3-exabgp. See #904390. + - python3-glance. See #904389. + - python3-gbulb. See #904388. + - python3-engineio. See #904383. + - python3-doublex. See #904382. + - python3-dns. See #904381. + - python3-opcua. See #904373. + - openscap-daemon. See #904. + - oca-core. See #904370. + - patroni. See #904369. + - python3-panoramisk. See #904368. + - linux-show-player-. See #904367. + - python3-cs. See #904365. + - python3-azure. See #904364. + - python3-applicationinsights. See #904363. + - python3-aiopg. See #904361. + - python3-aiozmq. See #904358. + - python3-pysnmp4. See #904357. + - python3-astroquery. See #904351. + - snakemake. See #904350. + - fail2ban. See #902817. + - python3-morse-simulator. See #904343. + - python3-tango. See #904298. + - python3-pycuda. See #903826. + - python3-pycsw. See #903784. + - gnome3-builder. See #903558. + * Close the RC issue about the syntax errors triggered by Python 3.7, now + that all the breaks are in place. Closes: #902788. + * Mark the lib2to3 and site tests as succeeding again, mark the tcl test + as failing (issue #34178). + + -- Matthias Klose <doko@debian.org> Mon, 30 Jul 2018 06:39:20 +0200 + +python3.7 (3.7.0-2) unstable; urgency=medium + + * Update to 20180720 from the 3.7 branch. + * Add breaks for packages not compatible with Python 3.7: + - python3-twisted. See #902766. + - python3-pexpect. See #902646. + - python3-cxx-dev. See #902673. + - libboost-python1.62.0. See #902702. + - python3-psycopg2. See #902715. + - python3-maxminddb. See #902756. + - python3-blist. See #902757. + - python3-django. See #902761. + - diffoscope. See #902650. + - gpodder. See #902704. + - python3-http-parser. See: #902759. + - python3-celery. See #902900. + - python3-astroid. See #902631. + - python3-ubjson. See #902762. + - python3-protobuf. See #902597. + - python3-opengl. See #903218. + - python3-ws4py. See #903529. + - python3-dropbox. See #903525. + - python3-pycuda. See #903826. + - python3-libcloud. See #903388. + - python3-motor. See #903527. + - python3-jira. See #903526. + + -- Matthias Klose <doko@debian.org> Fri, 20 Jul 2018 15:51:14 +0200 + +python3.7 (3.7.0-1~18.04) bionic-proposed; urgency=medium + + * SRU: LP: #1792140. Update Python 3.7 to the final 3.7.0 release. + + -- Matthias Klose <doko@ubuntu.com> Wed, 12 Sep 2018 20:30:08 +0200 + +python3.7 (3.7.0-1) unstable; urgency=medium - -- Matthias Klose <doko@debian.org> Wed, 07 Jun 2017 12:00:24 -0700 + * Python 3.7.0 release. -python3.6 (3.6.1-1) unstable; urgency=medium + -- Matthias Klose <doko@debian.org> Wed, 27 Jun 2018 16:40:03 +0200 - * Python 3.6.1 release. +python3.7 (3.7.0~rc1-3) unstable; urgency=medium - -- Matthias Klose <doko@debian.org> Wed, 22 Mar 2017 07:17:05 +0100 + * Update to 20180622 from the 3.7 branch. + - Fix installation of the idlelib tests. -python3.6 (3.6.1~rc1-1) unstable; urgency=medium + -- Matthias Klose <doko@debian.org> Fri, 22 Jun 2018 10:11:22 +0200 - * Python 3.6.1 release candidate 1. +python3.7 (3.7.0~rc1-2) unstable; urgency=medium - -- Matthias Klose <doko@debian.org> Sun, 05 Mar 2017 13:34:53 +0100 + * Update to 20180619 from the 3.7 branch. + * Let ensurepip work with pip versions 9 or 10. Addresses: #901797. + * pdb(1): Fix pointer to HTML documentation. Addresses: #901603. -python3.6 (3.6.0-2) experimental; urgency=medium + -- Matthias Klose <doko@debian.org> Tue, 19 Jun 2018 09:10:27 +0200 - * Update to 20170203 from the 3.6 branch. +python3.7 (3.7.0~rc1-1) unstable; urgency=medium - -- Matthias Klose <doko@debian.org> Fri, 03 Feb 2017 09:23:51 +0100 + * Python 3.7.0 release candidate 1. -python3.6 (3.6.0-1) experimental; urgency=medium + -- Matthias Klose <doko@debian.org> Wed, 13 Jun 2018 10:04:13 +0200 - * Python 3.6.0 release. +python3.7 (3.7.0~b5-1) unstable; urgency=medium + + * Python 3.7.0 beta 5 release. + + -- Matthias Klose <doko@debian.org> Thu, 31 May 2018 12:14:46 +0200 + +python3.7 (3.7.0~b4-5) unstable; urgency=medium + + * Update to 20180529 from the 3.7 branch. + * sysconfig: The 'posix_local' schema name is the default unless the env var + DEB_PYTHON_INSTALL_LAYOUT is set to 'deb' or 'deb_system'. Use the latter + for package buillds. + + -- Matthias Klose <doko@ubuntu.com> Tue, 29 May 2018 13:54:38 +0200 + +python3.7 (3.7.0~b4-4) unstable; urgency=medium + + * Update to 20180516 from the 3.7 branch. + * Fix building cmath and build cmath as a builtin instead of an extension. + * Run the test_code_module, test_dbm, test_zipfile tests in the autopkg + tests again. + + -- Matthias Klose <doko@debian.org> Wed, 16 May 2018 16:51:00 -0400 + +python3.7 (3.7.0~b4-3) unstable; urgency=medium + + * python3.7: Add breaks on python3-all (<< 3.6.5~rc1-1), + python3-dev (<< 3.6.5~rc1-1), python3-venv (<< 3.6.5-2). Addresses: #898401. + * Restore the sysconfig-debian-schemes patch. + + -- Matthias Klose <doko@debian.org> Fri, 11 May 2018 11:18:40 -0400 + +python3.7 (3.7.0~b4-2) unstable; urgency=medium + + * Fix the lto build for extensions, passing -fPIC to the linker. + + -- Matthias Klose <doko@debian.org> Mon, 07 May 2018 19:24:57 +0200 + +python3.7 (3.7.0~b4-1) unstable; urgency=medium + + * Python 3.7.0 beta 4 release. + * Fix library name in python debug pkgconfig file. Addresses: #894498. + * Re-enable pgo/lto builds. + * Update autopkg tests to really run with 3.7. + * Make the build of the shared modules verbose again. + + -- Matthias Klose <doko@debian.org> Thu, 03 May 2018 13:45:04 +0200 + +python3.7 (3.7.0~b3-1) unstable; urgency=medium + + * Python 3.7.0 beta 3 release. + * libpython3.7-stdlib: Add missing python3-distutils breaks. Closes: #894204. + + -- Matthias Klose <doko@debian.org> Fri, 30 Mar 2018 12:35:22 +0800 + +python3.7 (3.7.0~b2-2) unstable; urgency=medium + + * libpython3.7-stdlib: Ship again distutils/{__init__,version}.py. + + -- Matthias Klose <doko@debian.org> Fri, 23 Mar 2018 11:21:34 +0800 + +python3.7 (3.7.0~b2-1) unstable; urgency=medium + + * Python 3.7.0 beta 2 release. + - Fix issue #32185: The SSL module no longer sends IP addresses in SNI TLS + extension on platforms with OpenSSL 1.0.2+ or inet_pton. See #892814. + * Add support for riscv64 (Aurelien Jarno). Addresses: #892328. + * Update symbols files. + + -- Matthias Klose <doko@debian.org> Tue, 13 Mar 2018 20:55:14 +0100 + +python3.7 (3.7.0~b1-1) unstable; urgency=medium + + * Python 3.7.0 beta 1 release. + * Update symbols files. + + -- Matthias Klose <doko@debian.org> Thu, 01 Feb 2018 08:36:28 +0100 + +python3.7 (3.7.0~a4-1) unstable; urgency=medium + + * Python 3.7.0 alpha 4 release. + + -- Matthias Klose <doko@debian.org> Wed, 10 Jan 2018 13:34:16 +0100 + +python3.7 (3.7.0~a3-4) unstable; urgency=medium + + * Stop building python3.7-2to3, now replaced by 2to3 and python3-lib2to3. + + -- Matthias Klose <doko@debian.org> Fri, 05 Jan 2018 03:45:13 +0100 + +python3.7 (3.7.0~a3-3) unstable; urgency=medium + + * Stop shipping lib2to3, now shipped in python3-lib2to3. + + -- Matthias Klose <doko@debian.org> Wed, 27 Dec 2017 14:04:53 +0100 + +python3.7 (3.7.0~a3-2) unstable; urgency=medium + + * Split out a python3.7-2to3 package. + * Stop shipping the tkinter and distutils modules in libpython3.7-stdlib. + + -- Matthias Klose <doko@debian.org> Wed, 13 Dec 2017 12:18:54 +0100 + +python3.7 (3.7.0~a3-1) unstable; urgency=medium + + * Python 3.7.0 alpha 3 release. + * Add support for mipsr6 triplets (YunQiang Su). Addresses: #881942. + * Move the idle library into the idle-python3.7 package. + * Build documentation in info format (Benjamin Moody). Addresses: #881959. + + -- Matthias Klose <doko@debian.org> Wed, 06 Dec 2017 13:24:25 +0100 + +python3.7 (3.7.0~a2-1) experimental; urgency=medium + + * Python 3.7.0 alpha 2 release. + + -- Matthias Klose <doko@debian.org> Wed, 18 Oct 2017 20:58:26 +0200 + +python3.7 (3.7.0~a1-2) experimental; urgency=medium + + * Build with -fstack-protector instead of -fstack-protector-strong. + Performance improvements of around 1-2% according to LP #1638695. + + -- Matthias Klose <doko@debian.org> Wed, 20 Sep 2017 14:12:51 +0200 + +python3.7 (3.7.0~a1-1) experimental; urgency=medium + + * Python 3.7.0 alpha 1 release. + * Explicitly use the system python for byte compilation in postinst scripts. + Addresses: #852163. LP: #1682934. + * Build using -fexceptions on ppc64 and ppc64el. + Addresses: #862925. LP: #1691848. - -- Matthias Klose <doko@debian.org> Thu, 29 Dec 2016 05:29:02 +0100 + -- Matthias Klose <doko@debian.org> Wed, 20 Sep 2017 14:12:51 +0200 -python3.6 (3.6.0~rc1-1) experimental; urgency=medium +python3.7 (3.7-20170522-1) experimental; urgency=medium - * Python 3.6.0 release candidate 1. + * Python 3.7 snapshot 20170522. - -- Matthias Klose <doko@debian.org> Wed, 07 Dec 2016 09:56:22 +0100 + -- Matthias Klose <doko@ubuntu.com> Mon, 22 May 2017 14:32:31 -0700 python3.6 (3.6.0~b4-1) experimental; urgency=medium |