15
0
forked from pool/python-irc
Commit Graph

11 Commits

Author SHA256 Message Date
07e83b0d81 - update to 20.5.0:
* Refactored commands processing so now every command has a
    numeric and a name. Programs reliant on numeric values not
    yet defined can do so without breaking once they are defined.
  * Unconditionally close the socket, even if shutdown fails.
  * Stop excluding scripts. Prevents docs and scripts from being
    installed.
  * Fix SSL wrapper usage example in Factory docstring.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=19
2024-10-24 19:02:07 +00:00
98767aa85b - update to 20.4.0:
* Replace deprecated ssl.wrap_socket with
    SSLContext.wrap_socket and update examples in connection.py
    docs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=17
2024-04-06 19:33:48 +00:00
b87a4629bd - update to 20.3.1:
* Added support for SASL login.
  * Better handling of escape sequences in message tags.
  * Require Python 3.8 or later.
  * Pinned against jaraco.text 3.10 due to change in interface.
  * In irc.bot, avoid hanging idle when the first
    connection attempt fails.
  * SingleServerIRCBot no longer accepts reconnection_interval as
    a parameter.
  * Added server support for NOTICE commands.

- update to 20.0.0:
  * ``SingleServerIRCBot`` no longer accepts ``reconnection_interval``
    as a parameter.
  * Added server support for NOTICE commands.
  * Require Python 3.7 or later.
- Update to 19.0.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=15
2024-01-06 20:44:23 +00:00
1722f71293 Accepting request 942129 from home:darix:apps
- Update to 19.0.1 
  * #176: Fix issues with version number reporting. Restored
    version version number reporting in bot and client.
  * ``irc.client`` no longer exposes a ``VERSION`` or
    ``VERSION_STRING``. To get the version, call
    ``importlib.metadata.version('irc')`` directly.

OBS-URL: https://build.opensuse.org/request/show/942129
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=14
2021-12-27 18:57:16 +00:00
Tomáš Chvátal
e028f97fe7 - Update to 18.0.0:
* Require Python 3.6 or later.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=12
2020-03-15 09:53:11 +00:00
Tomáš Chvátal
bddec3cb66 Accepting request 699679 from home:bmwiedemann:branches:devel:languages:python
Drop test .pyc files from doc dir to make package build reproducible (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/699679
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=10
2019-04-30 13:20:55 +00:00
Tomáš Chvátal
0db0a8b91a - Update to 17.1:
* Rely on importlib_metadata for loading version from metadata. Removes implicit dependency on setuptools and pkg_resources.
  * #158: The AsyncIO server now accepts a connection factory to enable features like SSL and IPv6 support.
  * #155: SimpleIRCClient now has a dcc method for initiating and associating a DCCConnection object with the client. DCCConnection.listen now accepts a address parameter. Deprecated SimpleIRCClient.dcc_listen and SimpleIRCClient.dcc_connect in favor of the better separation of concerns. Clients should replace:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=8
2019-04-05 11:26:05 +00:00
Tomáš Chvátal
3e45bf7f0b Accepting request 679990 from home:jayvdb:noflake8
- Remove build dependency on pytest-flake8 and pytest-sugar, dropping
  fix-lint.patch which is now unnecessary modification.
- Remove doc dependencies as the docs are not being built, and have limited
  value beyond information not already present in the rst files.
- Remove redundant build dependency on python-jaraco.base, which is a
  dependency of the other listed 'real' jaraco dependencies.
- Remove build dependency on python-six
- Add runtime dependencies

OBS-URL: https://build.opensuse.org/request/show/679990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=6
2019-02-28 09:00:11 +00:00
Tomáš Chvátal
f416559eb4 - Sync with python-irclib package -> provides/obsoletes fun
- Add patch fix-lint.patch to fix lint error
- Update version to 17.0:
  * Support for py3.7
- Drop support for python2, dropped by upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=4
2019-01-18 12:28:25 +00:00
d151eb72ac - filelist cleanups
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=2
2018-08-28 08:23:16 +00:00
0f309fde98 Accepting request 631131 from home:dheidler
- Update to version 16.4

OBS-URL: https://build.opensuse.org/request/show/631131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-irc?expand=0&rev=1
2018-08-28 08:22:17 +00:00