diff --git a/.gitignore b/.gitignore index 56f68be..6c10bed 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ SQLAlchemy-0.6.1.tar.gz /SQLAlchemy-1.0.12.tar.gz /SQLAlchemy-1.0.13.tar.gz /SQLAlchemy-1.0.14.tar.gz +/SQLAlchemy-1.1.0.tar.gz diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 8f59149..1d1f2af 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -12,7 +12,7 @@ %global srcname SQLAlchemy Name: python-sqlalchemy -Version: 1.0.14 +Version: 1.1.0 Release: 1%{?dist} Summary: Modular and flexible ORM library for python @@ -73,11 +73,11 @@ cp -a . %{py3dir} %endif # with_python3 %build -CFLAGS="%{optflags}" %{__python2} setup.py --with-cextensions build +CFLAGS="%{optflags}" %{__python2} setup.py build %if 0%{?with_python3} pushd %{py3dir} -CFLAGS="%{optflags}" %{__python3} setup.py --with-cextensions build +CFLAGS="%{optflags}" %{__python3} setup.py build popd %endif @@ -85,12 +85,12 @@ popd rm -rf %{buildroot} mkdir -p %{buildroot}%{python2_sitelib} -%{__python2} setup.py --with-cextensions install --skip-build --root %{buildroot} +%{__python2} setup.py install --skip-build --root %{buildroot} %if 0%{?with_python3} pushd %{py3dir} mkdir -p %{buildroot}%{python3_sitelib} -%{__python3} setup.py --with-cextensions install --skip-build --root %{buildroot} +%{__python3} setup.py install --skip-build --root %{buildroot} popd %endif @@ -125,6 +125,9 @@ popd %endif # with_python3 %changelog +* Thu Oct 06 2016 Kevin Fenzi - 1.1.0-1 +- Update to 1.1.0. Fixes bug #1382203 + * Thu Aug 18 2016 Nils Philippsen - 1.0.14-1 - version 1.0.14 diff --git a/sources b/sources index ebde1a7..3d3a8e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -173c9d1ea5cf51893e65d213c280bd2a SQLAlchemy-1.0.14.tar.gz +30f47273d7d14d1021ca964a6c083960 SQLAlchemy-1.1.0.tar.gz