diff --git a/.gitignore b/.gitignore index 662cb4f..03b55e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dockerpty-0.2.1.tar.gz +/dockerpty-0.2.3.tar.gz diff --git a/python-dockerpty.spec b/python-dockerpty.spec index abb016e..aadfb82 100644 --- a/python-dockerpty.spec +++ b/python-dockerpty.spec @@ -7,14 +7,14 @@ %global upstream_name dockerpty Name: python-%{upstream_name} -Version: 0.2.1 -Release: 4%{?dist} +Version: 0.2.3 +Release: 1%{?dist} Summary: Python library to use the pseudo-tty of a docker container Group: Development/Libraries License: ASL 2.0 URL: https://github.com/d11wtq/dockerpty -Source0: https://pypi.python.org/packages/source/d/dockerpty/dockerpty-0.2.1.tar.gz +Source0: https://pypi.python.org/packages/source/d/%{upstream_name}/%{upstream_name}-%{version}.tar.gz BuildRequires: python-devel python-setuptools @@ -97,6 +97,9 @@ popd %endif # with_python3 %changelog +* Fri Aug 22 2014 Adam Miller - 0.2.3-1 +- Update to latest upstream + * Mon Aug 11 2014 Adam Miller - 0.2.1-4 - Fixed egg-info dir listings, set noarch based on reviewer feedback diff --git a/sources b/sources index 6365208..bb72f4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d087760e5bb9bf3c67000013c402fb92 dockerpty-0.2.1.tar.gz +a71c10f25da7a321b5bd3182cfc14c09 dockerpty-0.2.3.tar.gz