15
0
forked from pool/python-irc

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
This commit is contained in:
2021-12-27 18:57:16 +00:00
committed by Git OBS Bridge
parent e028f97fe7
commit 1722f71293
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 22 15:02:42 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- 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.
-------------------------------------------------------------------
Sun Mar 15 09:48:23 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>