From 722bf4ae4c58d93e151074cd5085582ddb4f5c3a91b533b1b8e5e362b6e2ebed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Aug 2018 10:19:55 +0000 Subject: [PATCH 1/2] Accepting request 629616 from home:badshah400:branches:devel:languages:python - 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/629616 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=11 --- master-2018-04-21.tar.gz | 3 --- master-2018-06-25-2.tar.gz | 3 +++ python-limnoria.changes | 19 +++++++++++++++++++ python-limnoria.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 master-2018-04-21.tar.gz create mode 100644 master-2018-06-25-2.tar.gz diff --git a/master-2018-04-21.tar.gz b/master-2018-04-21.tar.gz deleted file mode 100644 index ee7cebc..0000000 --- a/master-2018-04-21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88038b50c18b618db6be27b5b3a764d5976267d65d39ac8c10efc2149db087fc -size 961565 diff --git a/master-2018-06-25-2.tar.gz b/master-2018-06-25-2.tar.gz new file mode 100644 index 0000000..513711d --- /dev/null +++ b/master-2018-06-25-2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f0ed67ab175dc7a801d6f3dee1c6d4794f1425e95ff3764f73aa0584a932ef +size 963333 diff --git a/python-limnoria.changes b/python-limnoria.changes index e7737bf..8814321 100644 --- a/python-limnoria.changes +++ b/python-limnoria.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 diff --git a/python-limnoria.spec b/python-limnoria.spec index 5b2397b..28e121d 100644 --- a/python-limnoria.spec +++ b/python-limnoria.spec @@ -18,9 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define appname limnoria -%define srcver 2018-04-21 +%define srcver 2018-06-25-2 Name: python-limnoria -Version: 2018.04.21 +Version: 2018.06.25.2 Release: 0 Summary: A modified version of Supybot (an IRC bot and framework) License: BSD-3-Clause From fc013ffe5cae1c820711ce299d349b2745d8bb4c6d7345aa8d16585ba73ddf10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 Aug 2018 10:26:58 +0000 Subject: [PATCH 2/2] - Drop -devel from deps OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=12 --- python-limnoria.changes | 5 +++++ python-limnoria.spec | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/python-limnoria.changes b/python-limnoria.changes index 8814321..5861df0 100644 --- a/python-limnoria.changes +++ b/python-limnoria.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/python-limnoria.spec b/python-limnoria.spec index 28e121d..83fa541 100644 --- a/python-limnoria.spec +++ b/python-limnoria.spec @@ -25,12 +25,11 @@ 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 +URL: https://github.com/ProgVal/Limnoria Source: https://github.com/ProgVal/Limnoria/archive/master-%{srcver}.tar.gz BuildRequires: %{python_module PySocks} BuildRequires: %{python_module SQLAlchemy} BuildRequires: %{python_module chardet} -BuildRequires: %{python_module devel} BuildRequires: %{python_module ecdsa} BuildRequires: %{python_module feedparser} BuildRequires: %{python_module mock} @@ -50,9 +49,7 @@ Requires: python-python-gnupg Requires: python-pytz Provides: Supybot = %{version} Obsoletes: Supybot < 1.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -78,8 +75,7 @@ export PYTHONPATH=%{buildroot}%{$python_sitelib}/ %python_exec test/test.py } -%files %python_files -%defattr(-,root,root,-) +%files %{python_files} %doc README.md CONTRIBUTING.md %license LICENSE.md %python3_only %{_bindir}/supybot