14
0

Accepting request 680498 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/680498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymacaroons?expand=0&rev=2
This commit is contained in:
2019-03-01 15:50:21 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 1 11:59:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove build dependencies suited for development and building docs
- Remove `-e test_inspect` as tests pass without it
-------------------------------------------------------------------
Tue Feb 19 10:46:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -28,18 +28,12 @@ URL: https://github.com/ecordell/pymacaroons
Source: https://github.com/ecordell/pymacaroons/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: %{python_module PyNaCl < 2.0}
BuildRequires: %{python_module PyNaCl >= 1.1.2}
#BuildRequires: %%{python_module bumpversion}
BuildRequires: %{python_module Sphinx >= 1.2.3}
BuildRequires: %{python_module cffi}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module python-coveralls >= 2.4.2}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.8.0}
BuildRequires: python-tox
##BuildRequires: %%{python_module yanc}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyNaCl < 2.0
@@ -76,7 +70,7 @@ rm -f tests/property_tests/macaroon_property_tests.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand %{_bindir}/nosetests-%{$python_bin_suffix} -e test_inspect
%python_expand %{_bindir}/nosetests-%{$python_bin_suffix}
%files %{python_files}
%license LICENSE