14
0

Accepting request 580639 from home:badshah400:branches:devel:languages:python

- Enable python2 module [not binaries] since we have
  python2-SocksiPy now.
- Update to master-2018-01-28:
  * NickAuth: Fix NameError caused by e732931.

OBS-URL: https://build.opensuse.org/request/show/580639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2018-02-27 14:58:22 +00:00
committed by Git OBS Bridge
parent b1ca890ad9
commit f488959eed
4 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cd4ab29d510fe7e84ed54bd8ba273acd2d2de2de5b133e679db54505f6c36b2
size 957078

3
master-2018-01-28.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2644e37072a72d39b5c48fcca29bec63c5835a5041b18ba46f39a4395e36ca8
size 960055

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 21 14:38:22 UTC 2018 - badshah400@gmail.com
- Enable python2 module [not binaries] since we have
python2-SocksiPy now.
-------------------------------------------------------------------
Thu Feb 15 23:59:41 UTC 2018 - badshah400@gmail.com
- Update to master-2018-01-28:
* NickAuth: Fix NameError caused by e732931.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 18 08:48:19 UTC 2017 - badshah400@gmail.com Mon Dec 18 08:48:19 UTC 2017 - badshah400@gmail.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-limnoria # spec file for package python-limnoria
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -15,31 +15,31 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1 # python2-SocksiPy not available
%define appname limnoria %define appname limnoria
%define srcver 2017-10-25 %define srcver 2018-01-28
Name: python-limnoria Name: python-limnoria
Version: 2017.10.25 Version: 2018.01.28
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: fdupes
BuildRequires: python-rpm-macros
BuildRequires: %{python_module SQLAlchemy} BuildRequires: %{python_module SQLAlchemy}
BuildRequires: %{python_module SocksiPy} BuildRequires: %{python_module SocksiPy}
BuildRequires: %{python_module chardet} BuildRequires: %{python_module chardet}
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module ecdsa} BuildRequires: %{python_module ecdsa}
BuildRequires: %{python_module feedparser} BuildRequires: %{python_module feedparser}
BuildRequires: %{python_module python-gnupg}
BuildRequires: %{python_module mock} BuildRequires: %{python_module mock}
BuildRequires: %{python_module python-dateutil} BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module python-gnupg}
BuildRequires: %{python_module pytz} BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-SQLAlchemy Requires: python-SQLAlchemy
Requires: python-SocksiPy Requires: python-SocksiPy
Requires: python-chardet Requires: python-chardet