Update to 1.4.3
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
7bb99cfef2
commit
ccd35d4e76
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/appdirs-1.4.0.tar.gz
|
||||
/appdirs-1.4.3.tar.gz
|
||||
|
@ -5,24 +5,15 @@
|
||||
%global python3_wheelname %python2_wheelname
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 1.4.0
|
||||
Release: 10%{?dist}
|
||||
Version: 1.4.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Python module for determining platform-specific directories
|
||||
|
||||
License: MIT
|
||||
URL: http://github.com/ActiveState/appdirs
|
||||
Source0: https://pypi.python.org/packages/source/a/%{modname}/%{modname}-%{version}.tar.gz
|
||||
URL: https://github.com/ActiveState/appdirs
|
||||
Source0: https://files.pythonhosted.org/packages/source/a/%{modname}/%{modname}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python2-devel python-setuptools
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
BuildArch: noarch
|
||||
|
||||
%if 0%{?build_wheel}
|
||||
BuildRequires: python2-pip
|
||||
BuildRequires: python-wheel
|
||||
BuildRequires: python%{python3_pkgversion}-pip
|
||||
BuildRequires: python%{python3_pkgversion}-wheel
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
A small Python module for determining appropriate " + " platform-specific
|
||||
@ -31,6 +22,12 @@ directories, e.g. a "user data dir".
|
||||
%package -n python2-%{modname}
|
||||
Summary: Python 2 module for determining platform-specific directoriess
|
||||
%{?python_provide:%python_provide python2-%{modname}}
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
%if 0%{?build_wheel}
|
||||
BuildRequires: python2-pip
|
||||
BuildRequires: python2-wheel
|
||||
%endif
|
||||
|
||||
%description -n python2-%{modname}
|
||||
A small Python 2 module for determining appropriate " + " platform-specific
|
||||
@ -39,6 +36,12 @@ directories, e.g. a "user data dir".
|
||||
%package -n python3-%{modname}
|
||||
Summary: Python 3 module for determining platform-specific directoriess
|
||||
%{?python_provide:%python_provide python3-%{modname}}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%if 0%{?build_wheel}
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
%endif
|
||||
|
||||
%description -n python3-%{modname}
|
||||
A small Python 3 module for determining appropriate " + " platform-specific
|
||||
@ -91,6 +94,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/%{modna
|
||||
%{python3_sitelib}/__pycache__/%{modname}.*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 23 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.4.3-1
|
||||
- Update to 1.4.3
|
||||
|
||||
* Mon Feb 13 2017 Charalampos Stratakis <cstratak@redhat.com> - 1.4.0-10
|
||||
- Rebuild as wheel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user