[packages/python-bcrypt] - fix typo in deps - rel 3

baggins baggins at pld-linux.org
Thu Mar 26 20:29:45 CET 2015


commit aa9489033a12a64244fcaf34958ab7c04f464d35
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Thu Mar 26 20:29:32 2015 +0100

    - fix typo in deps
    - rel 3

 python-bcrypt.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-bcrypt.spec b/python-bcrypt.spec
index e2354f7..cb48dd1 100644
--- a/python-bcrypt.spec
+++ b/python-bcrypt.spec
@@ -5,12 +5,12 @@
 %bcond_without	python2 # CPython 2.x module
 %bcond_without	python3 # CPython 3.x module
 
-%define 	module	bcrypt
+%define		module	bcrypt
 Summary:	Library for password hashing for your software and your servers
 Summary(pl.UTF-8):	Biblioteka do tworzenia skrótów haseł dla twojego oprogramowania i serwerów
 Name:		python-%{module}
 Version:	1.1.1
-Release:	2
+Release:	3
 License:	Apache v2.0
 Group:		Libraries/Python
 Source0:	https://pypi.python.org/packages/source/b/bcrypt/%{module}-%{version}.tar.gz
@@ -39,7 +39,7 @@ BuildRequires:	python3-py
 BuildRequires:	python3-pytest
 BuildRequires:	python3-six
 %endif
-Requires:	python-cffi > 8.0
+Requires:	python-cffi > 0.8
 Requires:	python-modules
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-bcrypt.git/commitdiff/aa9489033a12a64244fcaf34958ab7c04f464d35



More information about the pld-cvs-commit mailing list