Hello community,
here is the log from the commit of package python-limnoria for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:07:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-limnoria (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-limnoria.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-limnoria"
Mon Mar 9 18:07:49 2020 rev:21 rq:776746 version:2020.01.31
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-limnoria/python-limnoria.changes
2020-01-15 15:49:54.387476266 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-limnoria.new.26092/python-limnoria.changes
2020-03-09 18:07:51.828895435 +0100
@@ -1,0 +2,132 @@
+Mon Feb 10 16:33:25 UTC 2020 - Lars Vogdt <[email protected]>
+
+- Update to version 2020-01-31:
+ + RSS: If ids are missing, use <link> as id.
+ + RSS: Show a meaningful error in case '@rss' is called with a non-URL/…
+ + ChannelStats: Use the safe math evaluator.
+ + core/Math: Move the math evaluator to src/utils/.
+ + Math: Fix log/log10 return type.
+ + Aka, Google, String: fix more DeprecationWarning in tests (#1328)
+ + AutoMode, Channel, Nickometer: fix invalid escape sequence Deprecatio…
+ + plugins: use r'' strings to fix DeprecationWarning in test cases (#1328)
+ + Aka, Debug: cleanup imports
+ + Use importlib instead of imp.
+ + Replace failUnless/failIf with assertTrue/assertFalse.
+ + Socket: Don't add instances twice in cls._instances.
+ + Socket: use a proper lock instead of a boolean.
+ + Add subcommand dispatching for CAP/FAIL/WARN/NOTE.
+ + Rename doAuthenticate* functions to not conflict with callback names.
+ + Make irc.error do nothing is no string is given as argument.
+ + Call super().setValue() before defaultHttpHeaders.
+ + Deduplicate setting Accept-Language HTTP header.
+ + Web: Implement protocols.http.requestLanguage
+ + Add supybot.protocols.http.requestLanguage
+ + Fix getSpecific usage
+ + Import MutableMapping and MutableSet from collections.abc.
+ + setup.py: migrate shebang to Python 3
+ + setup.py: remove obsolete version_info conditionals
+ + scripts: remove obsolete conditionals for Python 2
+ + scripts: migrate shebangs and version checks to Python 3
+ + Be less hostile to users in --allow-root help
+ + Readd Limnoria name to default part & quit messages
+ + SedRegex: skip testReDoSTimeout if multiprocessing is disabled
+ + SedRegex: update plugin metadata
+ + SedRegex: spawn a single process to handle the whole history.
+ + SedRegex: add test for ReDoS timeout
+ + SedRegex: abort when a search times out
+ + SedRegex: test case normalization of channel names
+ + SedRegex: match channel names case insensitively
+ + SedRegex: log all errors, always display the not found mesage
+ + SedRegex: reuse processTimeout in the sub() process too
+ + SedRegex: README: specifically mention that /s is specific to this plugin
+ + SedRegex: make the regexp process timeout configurable
+ + SedRegex: remove compatibility workaround for Python 2.7.6 and lower
+ + SedRegex: skip testBoldReplacement on Python 2
+ + SedRegex: remove a duplicate test
+ + SedRegex: use self.__class__ instead of __class__ in tests (Python 2 …
+ + SedRegex: add a bunch of test cases
+ + SedRegex: bump copyright year to 2017
+ + SedRegex: fix some replacement queries not working
+ + SedRegex: also catch errors in the regexp_wrapper() step
+ + SedRegex: log the exact error name instead of "SedRegex error"
+ + SedRegex: require ending delimiter to prevent overzealous matching of…
+ + SedRegex: work around "nothing to replace" errors on < Python 2.7.6 a…
+ + SedRegex: fix flag matching
+ + SedRegex: add configuration / usage instructions
+ + SedRegex: implement 's' regex flag to only match the caller's message
+ + SedRegex: allow free form flags and return them in _unpack_sed()
+ + SedRegex: sanitize against \n\r\t in output
+ + SedRegex: only operate on messages from the current network
+ + SedRegex: work around "nothing to repeat" errors on Python < 2.7.6
+
+-------------------------------------------------------------------
+Sat Jan 4 13:10:52 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2020-01-01:
+ + Skip irctest when optional dependencies are not installed.
+- python2 no longer supported; use skip_python2 macro to disable
+ it.
+
+-------------------------------------------------------------------
+Mon Dec 30 21:57:04 UTC 2019 - Lars Vogdt <[email protected]>
+
+- Update to version 2019-12-21:
+ + Add config supybot.reply.format.list.maximumItems to limit the size o…
+ + Add fallback if getting supybot.language from registry cache failed.
+ + All plugins: set Limnoria contributors as maintainer
+ + Better formatting in supybot.Author if some fields are missing
+ + Get locale name on startup from registry cache instead of parsing con…
+ + Make getLocaleFromRegistryCache reload existing locales.
+ + Math: Fix test on Pypy.
+ + Math: Display a nicer error in case of MemoryError.
+ + MoobotFactoids: Fix support of commands sent in private.
+ + Nicer error message in getChannel/makeChannelFilename when channel is…
+ + Plugin: support showing __maintainer__ field in the 'author' command
+ + Plugin: accept author name in 'contributors' command
+ + QuoteGrabs: fix SyntaxWarning (#1391)
+ + Remove dead code from Group that belongs in Value.
+ + Request msgid capability.
+ + RSS: Register feed config in config.py instead of plugin.py.
+ + Scheduler: Use assertRegexp instead of assertNotRegexp in tests.
+ + Scheduler: Use default timeout for assertResponse.
+ + Scheduler: Use mocking to make tests faster.
+ + Services: Fix typo in doInvite() (#1394)
+ + Update core fr translation.
+ + Update supybot-plugin-doc to work with current version of the registry.
+ + Web: Lower log level when title could not be found.
+ + Web: Remove leading space if the prefix is empty.
+ + Web: Add early returns on exception when snarfing titles.
+ + src/callbacks.py: use network-specific values.
+ + test: Don't overwrite the main Schedule in the driver list.
+ + test: Mock calls to time.sleep()
+ + test: choose a random free port for tests using the HTTP server
+
+-------------------------------------------------------------------
+Sun Nov 17 19:01:04 UTC 2019 - Lars Vogdt <[email protected]>
+
+- Update to version 2019-11-09:
+ + Fix log on SASL failure.
+ + Math: Rewrite calc functions with a proper evaluator.
+ + Log SASL mechanism on failure. Closes GH-1014.
+ + Config: Add : prefix to network-specific values listed by 'config list'.
+ + Web: Catch more errors in getTitle.
+ + Split 'CAP REQ' commands to not exceed 512 bytes.
+ + Reset capability set state on reconnection.
+ + Fix conditional on CTCP in urlSnarfer
+ + Use a real invalid email in supybot.authors.unknown
+ + Don't repeat nick in supybot.Author if nick and name are the same
+ + regexp_wrapper: return None instead of False when search times out
+
+-------------------------------------------------------------------
+Wed Sep 11 07:47:17 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2019-09-08:
+ * Interpret empty server tag values as missing tag values. As
+ required by https://ircv3.net/specs/extensions/message-tags
+- Changes from version 2019-08-25:
+ * Config: Prevent accidental leak of private values on public
+ channels.
+- Changes from version 2019-07-17:
+ * Google: Update for Google's new HTML layout.
+
+-------------------------------------------------------------------
Old:
----
master-2019-02-23.tar.gz
New:
----
_service
master-2020-01-31.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-limnoria.spec ++++++
--- /var/tmp/diff_new_pack.Ii7LhR/_old 2020-03-09 18:07:53.068897213 +0100
+++ /var/tmp/diff_new_pack.Ii7LhR/_new 2020-03-09 18:07:53.068897213 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-limnoria
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,16 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
%define appname limnoria
-%define srcver 2019-02-23
+%define srcver 2020-01-31
Name: python-limnoria
-Version: 2019.02.23
+Version: 2020.01.31
Release: 0
Summary: A modified version of Supybot (an IRC bot and framework)
License: BSD-3-Clause
++++++ _service ++++++
<services>
<service name="download_url" mode='localonly'>
<param name="host">github.com</param>
<param name="protocol">https</param>
<param
name="path">/ProgVal/Limnoria/archive/master-2020-01-31.tar.gz</param>
</service>
</services>
++++++ master-2019-02-23.tar.gz -> master-2020-01-31.tar.gz ++++++
++++ 17120 lines of diff (skipped)