diff --git a/Twisted-12.3.0.tar.bz2 b/Twisted-12.3.0.tar.bz2 deleted file mode 100644 index b67a326..0000000 --- a/Twisted-12.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4d1afcfa7ca40a7da26832cba653851eb147a06bd3f7f6fae89af3d5cd295c6 -size 2615733 diff --git a/Twisted-13.0.0.tar.bz2 b/Twisted-13.0.0.tar.bz2 new file mode 100644 index 0000000..7cdd168 --- /dev/null +++ b/Twisted-13.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbe7d431ec01c453cd91fbebf5d31eb3e6e6838a19843d042233486c7637ae2 +size 2635167 diff --git a/python-Twisted.changes b/python-Twisted.changes index 099c3b0..7947005 100644 --- a/python-Twisted.changes +++ b/python-Twisted.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Sun Apr 14 15:04:02 UTC 2013 - p.drouand@gmail.com + +- Update to version 3.0.0 + + Features + - The twisted.protocols.ftp.FTP server now treats "LIST -La", "LIST + -al", and all other combinations of ordering and case of the "-l" + and "-a" flags the same: by ignoring them rather than treating them + as a pathname. (#1333) + - twisted.python.log.FileLogObserver now uses `datetime.strftime` to + format timestamps, adding support for microseconds and timezone + offsets to the `timeFormat` string. (#3513) + - trial now deterministically runs tests in the order in which they + were specified on the command line, instead of quasi-randomly + according to dictionary key ordering. (#5520) + - Cooperator.running can be used to determine the current cooperator + status. (#5937) + - twisted.python.modules.PythonPath now implements `__contains__` to + allow checking, by name, whether a particular module exists within + it. (#6198) + - twisted.application.internet.TimerService.stopService now waits for + any currently running call to finish before firing its deferred. + (#6290) + + Bugfixes + - twisted.protocols.ftp.FTP now recognizes all glob expressions + supported by fnmatch. (#4181) + - Constant values defined using twisted.python.constants can now be + set as attributes of other classes without triggering an unhandled + AttributeError from the constants implementation. (#5797) + - Fixed problem where twisted.names.client.Resolver was not closing + open file handles which can lead to an out of file descriptor error + on PyPy. (#6216) + - All reactors included in Twisted itself now gracefully handle a + rare case involving delayed calls scheduled very far in the future. + (#6259) + - twisted.trial.reporter.Reporter._trimFrames correctly removes + frames from twisted.internet.utils.runWithWarningsSuppressed again, + after being broke in #6009. (#6282) + + Improved Documentation + - A new "Deploying Twisted with systemd" howto document which + demonstrates how to start a Twisted service using systemd socket + activation. (#5601) + - New "Introduction to Deferreds" howto. Old howto rebranded as + reference documentation. (#6180) + - "Components: Interfaces and Adapters" howto now uses + zope.interface's decorator-based API. (#6269) + + Deprecations and Removals + - twisted.python.util.unsignedID and setIDFunction are deprecated + now. (#5544) + - twisted.python.zshcomp deprecated since 11.1.0 has now been + removed. Shell tab-completion is now handled by + twisted.python.usage. (#5767) + - python.runtime.Platform.isWinNT is deprecated now. Use + Platform.isWindows instead. (#5925) + - twisted.trial.util.findObject, deprecated since Twisted 10.1.0, has + been removed. (#6260) + ------------------------------------------------------------------- Fri Jan 11 20:57:43 UTC 2013 - p.drouand@gmail.com diff --git a/python-Twisted.spec b/python-Twisted.spec index 1e8cfe8..2a29b7e 100644 --- a/python-Twisted.spec +++ b/python-Twisted.spec @@ -17,7 +17,7 @@ Name: python-Twisted -Version: 12.3.0 +Version: 13.0.0 Release: 0 Url: http://twistedmatrix.com/ Summary: An asynchronous networking framework written in Python