#3 fix: drop retired BR to fix build
Merged 2 years ago by ankursinha. Opened 2 years ago by ankursinha.

file modified
+4 -2
@@ -2,7 +2,7 @@

  

  Name:           python-cookiecutter

  Version:        1.7.2

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        CLI utility to create projects from templates

  License:        BSD

  URL:            https://github.com/audreyr/cookiecutter
@@ -29,7 +29,6 @@

  BuildRequires:  python3-pytest

  BuildRequires:  python3-pytest-cov

  BuildRequires:  python3-pytest-mock

- BuildRequires:  python3-pytest-catchlog

  BuildRequires:  python3-freezegun

  BuildRequires:  python3-jinja2

  
@@ -91,6 +90,9 @@

  %doc *.md

  

  %changelog

+ * Mon Jul 05 2021 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.7.2-4

+ - Remove retired BR

+ 

  * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.7.2-3

  - Rebuilt for Python 3.10

  

Since this is a trivial fix, I'll merge and build the package so we can unblock lots of deps. I hope that's fine.

Pull-Request has been merged by ankursinha

2 years ago
Metadata