Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-pydle-0.9.4rc1-bp154.1.21 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: python3-pydle Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.9.4rc1 Vendor: openSUSE
Release: bp154.1.21 Build date: Mon May 9 11:17:27 2022
Group: Development/Languages/Python Build host: lamb07
Size: 356497 Source RPM: python-pydle-0.9.4rc1-bp154.1.21.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/Shizmob/pydle
Summary: Modular, callback-based IRCv3 library for Python 3
Pydle is a modular, callback-based IRCv3 library for Python 3.
Features include:

* TLS
* CTCP
* ISUPPORT/PROTOCTL
* WHOX
* IRCv3.1 (full)
* IRCv3.2 (base only, work in progress)

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Feb 11 2020 Martin Herkt <9+suse@cirno.systems>
  - Update to verssion 0.9.4rc1
    Bug fixes:
    * Ping timeout bugs
    * Fixes towards broken TLS verify
    * Client/server parting channel exceptions
    New features:
    * Handling of IRCv3 tags
    Changes from 0.9.2 to 0.9.3:
    * pydle.BasicClient.PING_TIMEOUT is now deprecated and has been
      replaced with pydle.BasicClient.READ_TIMEOUT to the same effect
    * a proxy read-write property pydle.BasicClient.PING_TIMEOUT has
      been added to preserve reverse compatibility, however may be
      removed in a later release.
* Mon Aug 05 2019 Martin Herkt <9+suse@cirno.systems>
  - Update to version 0.9.2
    Bug fixes:
    * Resolved some missing await calls in registration
    * Resolved some issues in the CTCP implementation
    * Resolved incompatibility with non-compliant hostmasks.
* Mon Feb 04 2019 Martin Herkt <9+suse@cirno.systems>
  - Update to version 0.9.1
    Breaking:
    * pydle.async library removed in its entirety.
      replaced by asyncio components where appropriate.
    Major:
    * Pydle now uses Asyncio as its async framework.
      Tornado is no longer a dependency nor is it supported.
    * All pydle event callbacks are proper coroutines,
      and must be awaited.
    * Minimum Python version increased to 3.5
    Features:
    * Python 3.7 support
    * Added IRCv3.2 account-tag , message-tag echo_message and
      invite-notify support.
    * added IRCv3.3 message-tags support
    * added SASL-External authentication
    * raw irc messages are now logged at level logging.DEBUG
    Fixes:
    * Fixed various reconnection issues
    * Fixed any tornado-related issues by removing the tornado
      from the house.
    * Pydle will once again connect to password-protected servers.
    * Resolve deadlock issues relating to .whois and other blocking
      IRC methods
* Mon Dec 24 2018 Martin Herkt <9+suse@cirno.systems>
  - Update to version 0.8.5
    * Python 3.7 support
    * Removal of pydle.async entirely
    - pydle.coroutine and pydle.Future are now just
      forward-references to asyncio.coroutine and asyncio.Future
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Fri Jun 29 2018 9+suse@cirno.systems
  - Update to version 0.8.4
    * Explicit dependency on python-tornado 4.5.3 -- Future versions
      of pydle will use asyncio instead, hence no effort is being
      made to support newer versions of Tornado.
    * Normalize everything related to whois/whowas
    * Fix typo where self.channels was using the self.users dict
    * Fix reconnecting
* Fri Dec 01 2017 9@cirno.systems
  - Init, v0.8.3

Files

