forked from pool/python-Twisted
Accepting request 310531 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/310531 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Twisted?expand=0&rev=19
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82025d24cee178a7328a0467240bb6b1e7c283a9d85f115a9872dfcbfe20732a
|
||||
size 4458429
|
||||
3
Twisted-15.2.1.tar.bz2
Normal file
3
Twisted-15.2.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfc328411ed52632ab8e7ae02cbc1422c51f5bd3abf919405ccf64d612cbb13d
|
||||
size 4563244
|
||||
@@ -1,3 +1,88 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 04 11:36:06 UTC 2015 - termim@gmail.com
|
||||
|
||||
- Wrong dependency rpm name, should be python-pycrypto
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 29 01:16:06 UTC 2015 - termim@gmail.com
|
||||
|
||||
- Add missing dependencies on python-asn1 and python-Crypto
|
||||
- Update to version 15.2.1:
|
||||
* twisted.logger now marks the `isError` key correctly on legacy
|
||||
events generated by writes to stderr. (#7903)
|
||||
* twisted.logger's documentation is now correctly listed in the table
|
||||
of contents. (#7904)
|
||||
- Changes from version 15.2.0:
|
||||
* twisted.internet.process has now been ported to Python 3. (#5987)
|
||||
* twisted.cred.credentials is now ported to Python 3. (#6176)
|
||||
* twisted.trial.unittest.TestCase's assertEqual, assertTrue, and
|
||||
assertFalse methods now pass through the standard library's more
|
||||
informative failure messages. (#6306)
|
||||
* The new package twisted.logger provides a new, fully tested, and
|
||||
feature-rich logging framework. The old module twisted.python.log
|
||||
is now implemented using the new framework. The new logger HOWTO
|
||||
documents the new framework. (#6750)
|
||||
* twisted.python.modules is now ported to Python 3. (#7804)
|
||||
* twisted.python.filepath.FilePath now supports Unicode (text) paths.
|
||||
Like the os module, instantiating it with a Unicode path will
|
||||
return a Unicode-mode FilePath, instantiating with a bytes path
|
||||
will return a bytes-mode FilePath. (#7805)
|
||||
* twisted.internet.kqreactor is now ported to Python 3 (#7823)
|
||||
* twisted.internet.endpoints.ProcessEndpoint is now ported to Python
|
||||
3. (#7824)
|
||||
* twisted.python.filepath.FilePath now has asBytesMode and asTextMode
|
||||
methods which return a FilePath in the requested mode. (#7830)
|
||||
* twisted.python.components.proxyForInterface now creates method
|
||||
proxies that can be used with functools.wraps. (#7832)
|
||||
* The tls optional dependency will now also install the idna package
|
||||
to validate idna2008 names. (#7853)
|
||||
* Don't raise an exception if `DefaultLogObserver.emit()` gets an
|
||||
event with a message that raises when `repr()` is called on it.
|
||||
Specifically: use `textFromEventDict()` instead of a separate (and
|
||||
inferior) message rendering implementation. (#6569)
|
||||
* twisted.cred.credentials.DigestedCredentials incorrectly handled
|
||||
md5-sess hashing according to the RFC, which has now been fixed.
|
||||
(#7835)
|
||||
* Fixed an issue with twisted.internet.task.LoopingCall.withCount
|
||||
where sometimes the passed callable would be invoked with "0" when
|
||||
we got close to tricky floating point boundary conditions. (#7836)
|
||||
* twisted.internet.defer now properly works with the new logging
|
||||
system. (#7851)
|
||||
* Change `messages` key to `log_io` for events generated by
|
||||
`LoggingFile`. (#7852)
|
||||
* twisted.logger had literal characters in docstrings that are now
|
||||
quoted. (#7854)
|
||||
* twisted.logger now correctly formats a log event with a key named
|
||||
`message` when passed to a legacy log observer. (#7855)
|
||||
* twisted.internet.endpoints.HostnameEndpoint now uses getaddrinfo
|
||||
properly on Python 3.4 and above. (#7886)
|
||||
* Fix a typo in narrative documentation for logger (#7875)
|
||||
* tkunzip and tapconvert in twisted.scripts were deprecated in 11.0
|
||||
and 12.1 respectively, and are now removed. (#6747)
|
||||
* twisted.protocols.gps is deprecated in preference to
|
||||
twisted.positioning. (#6810)
|
||||
* twisted.scripts.tap2deb and twisted.scripts.tap2rpm are now
|
||||
deprecated. (#7682)
|
||||
* twisted.trial.reporter.TestResult and
|
||||
twisted.trial.reporter.Reporter contained deprecated methods (since
|
||||
8.0) which have now been removed. (#7815)
|
||||
* #6027, #7287, #7701, #7727, #7758, #7776, #7786, #7812, #7819,
|
||||
#7831, #7838, #7865, #7866, #7869, #7872, #7877, #7878, #7885
|
||||
* twisted.conch.ssh.forwarding now supports local->remote forwarding
|
||||
of IPv6 (#7751)
|
||||
* twisted.mail.smtp.sendmail now uses ESMTP. It will
|
||||
opportunistically enable encryption and allow the use of
|
||||
authentication. (#7257)
|
||||
* twisted.web.static is now ported to Python 3. (#6177)
|
||||
* twisted.web.server.Site accepts requestFactory as constructor
|
||||
argument. (#7016)
|
||||
* twisted.web.util had some HTML generation functions deprecated
|
||||
since 12.1 that have now been removed. (#7828)
|
||||
* #6927, #7797, #7802, #7846
|
||||
* The resumeOffset argument to
|
||||
twisted.words.protocol.irc.DccFileReceive now works as it is
|
||||
documented. (#7775)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 14:51:46 UTC 2015 - jmatejek@suse.cz
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Twisted
|
||||
Version: 15.1.0
|
||||
Version: 15.2.1
|
||||
Release: 0
|
||||
Url: http://twistedmatrix.com/
|
||||
Summary: An asynchronous networking framework written in Python
|
||||
@@ -32,6 +32,8 @@ BuildRequires: python-pam
|
||||
BuildRequires: python-pyOpenSSL
|
||||
BuildRequires: python-pyserial
|
||||
BuildRequires: python-zope.interface
|
||||
Requires: python-pycrypto
|
||||
Requires: python-asn1
|
||||
Requires: python-pam
|
||||
Requires: python-pyOpenSSL
|
||||
Requires: python-pyserial
|
||||
@@ -107,7 +109,6 @@ sed -i "s/\r//" doc/_downloads/{MulticastClient,MulticastServer}.py
|
||||
%{_bindir}/pyhtmlizer
|
||||
%{_bindir}/tap2deb
|
||||
%{_bindir}/tap2rpm
|
||||
%{_bindir}/tapconvert
|
||||
%{_bindir}/tkconch
|
||||
%{_bindir}/trial
|
||||
%{_bindir}/twistd
|
||||
|
||||
Reference in New Issue
Block a user