| |
@@ -2,8 +2,8 @@
|
| |
%global pypi_name pre-commit
|
| |
|
| |
Name: %{pypi_name}
|
| |
- Version: 2.4.0
|
| |
- Release: 2%{?dist}
|
| |
+ Version: 2.5.1
|
| |
+ Release: 1%{?dist}
|
| |
Summary: Framework for managing and maintaining multi-language pre-commit hooks
|
| |
|
| |
License: MIT
|
| |
@@ -29,7 +29,7 @@
|
| |
BuildRequires: python3dist(pyyaml)
|
| |
BuildRequires: python3dist(six)
|
| |
BuildRequires: python3dist(toml)
|
| |
- BuildRequires: python3dist(virtualenv) >= 15.2
|
| |
+ BuildRequires: python3dist(virtualenv) >= 20
|
| |
%endif
|
| |
|
| |
%?python_enable_dependency_generator
|
| |
@@ -81,6 +81,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Mon Jun 22 2020 Lumír Balhar <lbalhar@redhat.com> - 2.5.1-1
|
| |
+ - Update to 2.5.1
|
| |
+
|
| |
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.4.0-2
|
| |
- Rebuilt for Python 3.9
|
| |
|
| |