forked from pool/python-limnoria
Accepting request 596501 from home:badshah400:branches:devel:languages:python
- Switch to using PySocks instead of SocksiPy: the former is well-maintained than the latter. OBS-URL: https://build.opensuse.org/request/show/596501 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-limnoria?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
450030f450
commit
89a14a702d
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 13 09:10:42 UTC 2018 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Switch to using PySocks instead of SocksiPy: the former is
|
||||||
|
well-maintained than the latter.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 31 11:01:05 UTC 2018 - jengelh@inai.de
|
Sat Mar 31 11:01:05 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ 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 SQLAlchemy}
|
BuildRequires: %{python_module SQLAlchemy}
|
||||||
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}
|
||||||
@@ -41,7 +41,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-SQLAlchemy
|
Requires: python-SQLAlchemy
|
||||||
Requires: python-SocksiPy
|
Requires: python-PySocks
|
||||||
Requires: python-chardet
|
Requires: python-chardet
|
||||||
Requires: python-ecdsa
|
Requires: python-ecdsa
|
||||||
Requires: python-feedparser
|
Requires: python-feedparser
|
||||||
|
|||||||
Reference in New Issue
Block a user