diff --git a/.gitignore b/.gitignore index 7a1027d..0690718 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /toml-0.9.0.tar.gz +/toml-0.9.1.tar.gz diff --git a/python-toml.spec b/python-toml.spec index 51c3c67..24f06ba 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -1,8 +1,8 @@ %global pypi_name toml Name: python-%{pypi_name} -Version: 0.9.0 -Release: 2%{?dist} +Version: 0.9.1 +Release: 1%{?dist} Summary: Python Library for Tom's Obvious, Minimal Language License: MIT @@ -76,6 +76,9 @@ PYTHONPATH=%{buildroot}%{python2_sitelib} %{__python2} -c "import toml" %{python3_sitelib}/__pycache__/%{pypi_name}.cpython-*.py* %changelog +* Sat Jul 11 2015 Fedora Release Monitoring - 0.9.1-1 +- Update to 0.9.1 (#1242131) + * Sun Jun 28 2015 Julien Enselme - 0.9.0-2 - Update description to explain what toml is - Try to import the package in %%check diff --git a/sources b/sources index 9afce7f..a9628a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d0175809af1ed1a56d8cc4e4b682580 toml-0.9.0.tar.gz +06a5f56f3db07a459ac9d6812d051530 toml-0.9.1.tar.gz