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