/usr/bin/pydle
/usr/bin/pydle-irccat
/usr/lib/python3.6/site-packages/pydle
/usr/lib/python3.6/site-packages/pydle-0.9.4rc1-py3.6.egg-info
/usr/lib/python3.6/site-packages/pydle-0.9.4rc1-py3.6.egg-info/PKG-INFO
/usr/lib/python3.6/site-packages/pydle-0.9.4rc1-py3.6.egg-info/SOURCES.txt
/usr/lib/python3.6/site-packages/pydle-0.9.4rc1-py3.6.egg-info/dependency_links.txt
/usr/lib/python3.6/site-packages/pydle-0.9.4rc1-py3.6.egg-info/entry_points.txt
/usr/lib/python3.6/site-packages/pydle-0.9.4rc1-py3.6.egg-info/requires.txt
/usr/lib/python3.6/site-packages/pydle-0.9.4rc1-py3.6.egg-info/top_level.txt
/usr/lib/python3.6/site-packages/pydle-0.9.4rc1-py3.6.egg-info/zip-safe
/usr/lib/python3.6/site-packages/pydle/__init__.py
/usr/lib/python3.6/site-packages/pydle/__pycache__
/usr/lib/python3.6/site-packages/pydle/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/__pycache__/connection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/__pycache__/connection.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/__pycache__/protocol.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/__pycache__/protocol.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/client.py
/usr/lib/python3.6/site-packages/pydle/connection.py
/usr/lib/python3.6/site-packages/pydle/features
/usr/lib/python3.6/site-packages/pydle/features/__init__.py
/usr/lib/python3.6/site-packages/pydle/features/__pycache__
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/account.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/account.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/ctcp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/ctcp.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/isupport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/isupport.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/tls.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/tls.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/whox.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/__pycache__/whox.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/account.py
/usr/lib/python3.6/site-packages/pydle/features/ctcp.py
/usr/lib/python3.6/site-packages/pydle/features/ircv3
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__init__.py
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/cap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/cap.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/ircv3_1.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/ircv3_1.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/ircv3_2.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/ircv3_2.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/ircv3_3.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/ircv3_3.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/metadata.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/metadata.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/monitor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/monitor.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/sasl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/sasl.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/tags.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/__pycache__/tags.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/ircv3/cap.py
/usr/lib/python3.6/site-packages/pydle/features/ircv3/ircv3_1.py
/usr/lib/python3.6/site-packages/pydle/features/ircv3/ircv3_2.py
/usr/lib/python3.6/site-packages/pydle/features/ircv3/ircv3_3.py
/usr/lib/python3.6/site-packages/pydle/features/ircv3/metadata.py
/usr/lib/python3.6/site-packages/pydle/features/ircv3/monitor.py
/usr/lib/python3.6/site-packages/pydle/features/ircv3/sasl.py
/usr/lib/python3.6/site-packages/pydle/features/ircv3/tags.py
/usr/lib/python3.6/site-packages/pydle/features/isupport.py
/usr/lib/python3.6/site-packages/pydle/features/rfc1459
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/__init__.py
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/__pycache__
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/__pycache__/client.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/__pycache__/client.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/__pycache__/parsing.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/__pycache__/parsing.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/__pycache__/protocol.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/__pycache__/protocol.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/client.py
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/parsing.py
/usr/lib/python3.6/site-packages/pydle/features/rfc1459/protocol.py
/usr/lib/python3.6/site-packages/pydle/features/tls.py
/usr/lib/python3.6/site-packages/pydle/features/whox.py
/usr/lib/python3.6/site-packages/pydle/protocol.py
/usr/lib/python3.6/site-packages/pydle/utils
/usr/lib/python3.6/site-packages/pydle/utils/__init__.py
/usr/lib/python3.6/site-packages/pydle/utils/__pycache__
/usr/lib/python3.6/site-packages/pydle/utils/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/utils/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/utils/__pycache__/_args.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/utils/__pycache__/_args.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/utils/__pycache__/irccat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/utils/__pycache__/irccat.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/utils/__pycache__/run.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/pydle/utils/__pycache__/run.cpython-36.pyc
/usr/lib/python3.6/site-packages/pydle/utils/_args.py
/usr/lib/python3.6/site-packages/pydle/utils/irccat.py
/usr/lib/python3.6/site-packages/pydle/utils/run.py
/usr/share/licenses/python3-pydle
/usr/share/licenses/python3-pydle/LICENSE.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024