Hello community,
here is the log from the commit of package python-limnoria for
openSUSE:Leap:15.2 checked in at 2020-03-29 14:56:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-limnoria (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-limnoria.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-limnoria"
Sun Mar 29 14:56:02 2020 rev:22 rq:789224 version:2020.03.19
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-limnoria/python-limnoria.changes
2020-03-09 18:07:51.828895435 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-limnoria.new.3160/python-limnoria.changes
2020-03-29 14:56:08.199178655 +0200
@@ -1,0 +2,8 @@
+Fri Mar 27 09:18:46 UTC 2020 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2020-03-19:
+ * Update links to the documentation.
+ * Updated translations.
+- Use %{name}-%{version} naming scheme for source tarball.
+
+-------------------------------------------------------------------
Old:
----
master-2020-01-31.tar.gz
New:
----
python-limnoria-2020.03.19.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-limnoria.spec ++++++
--- /var/tmp/diff_new_pack.7LnVZe/_old 2020-03-29 14:56:09.723179843 +0200
+++ /var/tmp/diff_new_pack.7LnVZe/_new 2020-03-29 14:56:09.755179868 +0200
@@ -19,15 +19,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define appname limnoria
-%define srcver 2020-01-31
+%define srcver 2020-03-19
Name: python-limnoria
-Version: 2020.01.31
+Version: 2020.03.19
Release: 0
Summary: A modified version of Supybot (an IRC bot and framework)
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/ProgVal/Limnoria
-Source:
https://github.com/ProgVal/Limnoria/archive/master-%{srcver}.tar.gz
+Source:
https://github.com/ProgVal/Limnoria/archive/master-%{srcver}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module PySocks}
BuildRequires: %{python_module SQLAlchemy}
BuildRequires: %{python_module chardet}