Update to 0.11.1
This commit is contained in:
parent
e979e040f4
commit
68c70d4a34
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/flit-0.9.tar.gz
|
||||
/flit-0.11.1.tar.gz
|
||||
|
@ -8,8 +8,8 @@
|
||||
%global sum Simplified packaging of Python modules
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.9
|
||||
Release: 6%{?dist}
|
||||
Version: 0.11.1
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
# ./flit/logo.py under ASL 2.0 license
|
||||
@ -18,11 +18,8 @@ License: BSD and ASL 2.0 and Python
|
||||
|
||||
URL: https://flit.readthedocs.io/en/latest/
|
||||
Source0: https://github.com/takluyver/flit/archive/%{version}/%{srcname}-%{version}.tar.gz
|
||||
# wget -O classifiers.lst \
|
||||
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
Source1: classifiers.lst
|
||||
# This gets things working in non-UTF8 locale.
|
||||
Patch0001: %{srcname}-file-encoding.patch
|
||||
|
||||
Patch0: %{srcname}-file-encoding.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
@ -30,6 +27,7 @@ BuildRequires: python3-pip
|
||||
BuildRequires: python3-requests
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: python3-pypandoc
|
||||
BuildRequires: python3-pygments
|
||||
|
||||
%if 0%{?with_test}
|
||||
BuildRequires: python3-pytest
|
||||
@ -85,11 +83,8 @@ so long as they can be imported on Python 3.
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version} -p1
|
||||
|
||||
mkdir -p .cache/flit
|
||||
cp -p %SOURCE1 .cache/flit/
|
||||
|
||||
|
||||
%build
|
||||
export FLIT_NO_NETWORK=1
|
||||
XDG_CACHE_HOME=$PWD/.cache %{__python3} -m flit wheel
|
||||
|
||||
|
||||
@ -114,6 +109,9 @@ py.test-3
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 13 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.11.1-1
|
||||
- Update to 0.11.1
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user