new version 1.4
This commit is contained in:
parent
bcce73e948
commit
fff160a09e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/blinker-1.1.zip
|
||||
/blinker-1.3.tar.gz
|
||||
/blinker-1.4.tar.gz
|
||||
|
||||
@ -2,13 +2,13 @@
|
||||
%global with_python3 1
|
||||
|
||||
Name: python-blinker
|
||||
Version: 1.3
|
||||
Release: 15%{?dist}
|
||||
Version: 1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast, simple object-to-object and broadcast signaling
|
||||
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: http://discorporate.us/projects/Blinker/
|
||||
URL: https://pythonhosted.org/blinker/
|
||||
Source0: http://pypi.python.org/packages/source/b/%{mod_name}/%{mod_name}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
@ -70,19 +70,22 @@ popd
|
||||
|
||||
|
||||
%files -n python2-blinker
|
||||
%doc docs/ CHANGES LICENSE README PKG-INFO
|
||||
%doc docs/ CHANGES LICENSE README.md PKG-INFO
|
||||
%{python_sitelib}/*.egg-info
|
||||
%{python_sitelib}/%{mod_name}
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-blinker
|
||||
%doc docs/ CHANGES LICENSE README PKG-INFO
|
||||
%doc docs/ CHANGES LICENSE README.md PKG-INFO
|
||||
%{python3_sitelib}/*.egg-info
|
||||
%{python3_sitelib}/%{mod_name}
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 16 2018 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 1.4-1
|
||||
- new version
|
||||
|
||||
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.3-15
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user