diff --git a/.gitignore b/.gitignore index 28cd537..c0abfa6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /xonsh-0.4.5.tar.gz /xonsh-0.4.6.tar.gz /xonsh-0.4.7.tar.gz +/xonsh-0.5.1.tar.gz diff --git a/sources b/sources index 133613d..57f3dea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d909e0e880a0c65a4c82d6388c025991 xonsh-0.4.7.tar.gz +SHA512 (xonsh-0.5.1.tar.gz) = 08bbd0c2b351e68ef398cf9b901bf28c48a1d9a20d4233b598cb8ed3ac9811c94a21fe302a736d85c920f9f999382eaff0c10cf81518001cbd9aebdede22b33d diff --git a/xonsh.spec b/xonsh.spec index 2b906ed..1346fcf 100644 --- a/xonsh.spec +++ b/xonsh.spec @@ -1,14 +1,12 @@ -# Created by pyp2rpm-1.1.2 -%global pypi_name xonsh -Name: %{pypi_name} -Version: 0.4.7 +Name: xonsh +Version: 0.5.1 Release: 1%{?dist} Summary: A general purpose, Python-ish shell License: BSD URL: http://xon.sh -Source0: https://pypi.io/packages/source/x/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://pypi.io/packages/source/x/xonsh/xonsh-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -27,9 +25,9 @@ meant for the daily use of experts and novices alike. %prep # Remove bundled egg-info -rm -rf %{pypi_name}.egg-info +rm -rf xonsh.egg-info -%setup -q -n %{pypi_name}-%{version} +%setup -q -n xonsh-%{version} %build @@ -49,11 +47,17 @@ sed --in-place "s:#!\s*/usr.*::" xonsh/xoreutils/_which.py %doc README.rst %{_bindir}/xonsh %{_bindir}/xon.sh -%{python3_sitelib}/%{pypi_name} +%{python3_sitelib}/xonsh %{python3_sitelib}/xontrib -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/xonsh-%{version}-py?.?.egg-info %changelog +* Sat Dec 24 2016 John Dulaney - 0.5.1 +- New upstream release 0.5.1 + +* Mon Dec 19 2016 Miro HronĨok - 0.4.7-2 +- Rebuild for Python 3.6 + * Mon Oct 03 2016 John Dulaney - 0.4.7-1 - New upstream release 0.4.7