forked from pool/python-limnoria
Accepting request 629897 from devel:languages:python
- Drop -devel from deps
- Update to version 2018-06-25-2:
* test_plugin_create: skip if supybot-plugin-create is not
installed.
- Changes from version 2018-06-25:
* Fixes and tests to supybot-plugin-create; modernize the plugin
template (gh#ProgVal/Limnoria#1340)
* supybot-plugin-create: compactify import statements in the
template
* supybot-plugin-create: prefer importlib over imp on Python >=
3.4
* test: add test cases for supybot-plugin-create
* -plugin-create: fix errors when only a subset of args are
given
* -plugin-create: rename --real-name to --author/-a
* -plugin-create: add -d as an alias to --desc for consistency
OBS-URL: https://build.opensuse.org/request/show/629897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:88038b50c18b618db6be27b5b3a764d5976267d65d39ac8c10efc2149db087fc
|
|
||||||
size 961565
|
|
||||||
3
master-2018-06-25-2.tar.gz
Normal file
3
master-2018-06-25-2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b2f0ed67ab175dc7a801d6f3dee1c6d4794f1425e95ff3764f73aa0584a932ef
|
||||||
|
size 963333
|
||||||
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 17 10:26:06 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Drop -devel from deps
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 16 14:49:58 UTC 2018 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2018-06-25-2:
|
||||||
|
* test_plugin_create: skip if supybot-plugin-create is not
|
||||||
|
installed.
|
||||||
|
- Changes from version 2018-06-25:
|
||||||
|
* Fixes and tests to supybot-plugin-create; modernize the plugin
|
||||||
|
template (gh#ProgVal/Limnoria#1340)
|
||||||
|
* supybot-plugin-create: compactify import statements in the
|
||||||
|
template
|
||||||
|
* supybot-plugin-create: prefer importlib over imp on Python >=
|
||||||
|
3.4
|
||||||
|
* test: add test cases for supybot-plugin-create
|
||||||
|
* -plugin-create: fix errors when only a subset of args are
|
||||||
|
given
|
||||||
|
* -plugin-create: rename --real-name to --author/-a
|
||||||
|
* -plugin-create: add -d as an alias to --desc for consistency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 10 15:43:03 UTC 2018 - toddrme2178@gmail.com
|
Thu May 10 15:43:03 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
|||||||
@@ -18,19 +18,18 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define appname limnoria
|
%define appname limnoria
|
||||||
%define srcver 2018-04-21
|
%define srcver 2018-06-25-2
|
||||||
Name: python-limnoria
|
Name: python-limnoria
|
||||||
Version: 2018.04.21
|
Version: 2018.06.25.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A modified version of Supybot (an IRC bot and framework)
|
Summary: A modified version of Supybot (an IRC bot and framework)
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: https://github.com/ProgVal/Limnoria
|
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
|
||||||
BuildRequires: %{python_module PySocks}
|
BuildRequires: %{python_module PySocks}
|
||||||
BuildRequires: %{python_module SQLAlchemy}
|
BuildRequires: %{python_module SQLAlchemy}
|
||||||
BuildRequires: %{python_module chardet}
|
BuildRequires: %{python_module chardet}
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module ecdsa}
|
BuildRequires: %{python_module ecdsa}
|
||||||
BuildRequires: %{python_module feedparser}
|
BuildRequires: %{python_module feedparser}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
@@ -50,9 +49,7 @@ Requires: python-python-gnupg
|
|||||||
Requires: python-pytz
|
Requires: python-pytz
|
||||||
Provides: Supybot = %{version}
|
Provides: Supybot = %{version}
|
||||||
Obsoletes: Supybot < 1.0
|
Obsoletes: Supybot < 1.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -78,8 +75,7 @@ export PYTHONPATH=%{buildroot}%{$python_sitelib}/
|
|||||||
%python_exec test/test.py
|
%python_exec test/test.py
|
||||||
}
|
}
|
||||||
|
|
||||||
%files %python_files
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc README.md CONTRIBUTING.md
|
%doc README.md CONTRIBUTING.md
|
||||||
%license LICENSE.md
|
%license LICENSE.md
|
||||||
%python3_only %{_bindir}/supybot
|
%python3_only %{_bindir}/supybot
|
||||||
|
|||||||
Reference in New Issue
Block a user