Update to 0.1.1
Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
be7dd749a0
commit
a53efb98c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/rpmautospec_core-0.1.0.tar.gz
|
||||
/rpmautospec_core-0.1.1.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global canonicalname %{py_dist_name %{srcname}}
|
||||
|
||||
Name: python-%{canonicalname}
|
||||
Version: 0.1.0
|
||||
Version: 0.1.1
|
||||
Release: %autorelease
|
||||
Summary: Minimum functionality for rpmautospec
|
||||
|
||||
@ -11,10 +11,13 @@ URL: https://github.com/fedora-infra/%{canonicalname}
|
||||
Source0: %{pypi_source %{srcname}}
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel >= 3.6.0
|
||||
# The dependencies needed for testing don’t get auto-generated.
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(pytest-cov)
|
||||
BuildRequires: sed
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -t
|
||||
%pyproject_buildrequires
|
||||
|
||||
%global _description %{expand:
|
||||
This package contains minimum functionality to determine if an RPM spec file
|
||||
@ -40,7 +43,7 @@ Summary: %{summary}
|
||||
sed -i -e 's|^\(.*/LICENSE\)|%%license \1|g' %{pyproject_files}
|
||||
|
||||
%check
|
||||
%tox
|
||||
%pytest
|
||||
|
||||
%files -n python3-%{canonicalname} -f %{pyproject_files}
|
||||
%doc README.md
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (rpmautospec_core-0.1.0.tar.gz) = 47d71cf81d10ca08498abefd6362aa3e0be48aebfb1ad8978546b27ad1a103564463283a236f9df374e073773c61dd0b8a6ed2e60b6349e0a9fd57edf36b82cb
|
||||
SHA512 (rpmautospec_core-0.1.1.tar.gz) = 0b59d6d5bb7f240b51d31286a7d50ea022fccc86dbceef3434d52a1d21d76f1c8325e331da23fd660183e693cb8c3b6e474b2b8059f7eb2c2276421eca808ef4
|
||||
|
Loading…
Reference in New Issue
Block a user