Change logs for twisted source package in Sid

  • twisted (24.3.0-1) unstable; urgency=medium
    
      * New upstream release.
      * Refresh patches.
      * Drop unittest-skip-3.12.1.patch, superseded upstream.
    
     -- Stefano Rivera <email address hidden>  Mon, 04 Mar 2024 10:57:17 -0400
  • twisted (23.10.0-2) unstable; urgency=medium
    
      * Patch: Skip test_sendFileDescriptorTriggersPauseProducing, as it was
        failing in Debian CI.
    
     -- Stefano Rivera <email address hidden>  Tue, 26 Dec 2023 10:02:51 -0400
  • twisted (23.10.0-1) unstable; urgency=medium
    
      [ Matthias Klose ]
      * Remove myself as uploader.
    
      [ Stefano Rivera ]
      * Add myself as an uploader.
      * New upstream release.
        - Resolves CVE-2023-46137: Disordered HTTP pipeline response in
          twisted.web. (Closes: #1054913)
      * Refresh patches.
      * Drop patches, superseded upstream:
        - debian-hacks/Sphinx-Set-html_theme-to-twisteddefault.patch
        - documentation/pydoctor-22.7.patch
        - Implement-twisted.python.failure._Code.co_positions.patch
        - Deprecate-twisted.web.resource.ErrorPage-and-spawn.patch
        - Implement-twisted.web.pages.patch
        - Update-imports-to-avoid-warnings.patch
        - Update-the-docs.patch
        - Address-DummyRequest-MyPy-issue.patch
        - Address-IRenderable-MyPy-issue.patch
        - Failing-test.patch
        - Fix-NameVirtualHost-HTML-injection-vulnerability.patch
        - Fix-references-to-twisted.pages.patch
        - Call-the-superclass-constructor-via-private-alias.patch
        - twisted.web.pages.-ErrorPage-errorPage.patch
        - tests/Tests-remove-spurious-test-for-illegal-whitespace-in-xmlns.patch
        - Add-CVE-to-newsfragment.patch
        - Tests-Handle-setlocale-more-tolerant.patch
      * Bump copyright years.
      * Migrate to pybuild-plugin-pyproject and hatchling.
      * Build-Depend on python3-sphinx-rtd-theme, now used by the docs.
      * autopkgtest: Permit stderr.
      * autopkgtest: Run without root, on all supported python 3 versions.
      * autopkgtest: Depend on python3-hypothesis and locales-all.
        - All pass now. (Closes: #1033516)
      * Allow 2 digit minor versions in watch.
      * Patch: Don't embed the build date in docs, making them reproducible.
        (Closes: #1034499)
      * Patch: Support unittest behaviour change in Python 3.12.1.
      * Bump Standards-Version to 4.6.2, no changes needed.
    
     -- Stefano Rivera <email address hidden>  Mon, 25 Dec 2023 10:49:12 -0400
  • twisted (22.4.0-4) unstable; urgency=medium
    
      * Team upload.
      * Add upstream patch for Python 3.11 (Closes: #1029579)
      * Add upstream patch for CVE-2022-39348 (Closes: #1023359)
    
     -- Jochen Sprickerhof <email address hidden>  Mon, 30 Jan 2023 16:12:17 +0100
  • twisted (22.4.0-3) unstable; urgency=medium
    
      * Team upload.
      * Patch: Fix FTBFS with pydoctor 22.7 (Closes: #1016315)
      * Rebase pydoctor-22.7.patch underneath other debian-specific patches
        touching the same code.
    
     -- Stefano Rivera <email address hidden>  Fri, 02 Sep 2022 14:10:50 +0200
  • twisted (22.4.0-2) unstable; urgency=medium
    
      * Team upload.
      * Patch: Drop dependency on python3-typing-extensions, we don't need it.
        Avoids an unnecessary Main Inclusion Request in Ubuntu.
    
     -- Stefano Rivera <email address hidden>  Sat, 07 May 2022 08:58:45 -0400
  • twisted (22.4.0-1) unstable; urgency=medium
    
      * Team upload.
      * New upstream release.
        - Fixes CVE-2022-24801 (Closes: #1009030)
      * Refresh patches.
      * Drop patch tests/Tests-Ignore-test_unicodeLogFileUTF8.patch, superseded
        upstream.
      * Drop "compression = gz" from gbp.conf, we are getting xz tarballs from
        upstream.
      * Patch: remove spurious test for illegal whitespace in xmlns.
    
     -- Stefano Rivera <email address hidden>  Fri, 22 Apr 2022 22:36:35 -0400
  • twisted (22.2.0-1) unstable; urgency=medium
    
      * Team upload.
      * New upstream release.
      * Refresh patches.
      * gbp.conf: Update the main branch.
      * Make sure we exclude .gitattributes from the next generated tarballs.
    
     -- Andrej Shadura <email address hidden>  Mon, 07 Mar 2022 12:32:07 +0100
  • twisted (22.1.0-2) unstable; urgency=medium
    
      * Team upload.
      * Removal of a private _PY3 constant breaks treq << 20.9.0.
    
     -- Andrej Shadura <email address hidden>  Thu, 17 Feb 2022 11:40:49 +0100
  • twisted (22.1.0-1) unstable; urgency=medium
    
      * Team upload
    
      [ Carsten Schoenert ]
      * d/gbp.conf: Extend with some more defaults
      * d/watch: Update to version 4
      * New upstream version 21.7.0
      * Rebuild patch queue from patch-queue branch
        Updated/Rebased/Adjusted/Renamed patches:
        0003-sphinx-theme.patch ->
          debian-hacks/Sphinx-Set-html_theme-to-twisteddefault.patch
        0004-localIntersphinx.patch ->
          debian-hacks/Sphinx-Set-intersphinx_mapping-for-py3.patch
        0005-insecure-pythonpath.patch ->
          debian-hacks/Security-Fix-vulnerable-example-of-PYTHONPATH.patch
        0006-fix-sphinx-import-path.patch ->
          debian-hacks/Sphinx-Adjust-setup-of-sys.path.insert.patch
        0009-no-stderr-in-test_ckeygen.patch ->
          tests/Tests-Fix-ckeygen-test-writing-to-stderr.patch
        0010-handle-setlocale-test-failure.patch ->
          tests/Tests-Handle-setlocale-more-tolerant.patch
        0012-Skip-test-for-empty-cypher-string-openssl-does-not-t.patch ->
          tests/Tests-Skip-test-for-empty-cypher-string.patch
        0013-Drop-test_givesMeaningfulErrorMessageIfNoCipherMatch.patch ->
          tests/Tests-Drop-test_givesMeaningfulErrorMessageIfNoCipherMatc.patch
        0016-Try-exec-ing-ckeygen3-if-ckeygen-was-not-found.patch ->
          debian-hacks/Try-exec-ing-ckeygen3-if-ckeygen-was-not-found.patch
    
        Removed patches (included upstream):
        0001-wxpython3.0.patch
        0002-combinedlog.patch
        0008-sort-option-keys.patch
        0010-spurious-failure-in-setup-unit-tests.patch
        0011-Ignore-fuction-name-in-SSL-error-code-in-tests-to-wo.patch
        0017-Add-digestmod-parameter-to-HMAC.__init__-invocations.patch
        0018-Make-the-twisted-tests-work-when-pyOpenSSL-deletes-N.patch
        0019-Replace-base64.-string-functions-to-fix-py3.9-suppor.patch
        0020-Fix-imap4-utf-7-codec-lookup-function-for-Python-3.9.patch
        0021-Merge-9652-wiml-mktime-Allow-mktime-to-raise-EOVERFL.patch
        0022-increase-size-of-FFDH-keys-for-conch-testing.patch
        0023-Merge-9801-rodrigc-cgi-Change-import-of-cgi.parse_qs.patch
        0024-fixed-corrupted-iqmp-value-in-test-RSA-key.patch
        0025-Skip-failing-twisted.web.test.test_http.QueryArgumen.patch
      * d/control: Add new required build dependencies
        Adding pydoctor and python3-typing-extensions as new dependency required
        for the package build.
      * d/rules: Drop dh_movefiles for python3-twisted-bin
        The files which were moved within target aren't existing any more.
      * autopkgtest: Adjust testing call
      * Rebuild patch queue from patch-queue branch
        Added patches:
        documentation/docs-Don-t-depend-on-git-stuff.patch
        documentation/docs-conf.py-Adjust-the-intersphinx-mapping.patch
        documentation/docs-conf.py-Don-t-use-intersphinx-within-pydoctor_args.patch
        privacy/Privacy-Don-t-sideload-Google-Analytics.patch
        tests/Test-Ignore-test_failure.py-file.patch
        tests/Testing-Ignore-test-around-git-tooling.patch
        tests/Tests-Ignore-test_listingModulesAlreadyImport.patch
        tests/Tests-Ignore-test_unicodeLogFileUTF8.patch
        tests/Tests-Ignore-tests-with-some-version-checking.patch
    
        Adding some more required patches so the build and a later done
        autopkgtest will succeed.
      * Lintian: Remove override for python3-twisted
      * d/control: Remove packages python3-twisted-{bin,dbg}
        These packages arn't build any more, the source for previous created SO
        files are now living within a own new upstream project.
      * d/*control: Running wrap-and-sort -ast
      * d/control: Update Standards-Version to 4.6.0
        No further changes needed.
      * d/rules: Ignore things around previous apidocs folder
      * d/control: Adjust and update Build-Depends
        Drop python2-doc and python3-all-{dbg,dev}, adding an versioned
        dependency on pydoctor >= 21.12.1.
      * d/control: Update suggestion of python3-twisted
      * d/rules: Move over to debhelper style
        Using debhelper targets within d/rules improves the readability
        enormously and decreases the amount the really needed content to an
        minimum.
      * metadata: Update to serve more content
        Extend data to also include the fields for Bug-Database, Bug-Submit and
        FAQ.
      * d/control: Adding entry Rules-Requires-Root: no
      * d/d/options: Drop config file
      * d/copyright: Update to current year data
      * d/python3-twisted.post{inst.rm}: Uniform indentation style
      * d/rules: Adjust shebang to use python3 in twisted-doc
      * Lintian: Adding an override for twisted-doc
    
      [ Andrej Shadura ]
      * New upstream release.
      * Update dependency versions.
      * Refresh patches.
      * Use dh-sequence-python3 instead of --with python3.
    
     -- Andrej Shadura <email address hidden>  Thu, 10 Feb 2022 14:48:43 +0100
  • twisted (20.3.0-7) unstable; urgency=medium
    
      * Team upload.
      * Use the correct patch for upload (Closes: #984493) Sorry!
    
     -- Ole Streicher <email address hidden>  Sat, 24 Apr 2021 18:36:24 +0200
  • twisted (20.3.0-6) unstable; urgency=medium
    
      * Team upload.
      * Fix skipIf call to actually fix autopkgtest (Closes: #984493)
      * Add Gitlab CI configuration
    
     -- Ole Streicher <email address hidden>  Sat, 24 Apr 2021 18:36:24 +0200
  • twisted (20.3.0-5) unstable; urgency=medium
    
      * Team upload.
      * skip failing QueryArgumentsTests.testParseqs test (Closes: #984493)
    
     -- Ole Streicher <email address hidden>  Sat, 24 Apr 2021 14:24:44 +0200
  • twisted (20.3.0-4) unstable; urgency=medium
    
      * Team upload.
      * Fix several autopkgtest failures. (Closes: #979838)
        - d/p/0014-Rename-ckeygen-to-ckeygen3.patch: Rename ckeygen to
          ckeygen3.
        - d/p/0015-Add-digestmod-parameter-to-HMAC.__init__-invocations.patch:
          Add digestmod parameter to HMAC.__init__() invocations.
        - d/p/0016-Make-the-twisted-tests-work-when-pyOpenSSL-deletes-N.patch:
          Make the twisted tests work when pyOpenSSL deletes NPN.
        - d/p/0017-Replace-base64.-string-functions-to-fix-py3.9-suppor.patch:
          Replace base64.*string() functions to fix py3.9 support.
        - d/p/0018-Rename-imap4-utf-7-to-imap_utf_7.patch:
          Rename imap4-utf-7 to imap_utf_7.
        - d/p/0019-Merge-9652-wiml-mktime-Allow-mktime-to-raise-EOVERFL.patch:
          Allow mktime() to raise EOVERFLOW if isdst=1 and there's no DST.
        - d/p/0020-increase-size-of-FFDH-keys-for-conch-testing.patch:
          Increase size of FFDH keys for conch testing.
        - d/p/0021-Merge-9801-rodrigc-cgi-Change-import-of-cgi.parse_qs.patch:
          Change import of cgi.parse_qs to urllib.parse.parse_qs.
        - d/p/0022-fixed-corrupted-iqmp-value-in-test-RSA-key.patch:
          Fix corrupted iqmp value in test RSA key.
    
     -- Sergio Durigan Junior <email address hidden>  Sat, 13 Feb 2021 02:12:02 -0500
  • twisted (20.3.0-3) unstable; urgency=medium
    
      * Update python3-twisted dependencies to match upstream tls and conch
        extras: in particular, the missing dependency on python3-bcrypt broke
        openssh's autopkgtests.
    
     -- Colin Watson <email address hidden>  Mon, 19 Oct 2020 23:13:43 +0100
  • twisted (20.3.0-2) unstable; urgency=medium
    
      * Upload to unstable
    
      [ Ondřej Nový ]
      * d/control: Update Maintainer field with new Debian Python Team
        contact address.
      * d/control: Update Vcs-* fields with new Debian Python Team Salsa
        layout.
    
      [ Andrej Shadura ]
      * Bump debhelper from old 12 to 13.
      * Update standards version to 4.5.0, no changes needed.
    
     -- Andrej Shadura <email address hidden>  Wed, 14 Oct 2020 15:19:41 +0200
  • twisted (18.9.0-11) unstable; urgency=medium
    
      * Drop python2 support; Closes: #938731
    
     -- Sandro Tosi <email address hidden>  Wed, 01 Apr 2020 20:34:17 -0400
  • twisted (18.9.0-10) unstable; urgency=medium
    
      * The package currently doesn’t build apidocs, make this non-fatal.
        When apidocs aren’t available, skip fixing up the URLs so that the
        online version can be used.
    
     -- Andrej Shadura <email address hidden>  Fri, 27 Mar 2020 10:59:44 +0100
  • twisted (18.9.0-9) unstable; urgency=medium
    
      * Wrap long lines in changelog entries: 18.9.0-2.
      * Bump debhelper from old 9 to 12.
      * Convert debian/copyright to the machine-readable format.
        Also provide fill.copyright.blanks.yml for scan-copyrights to
        make it easier to update it in future.
      * Fix day-of-week for changelog entries 1.1.2-1, 1.1.0-1, 1.0.7-1.
      * Set upstream metadata fields: Repository, Repository-Browse.
      * Improve building without documentation:
        - DEB_BUILD_OPTIONS has to have nodoc, not nodocs to skip docs.
        - Not only don’t install them, but don’t build them either.
        - Support nodoc build profile.
    
     -- Andrej Shadura <email address hidden>  Thu, 26 Mar 2020 17:31:42 +0100
  • twisted (18.9.0-8) unstable; urgency=high
    
      * A no-change upload to set urgency to high since the upload
        fixes security issues.
    
     -- Andrej Shadura <email address hidden>  Mon, 23 Mar 2020 21:14:09 +0100
  • twisted (18.9.0-6) unstable; urgency=medium
    
      * Use python2 in the Python2 autopkg test.
      * python-twisted-*-dbg: Depend on python2-dbg instead of python-dbg.
    
     -- Matthias Klose <email address hidden>  Thu, 09 Jan 2020 21:25:22 +0100
  • twisted (18.9.0-5) unstable; urgency=medium
    
      [ Ondřej Nový ]
      * Use debhelper-compat instead of debian/compat
      * Add python{,3}-hamcrest to B-D (Closes: #943582).
      * Add python{,3}-hamcrest to B-D and D (Closes: #943582).
    
     -- Balint Reczey <email address hidden>  Thu, 07 Nov 2019 17:05:21 +0100
  • twisted (18.9.0-4) unstable; urgency=medium
    
      [ Matthias Klose ]
      * Fix installation of python3.8 extensions.
      * Bump standards version.
      * Build-depend on python2-doc instead of python-doc.
      * Use python2 as shebang for the Python2 packages.
    
      [ Julian Andres Klode ]
      * Add missing Depends for python{,3}-idna to python{,3}-twisted-core, as
        they are needed for TLS support. Closes: #935965.
    
     -- Matthias Klose <email address hidden>  Sat, 19 Oct 2019 13:24:26 +0200
  • twisted (18.9.0-3) unstable; urgency=medium
    
      * Don't fix package substvars in binary-arch:, they did not depend on hamcrest
    
     -- Balint Reczey <email address hidden>  Fri, 07 Dec 2018 11:23:30 +0100
  • twisted (18.9.0-2) unstable; urgency=medium
    
      * Don't generate dependency on python{,3}-hamcrest, it is just a test dependency
      * Demote Python serial and pam modules from Recommends: to Suggests:
        (Closes: #599665)
    
     -- Balint Reczey <email address hidden>  Thu, 06 Dec 2018 14:52:10 +0100
  • twisted (18.9.0-1) unstable; urgency=medium
    
      * New upstream version 18.9.0
      * Rebase patches
      * Update patches against tests
    
     -- Balint Reczey <email address hidden>  Wed, 05 Dec 2018 17:18:59 +0100
  • twisted (18.7.0-3) unstable; urgency=medium
    
      * Team upload.
    
      [ nyov ]
      * Update requirement for attr version.  Closes: #910056
    
      [ Mattia Rizzolo ]
      * Annotate python-dbg dependency with :any (from the m-a hinter).
    
     -- Mattia Rizzolo <email address hidden>  Tue, 02 Oct 2018 16:40:06 +0200
  • twisted (18.7.0-2) unstable; urgency=medium
    
      * python{,3}-hamcrest is only a test dependency, not a runtime dependency.
    
     -- Matthias Klose <email address hidden>  Tue, 14 Aug 2018 21:15:10 +0200
  • twisted (18.7.0-1) unstable; urgency=medium
    
      * New upstream version.
      * Remove patches applied upstream.
      * Stop applying the fix for #772629, upstream ticket #7730.
    
     -- Matthias Klose <email address hidden>  Tue, 14 Aug 2018 14:46:11 +0200
  • twisted (18.4.0-3) unstable; urgency=medium
    
      * Team upload.
      * Declare Breaks against h2 before 3.0.0
    
     -- Andrej Shadura <email address hidden>  Mon, 13 Aug 2018 15:44:16 +0200
  • twisted (18.4.0-2) unstable; urgency=medium
    
       * Fixup async issues and compatibility with Python 3.7 (Gianfranco
         Costamagna). Closes: #902766.
       * Drop the first chunk of the 0011-fix-broken-sslverify-tests patch,
         works on Debian only.
    
     -- Matthias Klose <email address hidden>  Tue, 03 Jul 2018 05:50:32 +0200
  • twisted (18.4.0-1) unstable; urgency=medium
    
      * New upstream version 18.4.0
      * Add .travis.yml for CI on Travis (will need to be moved to Salsa)
      * Remove myself from Uploaders
    
     -- Free Ekanayaka <email address hidden>  Sun, 06 May 2018 09:19:29 +0000
  • twisted (17.9.0-2) unstable; urgency=medium
    
      * Team upload.
    
      [ Ondřej Nový ]
      * d/control: Set Vcs-* to salsa.debian.org
      * d/control: Deprecating priority extra as per policy 4.0.1
        (closes: #687218)
      * d/watch: Use https protocol
      * d/changelog: Remove trailing whitespaces
      * d/control: Remove trailing whitespaces
    
      [ Colin Watson ]
      * Fix conch MSG_DEBUG parsing on Python 2 (closes: #895374).
      * Fix incorrect Homepage field (closes: #866642).
    
     -- Colin Watson <email address hidden>  Fri, 20 Apr 2018 23:55:26 +0100
  • twisted (17.9.0-1) unstable; urgency=medium
    
      * New upstream release 17.9.0.
      * Explicitly depend on python-automat/python3-automat (>= 0.6.0).
    
     -- Matthias Klose <email address hidden>  Tue, 26 Sep 2017 23:25:12 +0200
  • twisted (17.9.0~rc1-1) unstable; urgency=medium
    
      * New upstream release candidate 17.9.0.
      * Bump debhelper and standards version.
    
     -- Matthias Klose <email address hidden>  Tue, 19 Sep 2017 16:42:41 +0200
  • twisted (17.5.0-2) unstable; urgency=medium
    
      * Make autopkgtest depend on setuptools
    
     -- Free Ekanayaka <email address hidden>  Mon, 04 Sep 2017 08:41:29 +0000
  • twisted (17.5.0-1) unstable; urgency=medium
    
      * New upstream version 17.5.0
      * Drop unused patches
      * Refresh 0002-combinedlog.patch
      * Add new build-dependency on Python hyperlink
      * Drop deprecated portmap.so (see upstream's #8464)
      * Bump build dependency on Python automat (>= 0.6.0)
      * Add patches for failing tests
    
     -- Free Ekanayaka <email address hidden>  Sun, 27 Aug 2017 09:24:58 +0000
  • twisted (16.6.0-2) unstable; urgency=medium
    
      * Make /usr/share/doc/python-twisted-runner-dbg a
        symlink to the non-dbg docs (Closes: #847233).
    
     -- Free Ekanayaka <email address hidden>  Sat, 10 Dec 2016 08:16:41 +0000
  • twisted (16.6.0-1) unstable; urgency=medium
    
      * New upstream version 16.6.0
      * Use 'python -m twisted.trial' instead of 'trial' to invoke tests
      * Add sort-option-keys patch to fix failing test
      * Fix test writing to stderr
    
     -- Free Ekanayaka <email address hidden>  Sat, 26 Nov 2016 06:24:48 +0000
  • twisted (16.5.0-1) unstable; urgency=medium
    
      * New upstream version 16.5.0
      * Fix multi-arch-related warning
      * Fix paths in patches, since code is now under src/
      * Move python-twisted-runner-dbg to Architecture: all, since
        it's only a transitional empty package
      * Build-Depend on python(3)-constantly and python(3)-incremental
      * Fix test breakages due to the OpenSSL 1.1.0 transition
    
     -- Free Ekanayaka <email address hidden>  Thu, 10 Nov 2016 09:07:27 +0000
  • twisted (16.4.1-3) unstable; urgency=medium
    
      * Bump debhelper compat to 9
      * Fix Closes syntax in changelog
      * Mark python-twisted-core as Multi-Arch: foreign
    
     -- Free Ekanayaka <email address hidden>  Thu, 27 Oct 2016 17:17:43 +0000
  • twisted (16.4.1-2) unstable; urgency=medium
    
      * Add Vcs-Git and Vcs-Browser stanzas pointing to Alioth.
      * Don't remove Twisted.egg-info in the clean target, as it's part of
        the upstream source.
      * Point watch file to pypi.debian.ne.
      * Add lintian overrides for privacy-breach-google-adsense
      * Strip raiser shared library in python3-twisted-bin
      * Drop legacy XS-Python-Version control field
      * Use local copies of object.inv for building sphinx docs. Closes #836169.
      * Fix insecure PYTHONPATH example. Closes #605190, #605192.
      * Set Debian Python Modules Team as Maintaner, move Matthias and myself
        to Uploaders.
    
     -- Free Ekanayaka <email address hidden>  Fri, 21 Oct 2016 09:47:56 +0000
  • twisted (16.4.1-1) unstable; urgency=medium
    
      * New upstream (bug fix) release.
    
     -- Matthias Klose <email address hidden>  Wed, 28 Sep 2016 02:13:13 +0200
  • twisted (16.4.0-2) unstable; urgency=medium
    
      [ Matthias Klose ]
      * Fix build on x86 targets.
      * Build architecture dependent packages for Python3.
    
     -- Free Ekanayaka <email address hidden>  Wed, 31 Aug 2016 09:38:30 +0200
  • twisted (16.4.0-1) unstable; urgency=medium
    
      * New upstream release.
      * Drop fix-man-error.diff patch, since the issue has been fixed upstream.
      * Replace setup3.py with setup.py in debian/rules (there's a single file
        now)
    
     -- Free Ekanayaka <email address hidden>  Tue, 30 Aug 2016 09:53:49 +0000
  • twisted (16.3.0-1) unstable; urgency=medium
    
      * New upstream release.
      * Drop tap2deb.diff patch, since the script has been removed by
        upstream (see #8326).
    
     -- Free Ekanayaka <email address hidden>  Sat, 30 Jul 2016 17:24:58 +0000
  • twisted (16.2.0-1) unstable; urgency=medium
    
      * New upstream release.
    
     -- Free Ekanayaka <email address hidden>  Sat, 21 May 2016 08:18:31 +0000
  • twisted (16.1.1-1) unstable; urgency=medium
    
      * New upstream release.
      * python3-twisted: Clean plugin cache on removal. Closes: #810692.
    
     -- Matthias Klose <email address hidden>  Sat, 16 Apr 2016 15:45:15 +0200
  • twisted (16.0.0-1) unstable; urgency=medium
    
      * New upstream release.
    
     -- Matthias Klose <email address hidden>  Fri, 18 Mar 2016 16:55:22 +0100
  • twisted (15.5.0-4) unstable; urgency=medium
    
      * Add Breaks, for all python-twisted-* Replaces.
    
     -- Matthias Klose <email address hidden>  Mon, 14 Dec 2015 14:08:37 +0100
  • twisted (15.5.0-2) unstable; urgency=medium
    
      * Fix python-twisted-conch version number in Replaces.
    
     -- Matthias Klose <email address hidden>  Tue, 01 Dec 2015 11:26:47 +0100
  • twisted (15.5.0-1) unstable; urgency=medium
    
      * New upstream release. Closes: #806643.
      * Add replaces for upgrades from versions 15.2.x and below.
        Closes: #806167.
      * Add breaks to torbrowser-launcher, python-scrapy and txsocksx.
        Closes: #794367.
      * Merge from Ubuntu:
        - web/client: allow IPv6 addresses. LP: #1505748.
    
     -- Matthias Klose <email address hidden>  Mon, 30 Nov 2015 12:58:43 +0100
  • twisted (15.4.0-1) unstable; urgency=medium
    
      * New upstream release.
      * Support for sub-projects has been droped, so Debian is going
        to transition to a single-package model as well. For now all
        sub-packages have been kept and turned into close-to-dummy
        packages containing no code and only some documentation. This
        should reduce the risk of breaking people that do still pull
        these packages. Eventually they will be dropped.
        See https://twistedmatrix.com/trac/ticket/7964.
      * The lore package has been dropped since it's been removed upstream
        in favor of sphinx.
      * Build-Depend on python-setuptools
    
     -- Free Ekanayaka <email address hidden>  Fri, 09 Oct 2015 11:00:16 +0200
  • twisted (15.2.1-1) unstable; urgency=medium
    
      * New upstream release.
    
     -- Matthias Klose <email address hidden>  Sat, 25 Jul 2015 18:57:17 +0200
  • twisted (14.0.2-3) unstable; urgency=medium
    
    
      * Add debian/combinedlog.patch to fix upstream's bug #7730 and
        restore the old combined log format. Closes: #772629.
    
     -- Free Ekanayaka <email address hidden>  Tue, 09 Dec 2014 11:58:50 +0100
  • twisted (14.0.2-2) unstable; urgency=medium
    
    
      * Re-add lost 14.0.2-2 upload. Closes: #763581.
    
     -- Matthias Klose <email address hidden>  Wed, 01 Oct 2014 13:29:03 +0200
  • twisted (14.0.2-1) unstable; urgency=medium
    
    
      * New upstream release.
        - Fix issue #7647: BrowserLikePolicyForHTTPS would always ignore the
          specified trustRoot and use the system trust root instead, which has
          been rectified. Closes: #761983.
      * Build using wxpython3.0 (Olly Betts). Closes: #759073.
    
     -- Matthias Klose <email address hidden>  Tue, 30 Sep 2014 15:04:00 +0200
  • twisted (14.0.0-2) unstable; urgency=medium
    
    
      * python-twisted-core: Depend on python-openssl and python-service-identity.
    
     -- Matthias Klose <email address hidden>  Wed, 23 Jul 2014 15:39:02 +0200
  • twisted (14.0.0-1) unstable; urgency=medium
    
    
      * New upstream release
    
     -- Matthias Klose <email address hidden>  Mon, 14 Jul 2014 13:49:08 +0200
  • twisted (13.2.0-1) unstable; urgency=medium
    
    
      * New upstream release.
    
     -- Matthias Klose <email address hidden>  Tue, 07 Jan 2014 23:52:50 +0100
  • twisted (13.1.0-1) unstable; urgency=low
    
    
      * New upstream release
      * Migrate to single-source
    
     -- Free Ekanayaka <email address hidden>  Fri, 04 Oct 2013 14:20:11 +0200
  • twisted (13.0.0-1) unstable; urgency=low
    
    
      * New upstream release
    
     -- Free Ekanayaka <email address hidden>  Wed, 05 Jun 2013 20:48:54 +0200
  • twisted (12.0.0-1) sid; urgency=low
    
    
      * New upstream version.
      * Add watch file
      * Bump Standards-Version
    
     -- Free Ekanayaka <email address hidden>  Tue, 17 Apr 2012 15:36:37 +0200
  • twisted (11.1.0-1) unstable; urgency=low
    
    
      * New upstream version.
      * Drop suggestions on python-wxgtk2.6 and python-profiler.
      * Fix lintian warnings.
    
     -- Matthias Klose <email address hidden>  Wed, 21 Dec 2011 12:29:38 +0100
  • twisted (11.0.0-2) unstable; urgency=low
      * python-twisted depends on version >= 11.0 of other packages. -- Matthias Klose <email address hidden>  Fri, 22 Apr 2011 12:02:59 +0200
  • twisted (11.0.0-1) unstable; urgency=low
      * New upstream version. -- Matthias Klose <email address hidden>  Sun, 17 Apr 2011 20:11:48 +0200
  • twisted (10.2.0-1.1) unstable; urgency=low
      * Non-maintainer upload (just a rebuild to add Python 2.7 and    dropPython 2.5 support) -- Piotr Ożarowski <email address hidden>  Sat, 16 Apr 2011 13:00:21 +0200
  • twisted (10.2.0-1) unstable; urgency=low
      * New upstream version. -- Matthias Klose <email address hidden>  Thu, 24 Feb 2011 04:47:56 +0100
  • twisted (10.1.0-3) unstable; urgency=low
    
    
      * Tighten build dependency to build with a fixed dh_python2. Closes: #592410.
    
     -- Matthias Klose <email address hidden>  Wed, 18 Aug 2010 11:42:19 +0200
  • twisted (10.1.0-2) unstable; urgency=low
    
    
      * Remove all plugin cache files before rebuilding the cache files
        for the installed python versions.
      * python-twisted: Depend on the 10.1 versions of the twisted packages.
      * Remove the plugin cache files when package is removed, not only if
        it is purged.
    
     -- Matthias Klose <email address hidden>  Sun, 25 Jul 2010 15:56:17 +0200
  • twisted (10.1.0-1) unstable; urgency=low
    
    
      * New upstream version.
      * Build using dh_python2 instead of dh_pycentral.
    
     -- Matthias Klose <email address hidden>  Sat, 17 Jul 2010 16:11:21 +0200
  • twisted (10.0.0-3) unstable; urgency=low
    
    
      * Add a trigger `twisted-plugins-cache' to rebuild the plugins cache.
    
     -- Matthias Klose <email address hidden>  Tue, 30 Mar 2010 17:55:15 +0200
  • twisted (10.0.0-2) unstable; urgency=low
    
    
      * Include changes from 9.0.0-2 which got skipped
      * python-twisted depends on version >= 10.0 of other packages
    
     -- Free Ekanayaka <email address hidden>  Tue, 09 Mar 2010 13:32:00 +0100
  • twisted (9.0.0-2) unstable; urgency=low
    
    
      * Suppress output on stderr in postrm. Closes: #566395.
      * Don't recommend twisted-doc-api. Closes: #566913.
    
     -- Matthias Klose <email address hidden>  Wed, 03 Feb 2010 02:14:52 +0100
  • twisted (9.0.0-1) unstable; urgency=low
    
    
      * python-twisted: Depend on the python-twisted-* 9.0 packages.
      * python-twisted: Depend on python-zope.interface only. Closes: #557781.
    
     -- Matthias Klose <email address hidden>  Sat, 02 Jan 2010 19:38:17 +0100
  • twisted (9.0.0-0) unstable; urgency=low
    
    
      * New upstream version.
      * tap2deb: Use date -R instead of 822-date. Closes: #550565.
    
     -- Matthias Klose <email address hidden>  Sat, 02 Jan 2010 18:46:39 +0100
  • twisted (8.2.0-3) unstable; urgency=low
    
    
      * Depend on the standalone python-zope.interface{,-dbg} packages.
        Closes: #543132, #542932.
      * Remove plugins directory on purge. Closes: #527897.
      * Fix some lintian warnings.
    
     -- Matthias Klose <email address hidden>  Tue, 25 Aug 2009 20:36:00 +0200
  • twisted (8.2.0-2) unstable; urgency=low
    
    
      * python-twisted-core: Regenerate the plugin cache as the last action
        in the postinst. Closes: #521663. LP: #361865.
      * Avoid md5/sha1 deprecation warnings. LP: #344782.
    
     -- Matthias Klose <email address hidden>  Sat, 18 Apr 2009 13:54:12 +0200
  • twisted (8.2.0-1) unstable; urgency=low
    
    
      * Upload to unstable.
    
     -- Matthias Klose <email address hidden>  Sat, 21 Feb 2009 12:15:25 +0100
  • twisted (8.1.0-4) unstable; urgency=low
    
    
      * Move the cache update from python-twisted into python-twisted-core.
        Closes: #500942.
    
        Plugins should update the cache on package install (postinst) and 
        removal (postrm remove) by updating the cache. See the postinst
        script of python-twisted-core how to update the cache.
    
      * Fix PortableGtkReactor (now able to run trial test suite with the gtk2
        reactor). Closes: #499311.
      * Don't install twisted/test/generator_failure_tests.py, syntax errors
        with python2.4. Closes: #492830.
      * Fix manhole to work with python-gtk2 (>= 2.10). Closes: #469105.
      * mktap(1) description of options fixed in an earlier version. 
        Closes: #278194.
      * mktap news fixed in an earlier version. Closes: #278196.
      * Fix build failure on GNU/kFreeBSD (Petr Salinger). Closes: #490770.
    
     -- Matthias Klose <email address hidden>  Fri, 10 Oct 2008 21:22:21 +0200