forked from pool/python-pymacaroons
- Conflict with pymacaroons-pynacl
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymacaroons?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
d8e95b9d0b
commit
5d5ef4e56e
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 19 10:46:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Conflict with pymacaroons-pynacl
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 6 16:52:14 UTC 2019 - ecsos@opensuse.org
|
Wed Feb 6 16:52:14 UTC 2019 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -26,26 +26,27 @@ License: MIT
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/ecordell/pymacaroons
|
URL: https://github.com/ecordell/pymacaroons
|
||||||
Source: https://github.com/ecordell/pymacaroons/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/ecordell/pymacaroons/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyNaCl >= 1.1.2}
|
|
||||||
BuildRequires: %{python_module PyNaCl < 2.0}
|
BuildRequires: %{python_module PyNaCl < 2.0}
|
||||||
|
BuildRequires: %{python_module PyNaCl >= 1.1.2}
|
||||||
#BuildRequires: %%{python_module bumpversion}
|
#BuildRequires: %%{python_module bumpversion}
|
||||||
BuildRequires: %{python_module python-coveralls >= 2.4.2}
|
BuildRequires: %{python_module Sphinx >= 1.2.3}
|
||||||
BuildRequires: %{python_module cffi}
|
BuildRequires: %{python_module cffi}
|
||||||
BuildRequires: %{python_module coverage}
|
BuildRequires: %{python_module coverage}
|
||||||
BuildRequires: %{python_module hypothesis}
|
BuildRequires: %{python_module hypothesis}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
|
BuildRequires: %{python_module python-coveralls >= 2.4.2}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module Sphinx >= 1.2.3}
|
|
||||||
BuildRequires: %{python_module six >= 1.8.0}
|
BuildRequires: %{python_module six >= 1.8.0}
|
||||||
BuildRequires: python-tox
|
BuildRequires: python-tox
|
||||||
##BuildRequires: %%{python_module yanc}
|
##BuildRequires: %%{python_module yanc}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyNaCl >= 1.1.2
|
|
||||||
Requires: python-PyNaCl < 2.0
|
Requires: python-PyNaCl < 2.0
|
||||||
|
Requires: python-PyNaCl >= 1.1.2
|
||||||
Requires: python-cffi
|
Requires: python-cffi
|
||||||
Requires: python-six >= 1.8.0
|
Requires: python-six >= 1.8.0
|
||||||
|
Conflicts: python-pymacaroons-pynacl
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user