Update to 0.11.4
Drop file-encoding patch (fixed upstream)
This commit is contained in:
parent
6eabcab6c9
commit
83105a2432
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/flit-0.9.tar.gz
|
||||
/flit-0.11.1.tar.gz
|
||||
/flit-0.11.4.tar.gz
|
||||
|
@ -8,8 +8,8 @@
|
||||
%global sum Simplified packaging of Python modules
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.11.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.11.4
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
# ./flit/logo.py under ASL 2.0 license
|
||||
@ -19,8 +19,6 @@ 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
|
||||
|
||||
Patch0: %{srcname}-file-encoding.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pip
|
||||
@ -81,7 +79,7 @@ so long as they can be imported on Python 3.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version} -p1
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
|
||||
%build
|
||||
export FLIT_NO_NETWORK=1
|
||||
@ -109,6 +107,10 @@ py.test-3
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 14 2017 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.11.4-1
|
||||
- Update to 0.11.4
|
||||
- Drop file-encoding patch (fixed upstream)
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flit-0.11.1.tar.gz) = c3fb38a5c9d7b46f37f910b760d3085d43dbd86bbaabd7cf12a7ec490eb4e6743db2b3d0314d8f6f1c20bdc55461c16ba4b1728829739e5e80589866a8f96024
|
||||
SHA512 (flit-0.11.4.tar.gz) = 9034ff82c4e6b210d6d84dd1d91bdbb330f653521a9e03f0185fce948fd9ec7999e2e8c2aae0673c181dd208f010bf562a8ff6fc2b67200226e42bb93676b538
|
||||
|
Loading…
Reference in New Issue
Block a user