#5 python-bcrypt-3.2.0-1
Closed 2 years ago by mhayden. Opened 2 years ago by ktdreyer.
rpms/ ktdreyer/python-bcrypt rhbz1869094  into  rawhide

file modified
+1 -7
@@ -1,7 +1,1 @@ 

- /bcrypt-2.0.0.tar.gz

- /bcrypt-3.0.0.tar.gz

- /bcrypt-3.1.2.tar.gz

- /bcrypt-3.1.3.tar.gz

- /bcrypt-3.1.4.tar.gz

- /bcrypt-3.1.6.tar.gz

- /bcrypt-3.1.7.tar.gz

+ /bcrypt-*.tar.gz

file modified
+7 -3
@@ -5,13 +5,13 @@ 

  %global sum     Modern password hashing for your software and your servers

  

  Name:               python-bcrypt

- Version:            3.1.7

- Release:            9%{?dist}

+ Version:            3.2.0

+ Release:            1%{?dist}

  Summary:            %{sum}

  

  #crypt_blowfish code is in Public domain and all other code in ASL 2.0

  License:            ASL 2.0 and Public Domain and BSD

- URL:                http://pypi.python.org/pypi/bcrypt

+ URL:                https://pypi.python.org/pypi/bcrypt

  Source0:            %pypi_source bcrypt

  

  BuildRequires:  gcc
@@ -67,6 +67,10 @@ 

  

  

  %changelog

+ * Wed Jul 28 2021 Ken Dreyer <kdreyer@redhat.com> - 3.2.0-1

+ - Update to 3.2.0 (rhbz#1869094)

+ - Use HTTPS URL

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.7-9

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (bcrypt-3.1.7.tar.gz) = bb9a431c8de97d5615d1a7fb67f868d08d839313fd5f3e17d8db40db1870f8b624594352c24c163c6a03485217de873cd92578040350678888728885c7b749de

+ SHA512 (bcrypt-3.2.0.tar.gz) = aa782aa6a725434e0b0737973e33e6c2bf4e82d39e8dfba0913da5d7dd051d55217adab8004c3eaf896fc3c3e145ba543da1b5162a667a3d82a4eb6b07430b80

Update to 3.2.0 (rhbz#1869094), and use an HTTPS URL.

We've got 3.2.0 in rawhide now. 🎉

Pull-Request has been closed by mhayden

2 years ago