#7 Bump the obsoleted release of python3-py-bcrypt
Merged 8 months ago by mhayden. Opened 8 months ago by churchyard.
rpms/ churchyard/python-bcrypt python3-py-bcrypt-bump  into  rawhide

file modified
+6 -3
@@ -6,7 +6,7 @@ 

  

  Name:               python-bcrypt

  Version:            3.2.2

- Release:            3%{?dist}

+ Release:            4%{?dist}

  Summary:            %{sum}

  

  #crypt_blowfish code is in Public domain and all other code in ASL 2.0
@@ -33,8 +33,8 @@ 

  Requires:           python%{python3_pkgversion}-six

  Requires:           python%{python3_pkgversion}-cffi

  Conflicts:          python3-py-bcritp

- Provides:           python3-py-bcrypt = 0.4-11

- Obsoletes:          python3-py-bcrypt < 0.4-11

+ Provides:           python3-py-bcrypt = 0.4-35

+ Obsoletes:          python3-py-bcrypt < 0.4-35

  

  %description -n python%{python3_pkgversion}-%{modname}

  %{sum}.
@@ -67,6 +67,9 @@ 

  

  

  %changelog

+ * Mon Jul 25 2022 Miro Hrončok <mhroncok@redhat.com> - 3.2.2-4

+ - Bump the obsoleted release of python3-py-bcrypt

+ 

  * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-3

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

  

side notes:

  • I see manual runtime requirements that should probably be removed,
  • I see a conflict with python3-py-bcritp which smells like a typo,
  • I don't agree that this should Provide python3-py-bcrypt (IMHO it should only Obsolete it)

But I wanted to make this non-opinionated and as simple as possible.

Pull-Request has been merged by mhayden

8 months ago
Metadata