forked from pool/python-limnoria
Accepting request 761072 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/761072 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-limnoria?expand=0&rev=11
This commit is contained in:
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="download_url" mode='localonly'>
|
||||
<param name="host">github.com</param>
|
||||
<param name="protocol">https</param>
|
||||
<param name="path">/ProgVal/Limnoria/archive/master-2019-12-21.tar.gz</param>
|
||||
<param name="path">/ProgVal/Limnoria/archive/master-2020-01-01.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcf5d4a03ffe7b769df944756d11b40f2b95d0e165f54dc124b902f832c47f54
|
||||
size 978965
|
||||
3
master-2020-01-01.tar.gz
Normal file
3
master-2020-01-01.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:186bd02109c4689bfcee500b5db77d5a6cedf4139431c47fef3a47762f43dd67
|
||||
size 979137
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 4 13:10:52 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- 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 <lars@linux-schulserver.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -17,10 +17,11 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
%define appname limnoria
|
||||
%define srcver 2019-12-21
|
||||
%define srcver 2020-01-01
|
||||
Name: python-limnoria
|
||||
Version: 2019.12.21
|
||||
Version: 2020.01.01
|
||||
Release: 0
|
||||
Summary: A modified version of Supybot (an IRC bot and framework)
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user