version 0.9.7, upstream feature and bugfix release
This commit is contained in:
parent
1622a48cd7
commit
bb517f652c
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ SQLAlchemy-0.6.1.tar.gz
|
|||||||
/SQLAlchemy-0.9.3.tar.gz
|
/SQLAlchemy-0.9.3.tar.gz
|
||||||
/SQLAlchemy-0.9.4.tar.gz
|
/SQLAlchemy-0.9.4.tar.gz
|
||||||
/SQLAlchemy-0.9.6.tar.gz
|
/SQLAlchemy-0.9.6.tar.gz
|
||||||
|
/SQLAlchemy-0.9.7.tar.gz
|
||||||
|
@ -1,11 +1,10 @@
|
|||||||
diff -up SQLAlchemy-0.9.6/sqla_nose.py.nose-use-build SQLAlchemy-0.9.6/sqla_nose.py
|
diff -up SQLAlchemy-0.9.7/sqla_nose.py.nose-use-build SQLAlchemy-0.9.7/sqla_nose.py
|
||||||
--- SQLAlchemy-0.9.6/sqla_nose.py.nose-use-build 2014-06-30 13:06:27.857585522 +0200
|
--- SQLAlchemy-0.9.7/sqla_nose.py.nose-use-build 2014-07-29 13:07:44.151453336 +0200
|
||||||
+++ SQLAlchemy-0.9.6/sqla_nose.py 2014-06-30 13:09:12.421227808 +0200
|
+++ SQLAlchemy-0.9.7/sqla_nose.py 2014-07-29 13:09:15.096785664 +0200
|
||||||
@@ -10,14 +10,14 @@ import sys
|
@@ -11,13 +11,14 @@ import nose
|
||||||
import nose
|
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
-
|
|
||||||
+import glob
|
+import glob
|
||||||
from os import path
|
from os import path
|
||||||
-for pth in ['./lib']:
|
-for pth in ['./lib']:
|
@ -10,7 +10,7 @@
|
|||||||
%global srcname SQLAlchemy
|
%global srcname SQLAlchemy
|
||||||
|
|
||||||
Name: python-sqlalchemy
|
Name: python-sqlalchemy
|
||||||
Version: 0.9.6
|
Version: 0.9.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Modular and flexible ORM library for python
|
Summary: Modular and flexible ORM library for python
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ Group: Development/Libraries
|
|||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.sqlalchemy.org/
|
URL: http://www.sqlalchemy.org/
|
||||||
Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
|
Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||||
Patch0: python-sqlalchemy-0.9.6-nose-use-build.patch
|
Patch0: python-sqlalchemy-0.9.7-nose-use-build.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: python2-devel >= 2.6
|
BuildRequires: python2-devel >= 2.6
|
||||||
@ -123,6 +123,9 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 29 2014 Nils Philippsen <nils@redhat.com> - 0.9.7-1
|
||||||
|
- version 0.9.7, upstream feature and bugfix release
|
||||||
|
|
||||||
* Mon Jun 30 2014 Nils Philippsen <nils@redhat.com> - 0.9.6-1
|
* Mon Jun 30 2014 Nils Philippsen <nils@redhat.com> - 0.9.6-1
|
||||||
- version 0.9.6, upstream feature and bugfix release
|
- version 0.9.6, upstream feature and bugfix release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user