14
0
forked from pool/python-pbkdf2

Accepting request 682423 from devel:languages:python

- Fix macro expansion

OBS-URL: https://build.opensuse.org/request/show/682423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbkdf2?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2019-03-10 08:33:59 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 11:19:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix macro expansion
-------------------------------------------------------------------
Fri Nov 17 16:58:49 UTC 2017 - mimi.vx@gmail.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pbkdf2
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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/
#
@@ -50,7 +50,7 @@ sed -i '1d' pbkdf2.py
%python_install
%check
%python_expand nosetests-%{python_bin_suffix}
%python_expand nosetests-%{$python_bin_suffix}
%files %python_files
%defattr(-,root,root,-)