Update to 0.8.0 beta

This commit is contained in:
Toshio Kuratomi 2012-11-01 07:29:08 -07:00
parent 993197f8b0
commit 11ffa4a2cb
3 changed files with 12 additions and 7 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ SQLAlchemy-0.6.1.tar.gz
/SQLAlchemy-0.7.7.tar.gz
/SQLAlchemy-0.7.8.tar.gz
/SQLAlchemy-0.7.9dev.tar.gz
/SQLAlchemy-0.8.0b1.tar.gz

View File

@ -10,8 +10,8 @@
%global srcname SQLAlchemy
Name: python-sqlalchemy
Version: 0.7.8
Release: 4.20120813hg8535%{?dist}
Version: 0.8.0
Release: 0.1.b1%{?dist}
Summary: Modular and flexible ORM library for python
Group: Development/Libraries
@ -23,10 +23,11 @@ URL: http://www.sqlalchemy.org/
# python setup.py sdist
# tarball will be in the dist/ subdirectory
# Package a snapshot of 0.7 to fix unittests on python3.3
#Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}.tar.gz
Source0: SQLAlchemy-0.7.9dev.tar.gz
Source0: http://downloads.sf.net/%{srcname}/%{srcname}-%{version}b1.tar.gz
#Source0: http://pypi.python.org/packages/source/S/%{srcname}/%{srcname}-%{version}b1.tar.gz
#Source0: SQLAlchemy-0.7.9dev.tar.gz
# This is just necessary for setup.py sdist in the current snapshot
Patch100: sqlalchemy-include-profiling-data-file.patch
#Patch100: sqlalchemy-include-profiling-data-file.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python2-devel
@ -75,7 +76,7 @@ This package includes the python 3 version of the module.
}
%prep
%setup -q -n %{srcname}-0.7.9dev
%setup -q -n %{srcname}-0.8.0b1
%if 0%{?with_python3}
rm -rf %{py3dir}
@ -136,6 +137,9 @@ popd
%endif # with_python3
%changelog
* Thu Nov 1 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 0.8.0-0.1.b1
- Update to 0.8.0 beta
* Mon Aug 13 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.8-4.20120813hg8535
- Update to a snapshot to fix unittest errors with python-3.3

View File

@ -1 +1 @@
04e477f2dc954bde99864aee49d4c2bd SQLAlchemy-0.7.9dev.tar.gz
a76e4bbd6deec8e0951601ff3a5d1fce SQLAlchemy-0.8.0b1.tar.gz