15
0
forked from pool/python-irc

Accepting request 942842 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/942842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-irc?expand=0&rev=7
This commit is contained in:
2021-12-28 11:26:27 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:989b438363c41b371356be6f68f8cdbb7c7748234ae9494e9d16ee5f4d4ae5e1
size 91529

3
irc-19.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99fd5d1fa1d054dee4fbb81e0d5193dc1e8200db751d5da9a97850a62162b9ab
size 118227

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>

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