Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-mako.git#fc6ce45b7c9fa120629a3d50e568e4097f53bba2
This commit is contained in:
parent
bf64f8c4cb
commit
40ac7c84de
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ Mako-0.4.0.tar.gz
|
||||
/rel_1_1_0.tar.gz
|
||||
/rel_1_1_1.tar.gz
|
||||
/rel_1_1_3.tar.gz
|
||||
/rel_1_1_4.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: python-mako
|
||||
Version: 1.1.3
|
||||
Version: 1.1.4
|
||||
Release: 1%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
@ -10,7 +10,6 @@ Summary: Mako template library for Python
|
||||
URL: http://www.makotemplates.org/
|
||||
Source0: https://github.com/sqlalchemy/mako/archive/rel_%(echo %{version} | sed "s/\./_/g").tar.gz
|
||||
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-setuptools
|
||||
@ -55,7 +54,7 @@ This package contains documentation in text and HTML formats.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n mako-rel_%(echo %{version} | sed "s/\./_/g")
|
||||
%autosetup -p1 -n mako-rel_%(echo %{version} | sed "s/\./_/g")
|
||||
|
||||
|
||||
%build
|
||||
@ -91,6 +90,11 @@ pytest-3
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 14 19:55:31 CET 2021 Petr Viktorin <pviktori@redhat.com> - 1.1.4-1
|
||||
- Update to version 1.1.4
|
||||
- Avoids test warnings on Python 3.10
|
||||
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1907474
|
||||
|
||||
* Fri Jun 26 2020 Charalampos Stratakis <cstratak@redhat.com> - 1.1.3-1
|
||||
- Update to 1.1.3 (#1808872)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rel_1_1_3.tar.gz) = 972ce7e720f55c9504f164695e5fb7c167ab3ab661c00a76400be045a7ae891b15d19b01ef7cd3e24ed4cdab1cf9cee0cc716d8ad6ad18c90b40db5c7c72ace6
|
||||
SHA512 (rel_1_1_4.tar.gz) = 70c5c9a4850a982550730739eb74cfae13c6ea729e5b768c1a54c6a391ddc30e51e17c1f6b9b7fa56e751527bdac66ec7ae0a0885e2f45289b7401df13f0c01e
|
||||
|
Loading…
Reference in New Issue
Block a user