diff --git a/.gitignore b/.gitignore index a3be319..c02bd0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /trollius-0.1.5.tar.gz /trollius-0.2.tar.gz +/trollius-0.4.tar.gz diff --git a/python-trollius.spec b/python-trollius.spec index 2930513..789039f 100644 --- a/python-trollius.spec +++ b/python-trollius.spec @@ -1,7 +1,7 @@ %global pypiname trollius Name: python-trollius -Version: 0.2 -Release: 2%{?dist} +Version: 0.4 +Release: 1%{?dist} Summary: A port of the Tulip asyncio module to Python 2 Group: Development/Libraries @@ -63,11 +63,16 @@ TOXENV=py27 %{__python2} setup.py test %files %defattr(-,root,root,-) %doc README -%{python2_sitelib}/asyncio +%{python2_sitelib}/trollius %{python2_sitelib}/%{pypiname}-%{version}-py2.?.egg-info %changelog +* Mon Jul 7 2014 Ian Wienand - 0.4-1 +- update to 0.4 +- 0.3 changed module name to trollius for python3.4 compatability + (issue #8; see README) + * Wed Apr 16 2014 Ian Wienand - 0.2-2 - fix python-ordereddict dependency typo diff --git a/sources b/sources index 1cf8564..f65fe38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83fafcf88f144feabce9c70b531f17b1 trollius-0.2.tar.gz +2fe283393517bd089cf2f302f9dfd69c trollius-0.4.tar.gz