From af04247fcb033b88827fcda599191a7195f78765 Mon Sep 17 00:00:00 2001 From: fanjiachen Date: Fri, 21 Aug 2020 10:50:17 +0800 Subject: [PATCH] add release for update --- python-bcrypt.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-bcrypt.spec b/python-bcrypt.spec index a6a3579..e27ea51 100644 --- a/python-bcrypt.spec +++ b/python-bcrypt.spec @@ -1,7 +1,7 @@ Name: python-bcrypt Summary: Good password hashing for your software and your servers Version: 3.1.4 -Release: 7 +Release: 8 License: ASL 2.0 and Public Domain and BSD URL: http://pypi.python.org/pypi/bcrypt Source0: https://files.pythonhosted.org/packages/source/b/bcrypt/bcrypt-%{version}.tar.gz @@ -69,5 +69,11 @@ This library should be compatible with py-bcrypt and it will run on Python 3.4+ %changelog +* Fri Aug 21 2020 fanjiachen - 3.1.4-8 +- Type:rebuild +- ID:NA +- SUG:NA +- DESC:rebuild for requirement package update + * Wed Nov 13 2019 Lijin Yang - 3.1.4-7 - init package -- Gitee