diff --git a/irc-18.0.0.tar.gz b/irc-18.0.0.tar.gz deleted file mode 100644 index 359382b..0000000 --- a/irc-18.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:989b438363c41b371356be6f68f8cdbb7c7748234ae9494e9d16ee5f4d4ae5e1 -size 91529 diff --git a/irc-19.0.1.tar.gz b/irc-19.0.1.tar.gz new file mode 100644 index 0000000..34a82f2 --- /dev/null +++ b/irc-19.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fd5d1fa1d054dee4fbb81e0d5193dc1e8200db751d5da9a97850a62162b9ab +size 118227 diff --git a/python-irc.changes b/python-irc.changes index 31de2c5..5221fb5 100644 --- a/python-irc.changes +++ b/python-irc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 22 15:02:42 UTC 2021 - Marcus Rueckert + +- 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 diff --git a/python-irc.spec b/python-irc.spec index ff6e752..3bd33ef 100644 --- a/python-irc.spec +++ b/python-irc.spec @@ -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