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,7 +1,7 @@
#
# spec file for package python-irc
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-irc
Version: 18.0.0
Version: 19.0.1
Release: 0
Summary: A set of Python modules for IRC support
License: LGPL-2.1-or-later