Update to version 0.10.0

epel9
Petr Viktorin 4 years ago
parent 6f6409a55b
commit 1eda5a373f

1
.gitignore vendored

@ -2,3 +2,4 @@
/pep517-0.7.0.tar.gz
/pep517-0.8.2.tar.gz
/pep517-0.9.1.tar.gz
/pep517-0.10.0.tar.gz

@ -1,20 +0,0 @@
From f972e39c168065cdf4eba8b3334e743886bd3c10 Mon Sep 17 00:00:00 2001
From: Petr Viktorin <encukou@gmail.com>
Date: Fri, 13 Nov 2020 15:12:05 +0100
Subject: [PATCH] Allow building with Flit 3.x
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 65d764c..9c1661c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["flit_core >=2,<3"]
+requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]

@ -1,8 +1,8 @@
%global pypi_name pep517
Name: python-%{pypi_name}
Version: 0.9.1
Release: 2%{?dist}
Version: 0.10.0
Release: 1%{?dist}
Summary: Wrappers to build Python packages using PEP 517 hooks
%bcond_without tests
@ -13,10 +13,6 @@ URL: https://github.com/takluyver/pep517
Source0: %{pypi_source}
BuildArch: noarch
# Allow building with flit 3.x
# Upstream PR: https://github.com/pypa/pep517/pull/102
Patch1: 102.patch
BuildRequires: python3-devel
BuildRequires: pyproject-rpm-macros
@ -72,6 +68,9 @@ sed -i '/flake8/d' tox.ini
%changelog
* Tue Mar 16 2021 Petr Viktorin <pviktori@redhat.com> - 0.10.0-1
- Update to version 0.10.0
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (pep517-0.9.1.tar.gz) = 7c7d181d52a6d042ad432c4366021f9b2364c77193d99066668acd4c6967dab299644febf0dc4a6efb9a777a0aaae7df2687191cba3f3b93e6bf06ee0769a7df
SHA512 (pep517-0.10.0.tar.gz) = 4f2b2a6d4bfb46883b769d3a11aac7ed136a835eaff025e9201b5c592f6aaa236bcc6532f94654bf6962f3df1062677daa6444dce6f95caec4e306d9fe21d426

Loading…
Cancel
Save